Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: bump cmake_minimum_required version to 2.8.12 | Rolf Eike Beer | 2021-04-05 | 1 | -1/+1 |
| | | | | | This needlessly produces warnings during the test runs that no-one sees but that are distracting when actually inspecting the logs. | ||||
* | 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: preclean some warnings | Ken Martin | 2008-03-25 | 1 | -0/+1 |
| | |||||
* | ENH: some more CMakeList cleanups | Ken Martin | 2007-05-11 | 1 | -7/+7 |
| | |||||
* | BUG: improve bad argument handling for INCLUDE_DIRECTORIES and ↵ | Ken Martin | 2007-03-07 | 1 | -2/+2 |
| | | | | ADD_DEFINITIONS bug 4364 | ||||
* | ENH: added a tets for newlines in some commands | Ken Martin | 2007-03-06 | 1 | -0/+15 |