Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Misc. typos | luz.paz | 2018-02-13 | 1 | -1/+1 |
| | | | | Found via `codespell -q 3 -I ../cmake-whitelist.txt`. | ||||
* | Various typo fixes | Luz Paz | 2018-01-03 | 1 | -1/+1 |
| | | | | Some are user-facing. Others are source comments. | ||||
* | Tests: Add generator platform support | Brad King | 2014-09-10 | 1 | -0/+1 |
| | | | | | Propagate CMAKE_GENERATOR_PLATFORM through the test hierarchy so that all tests can build with the selected generator platform, if any. | ||||
* | Fix wording of "the the" typos throughout text | Ruslan Baratov | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Tests: Add generator toolset support | Brad King | 2013-02-07 | 1 | -0/+1 |
| | | | | | Propagate CMAKE_GENERATOR_TOOLSET through the test hierarchy so that all tests can build with the selected generator toolset, if any. | ||||
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | | Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. Run the following shell code: cmake --help-command-list | grep -v "cmake version" | while read c; do echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g' done >convert.sed && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | xargs -0 sed -i -f convert.sed && rm convert.sed | ||||
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | 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/ \+$//' | ||||
* | Reduce duration of ctest_sleep arguments. Add SmallAndFast project. Replace ↵ | David Cole | 2009-10-08 | 1 | -10/+7 |
| | | | | kwsys with SmallAndFast to make CTestTest faster. (I will keep an eye on coverage results after this commit and make sure we still have equivalent ctest coverage.) | ||||
* | ENH: more coverage | Ken Martin | 2006-07-24 | 1 | -0/+1 |
| | |||||
* | ENH: increase coverage in a couple places | Ken Martin | 2006-07-21 | 1 | -0/+1 |
| | |||||
* | COMP: Try to fix test by taking arg1 into acount | Andy Cedilnik | 2005-08-02 | 1 | -0/+2 |
| | |||||
* | ENH: Add capability to include files to DartTestfile.txt and add example of that | Andy Cedilnik | 2005-06-07 | 1 | -0/+3 |
| | |||||
* | ENH: Display version of ctest first | Andy Cedilnik | 2004-10-19 | 1 | -0/+1 |
| | |||||
* | ERR: Fix problems on windows | Andy Cedilnik | 2004-10-19 | 1 | -1/+0 |
| | |||||
* | ENH: Propagate more things | Andy Cedilnik | 2004-10-17 | 1 | -0/+4 |
| | |||||
* | ENH: Propagate MEMORYCHECK_COMMAND and COVERAGE_COMMAND to the CTest test | Andy Cedilnik | 2004-10-17 | 1 | -1/+2 |
| | |||||
* | BUG: Use kwsys from the source tree | Andy Cedilnik | 2004-10-04 | 1 | -1/+1 |
| | |||||
* | ENH: Better sorting of results | Andy Cedilnik | 2004-10-04 | 1 | -1/+1 |
| | |||||
* | BUG: Fix problem with spaces in the path | Andy Cedilnik | 2004-10-03 | 1 | -1/+1 |
| | |||||
* | ENH: Use existing CTest and cmake | Andy Cedilnik | 2004-10-01 | 1 | -4/+6 |
| | |||||
* | ENH: Let us recognize it on the dashboard | Andy Cedilnik | 2004-10-01 | 1 | -1/+1 |
| | |||||
* | ENH: Do kwsys instead of CMake | Andy Cedilnik | 2004-09-30 | 1 | -13/+9 |
| | |||||
* | ENH: Handle spaces in the path | Andy Cedilnik | 2004-06-14 | 1 | -2/+2 |
| | |||||
* | ENH: Add some ctest coverage | Andy Cedilnik | 2004-05-10 | 1 | -0/+61 |