| Commit message (Expand) | Author | Age | Files | Lines |
* | CTest: Implement message(STATUS) output for 'ctest -S' scripts | Brad King | 2014-07-02 | 1 | -0/+11 |
|
|
* | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 1 | -10/+10 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -5/+5 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | Refactor internal resource location APIs and initialization | Brad King | 2013-11-12 | 1 | -4/+4 |
|
|
* | CTest: more aggressive implementation of ctest_empty_binary_directory() | Nils Gladitz | 2013-11-02 | 1 | -3/+60 |
|
|
* | Drop "full" documentation output types | Brad King | 2013-10-15 | 1 | -6/+0 |
|
|
* | CTest: Extend -D command line arg handling for variable definitions | David Cole | 2012-06-24 | 1 | -0/+9 |
|
|
* | CTest: Simplify environment save/restore | Brad King | 2012-04-24 | 1 | -5/+1 |
|
|
* | Implement ctest_upload command | Zach Mullen | 2011-03-15 | 1 | -0/+2 |
|
|
* | Remove trailing whitespace | Brad King | 2011-03-11 | 1 | -20/+20 |
|
|
* | Preserve environment variables across calls to cmCTestScriptHandler::RunConfi... | David Cole | 2009-12-23 | 1 | -0/+4 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Fix memory and process leak in ctest_run_script. | Bill Hoffman | 2009-09-04 | 1 | -1/+1 |
|
|
* | Change run_ctest_script in ctest to not stop processing when there is an erro... | Bill Hoffman | 2009-09-04 | 1 | -2/+10 |
|
|
* | Set current directory variables in CTest scripts | Brad King | 2009-07-31 | 1 | -0/+6 |
|
|
* | BUG: Do not double-initialize local generators | Brad King | 2009-07-28 | 1 | -1/+0 |
|
|
* | STYLE: don't load CMakeDetermineSystem and CMakeSystemSpecific directly from | Alexander Neundorf | 2009-07-12 | 1 | -13/+5 |
|
|
* | STYLE: move the code for writing the initial cache into its own separate | Alexander Neundorf | 2009-07-11 | 1 | -12/+26 |
|
|
* | STYLE: rename InitCache to InitialCache, since it contains the contents for | Alexander Neundorf | 2009-07-11 | 1 | -4/+4 |
|
|
* | ENH: add reminder comment | Bill Hoffman | 2009-06-25 | 1 | -0/+1 |
|
|
* | BUG: make sure error condition is reset before loading scripts | Bill Hoffman | 2009-03-04 | 1 | -5/+10 |
|
|
* | BUG: fix for bug #8224 fix crash | Bill Hoffman | 2008-12-19 | 1 | -2/+36 |
|
|
* | ENH: add more debug stuff to CTestCTest2 so I can figure out redwall | Bill Hoffman | 2008-11-23 | 1 | -0/+5 |
|
|
* | ENH: load CMakeDetermineSystem and CMakeSystemSpecificInformation when | Alexander Neundorf | 2008-11-07 | 1 | -0/+20 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -2/+4 |
|
|
* | ENH: Centralized and globalized computation of CMake program locations. This... | Brad King | 2007-12-13 | 1 | -1/+1 |
|
|
* | ENH: deb generator can now generate deb packages | Alexander Neundorf | 2007-07-27 | 1 | -19/+1 |
|
|
* | STYLE: fix line lengths | Alexander Neundorf | 2007-07-20 | 1 | -1/+2 |
|
|
* | ENH: remove non/scriptable cmake commands from the script handler in ctest, | Alexander Neundorf | 2007-06-12 | 1 | -0/+21 |
|
|
* | STYLE: create command documentation for ctest | Alexander Neundorf | 2007-06-08 | 1 | -31/+42 |
|
|
* | ENH: added total time limit for a CTest run bug 1207 | Ken Martin | 2006-10-19 | 1 | -0/+21 |
|
|
* | BUG: Report and error when ctest -S script fails... Fixes: Bug #3540 | Andy Cedilnik | 2006-10-12 | 1 | -1/+2 |
|
|
* | ENH: fix for no newline on some makes fix for ctest and some symlinks | Andy Cedilnik | 2006-08-14 | 1 | -0/+5 |
|
|
* | ENH: Be more verbose | Andy Cedilnik | 2006-07-07 | 1 | -0/+1 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -3/+6 |
|
|
* | ENH: Allow CTEST_UPDATE_COMMAND and fix the comments. This should allow SVN u... | Andy Cedilnik | 2006-04-30 | 1 | -7/+12 |
|
|
* | ENH: added support for -SP scripts in new processes | Ken Martin | 2006-04-04 | 1 | -13/+88 |
|
|
* | ENH: Add command to read ctest custom files | Andy Cedilnik | 2006-03-28 | 1 | -0/+2 |
|
|
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -194/+212 |
|
|
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-09 | 1 | -67/+82 |
|
|
* | ENH: Several improvements with the way things are handled. Also, support mult... | Andy Cedilnik | 2005-06-23 | 1 | -0/+1 |
|
|
* | ENH: Add superclass for all commands and handlers. Improve handlers to have i... | Andy Cedilnik | 2005-06-17 | 1 | -0/+43 |
|
|
* | ENH: Add commands for memory checking and coverage | Andy Cedilnik | 2005-06-14 | 1 | -2/+6 |
|
|
* | COMP: Remove ERROR reserved word or something and replace with ERROR_MESSAGE | Andy Cedilnik | 2005-05-31 | 1 | -4/+4 |
|
|
* | ENH: Add support for writing output file. While doing that, redesign the way ... | Andy Cedilnik | 2005-05-31 | 1 | -32/+17 |
|
|
* | ENH: Use generated file stream for files | Andy Cedilnik | 2005-05-27 | 1 | -3/+3 |
|
|
* | ENH: Add variable that holds cmake executable | Andy Cedilnik | 2005-05-05 | 1 | -0/+2 |
|
|
* | ENH: Promote submit into a full handler, add test and submit command and do s... | Andy Cedilnik | 2005-05-03 | 1 | -0/+4 |
|
|
* | ENH: Make ctest build command work | Andy Cedilnik | 2005-05-02 | 1 | -0/+1 |
|
|