Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | 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/ \+$//' | ||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | Change run_ctest_script in ctest to not stop processing when there is an ↵ | Bill Hoffman | 2009-09-04 | 1 | -1/+2 |
| | | | | error in the script being run. Also, add a RETURN_VALUE option so that you can find out if the script failed | ||||
* | STYLE: move the code for writing the initial cache into its own separate | Alexander Neundorf | 2009-07-11 | 1 | -0/+5 |
| | | | | | | function, makes the long ProcessHandler() a little bit shorter Alex | ||||
* | STYLE: rename InitCache to InitialCache, since it contains the contents for | Alexander Neundorf | 2009-07-11 | 1 | -1/+1 |
| | | | | | | | the initial cache and is not e.g. a flag which shows whether the cache should be initialized Alex | ||||
* | ENH: add subproject tag property for ctest | Bill Hoffman | 2009-01-09 | 1 | -1/+1 |
| | |||||
* | STYLE: create command documentation for ctest | Alexander Neundorf | 2007-06-08 | 1 | -0/+3 |
| | | | | | | | I think some of the cmake commands should be removed from ctest if possible, like add_executable etc. Alex | ||||
* | ENH: added total time limit for a CTest run bug 1207 | Ken Martin | 2006-10-19 | 1 | -0/+7 |
| | |||||
* | ENH: Allow CTEST_UPDATE_COMMAND and fix the comments. This should allow SVN ↵ | Andy Cedilnik | 2006-04-30 | 1 | -1/+2 |
| | | | | update too, maybe | ||||
* | ENH: added support for -SP scripts in new processes | Ken Martin | 2006-04-04 | 1 | -4/+7 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -34/+34 |
| | |||||
* | BUG: fix spelling error | Bill Hoffman | 2005-11-22 | 1 | -1/+1 |
| | |||||
* | ENH: Add superclass for all commands and handlers. Improve handlers to have ↵ | Andy Cedilnik | 2005-06-17 | 1 | -0/+2 |
| | | | | initialization code, and start initializing ctest when start is invoked | ||||
* | ENH: Cleanups and add CTEST_START command | Andy Cedilnik | 2005-02-17 | 1 | -0/+4 |
| | |||||
* | ENH: Several cleanups and improvements | Andy Cedilnik | 2005-01-27 | 1 | -2/+2 |
| | |||||
* | ENH: clean up running of default script | Ken Martin | 2005-01-27 | 1 | -1/+0 |
| | |||||
* | ENH: Add a superclass to all handlers | Andy Cedilnik | 2005-01-27 | 1 | -12/+5 |
| | |||||
* | COMP: fix some compiler warnings/errors | Ken Martin | 2005-01-27 | 1 | -1/+1 |
| | |||||
* | ENH: added more capabilities to ctest | Ken Martin | 2005-01-27 | 1 | -4/+23 |
| | |||||
* | ENH: Add CTEST_EXECUTABLE_NAME to CTest scripting. This way you do not have ↵ | Andy Cedilnik | 2004-10-01 | 1 | -3/+4 |
| | | | | to specify ctest executable in CTEST_COMMAND, but just a variable | ||||
* | ENH: Move all extracting of variables to ExtractVariables. This way it is ↵ | Andy Cedilnik | 2004-09-28 | 1 | -0/+8 |
| | | | | easy to know what variables are used | ||||
* | ENH: Add some documentation | Andy Cedilnik | 2004-09-28 | 1 | -1/+31 |
| | |||||
* | some bug fixes for my recent checkins and some more cleanup | Ken Martin | 2004-09-07 | 1 | -0/+5 |
| | |||||
* | another platform fix | Ken Martin | 2004-09-06 | 1 | -0/+1 |
| | |||||
* | broke out part of test scripting into seperate class | Ken Martin | 2004-09-06 | 1 | -0/+95 |