Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | 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/ \+$//' | ||||
* | ENH: ↵ | Karthik Krishnan | 2008-01-16 | 1 | -3/+3 |
| | | | | | | | ~/CMake/src/Docs * Additions for cmake-command highligting. * Additions for operator-highlighting | ||||
* | BUG: fix vim highlighting, see #6238 | Alexander Neundorf | 2008-01-15 | 1 | -0/+1 |
| | | | | Alex | ||||
* | ENH: Adding elseif to VIM syntax and indentation files. See bug #3781. | Brad King | 2006-09-23 | 1 | -2/+2 |
| | |||||
* | BUG: Fix typo | Andy Cedilnik | 2006-04-21 | 1 | -1/+1 |
| | |||||
* | ENH: Add While support | Andy Cedilnik | 2006-04-21 | 1 | -2/+2 |
| | |||||
* | ENH: Cleanup header and make license compatible with VIM | Andy Cedilnik | 2006-04-18 | 1 | -12/+5 |
| | |||||
* | ENH: Unify the comment | Andy Cedilnik | 2006-04-13 | 1 | -4/+9 |
| | |||||
* | Added copyright. | Brad King | 2003-06-19 | 1 | -0/+17 |
| | |||||
* | Initial import: indentation file for vim | Andy Cedilnik | 2003-06-19 | 1 | -0/+77 |