Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Don't read the LOCATION property from build targets. | Stephen Kelly | 2013-11-19 | 1 | -3/+1 |
| | |||||
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 3 | -6/+6 |
| | | | | | | | | | | | | | | | | | 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: fix spelling mistake | Ken Martin | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | ENH: switch to new install commands to match book text | Ken Martin | 2007-11-13 | 1 | -2/+2 |
| | |||||
* | ENH: Add new Tutorial steps. Diff between Step5 and Step6 shows how to add a ↵ | David Cole | 2007-11-08 | 4 | -0/+106 |
cpack driven installer to your project. Diff between Step6 and Step7 shows how to add ctest dashboard scripting capability. |