Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | 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/ \+$//' | ||||
* | Fix XCode -> Xcode typos, notably in man page (#12231) | Sean McBride | 2011-05-31 | 1 | -1/+1 |
| | |||||
* | ENH: add group support and fix borland error | Bill Hoffman | 2009-07-11 | 2 | -1/+2 |
| | |||||
* | ENH: Remove CMAKE_ANSI_CFLAGS from tests | Brad King | 2009-07-08 | 1 | -7/+0 |
| | | | | | As of CMake 2.6 this variable is not defined, and the ANSI flags for the HP compiler are simply hard-coded in the default C flags. | ||||
* | ENH: preclean some warnings | Ken Martin | 2008-03-25 | 1 | -0/+1 |
| | |||||
* | COMP: enable ANSI C, this should make it work with the HP-UX compiler | Alexander Neundorf | 2007-08-28 | 2 | -5/+12 |
| | | | | Alex | ||||
* | COMP: maybe it compiles this way with the HP-UX compiler | Alexander Neundorf | 2007-08-28 | 1 | -5/+5 |
| | | | | Alex | ||||
* | ENH: add the source_group() demo to the tests | Alexander Neundorf | 2007-08-27 | 1 | -0/+9 |
| | | | | Alex | ||||
* | BUG: demo (not really test) for the source_group() command | Alexander Neundorf | 2007-08-24 | 3 | -7/+28 |
| | | | | Alex | ||||
* | ENH: add test for source_group | Alexander Neundorf | 2007-08-24 | 6 | -0/+37 |
Alex |