| Commit message (Expand) | Author | Age | Files | Lines |
* | modernize: manage cmCommand instances using unique_ptr. | Marc Chevrier | 2019-07-14 | 1 | -1/+3 |
|
|
* | cmMakefile: Impose maximum recursion limit | Kyle Edwards | 2019-01-23 | 1 | -2/+3 |
|
|
* | Merge topic 'ctest_start_function_scope' | Brad King | 2018-01-29 | 1 | -0/+4 |
|\ |
|
| * | cmCTestScriptHandler: Add new field ShouldRunCurrentScript | Kyle Edwards | 2018-01-26 | 1 | -0/+4 |
|
|
* | | CTest: introduce cmDuration | Wouter Klouwen | 2018-01-23 | 1 | -1/+2 |
|/ |
|
* | CTest: convert timeouts to std::chrono::duration | Wouter Klouwen | 2017-12-04 | 1 | -2/+2 |
|
|
* | CTest: use std::chrono::steady_clock for time keeping | Wouter Klouwen | 2017-11-14 | 1 | -1/+3 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -3/+3 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | CTest: use new methods for builtin commands | Daniel Pfeifer | 2017-05-11 | 1 | -1/+1 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Remove cmObject.h and cmTypeMacro.h | Daniel Pfeifer | 2016-10-24 | 1 | -1/+0 |
|
|
* | Make cmCTestGenericHandler not inherit from cmObject | Daniel Pfeifer | 2016-10-22 | 1 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | CTest: fix include-what-you-use violations | Daniel Pfeifer | 2016-08-25 | 1 | -3/+8 |
|
|
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 1 | -3/+3 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -8/+8 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|
* | CTest: Port away from cmLocalGenerator. | Stephen Kelly | 2015-10-05 | 1 | -2/+0 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -14/+14 |
|
|
* | CTest: more aggressive implementation of ctest_empty_binary_directory() | Nils Gladitz | 2013-11-02 | 1 | -0/+3 |
|
|
* | Drop "full" documentation output types | Brad King | 2013-10-15 | 1 | -1/+0 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -1/+1 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Change run_ctest_script in ctest to not stop processing when there is an erro... | Bill Hoffman | 2009-09-04 | 1 | -1/+2 |
|
|
* | STYLE: move the code for writing the initial cache into its own separate | Alexander Neundorf | 2009-07-11 | 1 | -0/+5 |
|
|
* | STYLE: rename InitCache to InitialCache, since it contains the contents for | Alexander Neundorf | 2009-07-11 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | 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 u... | Andy Cedilnik | 2006-04-30 | 1 | -1/+2 |
|
|
* | 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 i... | Andy Cedilnik | 2005-06-17 | 1 | -0/+2 |
|
|
* | 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 t... | Andy Cedilnik | 2004-10-01 | 1 | -3/+4 |
|
|
* | ENH: Move all extracting of variables to ExtractVariables. This way it is eas... | Andy Cedilnik | 2004-09-28 | 1 | -0/+8 |
|
|
* | 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 |
|
|