Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -18/+18 |
| | | | | | | | | | | | | | | | | | 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/ \+$//' | ||||
* | Refer to self with CMake_(SOURCE|BINARY)_DIR (#10046) | Brad King | 2010-07-29 | 1 | -2/+2 |
| | | | | | This is good practice, and is necessary to support building CMake as a subdirectory of another project. | ||||
* | ENH: Cleanup | Andy Cedilnik | 2005-01-18 | 1 | -14/+17 |
| | |||||
* | FIX: HHC is now HTML_HELP_COMPILER | Sebastien Barre | 2003-01-16 | 1 | -10/+10 |
| | |||||
* | FIX: remove that good ol' exit 0; | Sebastien Barre | 2002-02-13 | 1 | -3/+1 |
| | |||||
* | FIX: update html archive filename | Sebastien Barre | 2002-02-13 | 1 | -3/+3 |
| | |||||
* | ENH: Contribution graphs | Sebastien Barre | 2002-02-13 | 1 | -20/+82 |
| | |||||
* | Update | Sebastien Barre | 2001-11-02 | 1 | -14/+7 |
| | |||||
* | Doxygen doc generator | Sebastien Barre | 2001-11-02 | 1 | -0/+192 |