Commit Graph

11 Commits

Author SHA1 Message Date
Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code
Our Git commit hooks disallow modification or addition of lines with
trailing whitespace.  Wipe out all remnants of trailing whitespace
everywhere except third-party code.

Run the following shell code:

git ls-files -z -- \
 bootstrap doxygen.config '*.readme' \
 '*.c' '*.cmake' '*.cpp' '*.cxx' \
 '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \
 '*.mm' '*.pike' '*.py' '*.txt' '*.vim' |
egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' |
egrep -z -v '^(Modules/CPack\..*\.in)' |
xargs -0 sed -i 's/ \+$//'
2012-08-13 14:18:39 -04:00
Brad King 33e865c041 ENH: Add unset() command.
This introduces the unset() command to make it easy to unset CMake
variables, environment variables, and CMake cache variables.  Previously
it was not even possible to unset ENV or CACHE variables (as in
completely remove them).  Changes based on patch from Philip Lowman.
See issue #7507.
2008-08-25 10:31:29 -04:00
Karthik Krishnan 25e00a332b ENH: ~/CMake/src/Docs
* Additions for cmake-command highligting.
* Additions for operator-highlighting
2008-01-16 11:53:53 -05:00
Alexander Neundorf 903eaa7f0e BUG: fix vim highlighting, see #6238
Alex
2008-01-14 19:20:42 -05:00
Alexander Neundorf d1f4fa6bb7 STYLE: apply patch from #6166, better cmake syntax highlighting in vim,
seems to fix the issues mentioned in the bug report and the rest also still
seems to be ok

Alex
2007-12-17 16:15:26 -05:00
Brad King f75958b8cb ENH: Adding elseif to VIM syntax and indentation files. See bug #3781. 2006-09-23 17:09:08 -04:00
Andy Cedilnik c2aac58e21 STYLE: Add missing command 2006-04-20 10:20:53 -04:00
Andy Cedilnik 0ec43f7abd ENH: Cleanup header and make license compatible with VIM 2006-04-18 10:32:28 -04:00
Andy Cedilnik 32cd4a8c58 ENH: Cleanup, make case insensitive, remove macro since it does not work anyway 2006-04-16 13:49:25 -04:00
Andy Cedilnik 5171493586 ENH: More system variables, more operators, more commands, fix some string issues and some cmake arguments issues 2006-04-12 21:20:38 -04:00
Andy Cedilnik 42731475dc Initial import of VIM syntax highlighting file 2003-07-07 13:36:04 -04:00