Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Several cleanups and improvements | Andy Cedilnik | 2005-01-27 | 1 | -12/+3 |
| | |||||
* | ENH: Add compression support to XML files | Andy Cedilnik | 2005-01-27 | 1 | -1/+7 |
| | |||||
* | ENH: Add method to populate custom integers | Andy Cedilnik | 2005-01-26 | 1 | -0/+1 |
| | |||||
* | ENH: Add method to get the relative path to source or build | Andy Cedilnik | 2004-10-18 | 1 | -0/+3 |
| | |||||
* | ENH: Handle coverage errors | Andy Cedilnik | 2004-10-17 | 1 | -1/+2 |
| | |||||
* | ENH: Add CTEST_EXECUTABLE_NAME to CTest scripting. This way you do not have ↵ | Andy Cedilnik | 2004-10-01 | 1 | -0/+4 |
| | | | | to specify ctest executable in CTEST_COMMAND, but just a variable | ||||
* | ENH: shorten the symbols a bit and remove maps of std::string for map of ↵ | Bill Hoffman | 2004-09-29 | 1 | -1/+1 |
| | | | | cmStdString | ||||
* | more cleanup of ctest | Ken Martin | 2004-09-09 | 1 | -177/+20 |
| | |||||
* | duh errors | Ken Martin | 2004-09-07 | 1 | -0/+1 |
| | |||||
* | duh errors | Ken Martin | 2004-09-07 | 1 | -3/+3 |
| | |||||
* | duh errors | Ken Martin | 2004-09-07 | 1 | -3/+3 |
| | |||||
* | more warnings | Ken Martin | 2004-09-07 | 1 | -3/+3 |
| | |||||
* | more cleanup | Ken Martin | 2004-09-07 | 1 | -28/+5 |
| | |||||
* | some bug fixes for my recent checkins and some more cleanup | Ken Martin | 2004-09-07 | 1 | -40/+52 |
| | |||||
* | starting cleanup of ctest | Ken Martin | 2004-09-06 | 1 | -18/+16 |
| | |||||
* | ENH: Make default date shorter | Andy Cedilnik | 2004-08-26 | 1 | -0/+2 |
| | |||||
* | ENH: Add some documentation, and make sure that the flag given to -D -T or ↵ | Andy Cedilnik | 2004-07-29 | 1 | -1/+1 |
| | | | | -M is valid. Fixes Bug #1015 - Documentation: ctest -D | ||||
* | ENH: Add maximum size of test output | Andy Cedilnik | 2004-07-26 | 1 | -0/+4 |
| | |||||
* | BUG: Encode current time so that on some international computers xslt will ↵ | Andy Cedilnik | 2004-07-20 | 1 | -0/+3 |
| | | | | not break. Also, for continuous, do not repeat if there were locally modified files or conflict, but only when things actually update | ||||
* | submit elapsed times as well | Ken Martin | 2004-07-13 | 1 | -1/+3 |
| | |||||
* | BUG#969: Partially fixed by at least using the timeout for the individual ↵ | Brad King | 2004-07-02 | 1 | -1/+1 |
| | | | | calls to RunSingleCommand from within the inner ctest instance. This should be modified to incrementally adjust remaining time. | ||||
* | ENH: Implement scp submission | Andy Cedilnik | 2004-06-02 | 1 | -0/+1 |
| | |||||
* | ctest -S support for multiple ctest command arguments | Ken Martin | 2004-05-28 | 1 | -0/+1 |
| | |||||
* | ENH: Add a way to force ctest to be a new process | Andy Cedilnik | 2004-05-10 | 1 | -0/+2 |
| | |||||
* | ENH: add the ability to block popup error dialogs in tests on windows | Bill Hoffman | 2004-05-07 | 1 | -5/+5 |
| | |||||
* | updated testingoptions for continuous dashboards | Ken Martin | 2004-05-07 | 1 | -0/+4 |
| | |||||
* | better args handling for -I option | Ken Martin | 2004-04-16 | 1 | -0/+2 |
| | |||||
* | ENH: add the ability to run a limited sub-set of the tests | Bill Hoffman | 2004-04-13 | 1 | -0/+4 |
| | |||||
* | BUG: change directory before running test and remember test number | Andy Cedilnik | 2004-03-17 | 1 | -3/+5 |
| | |||||
* | ERR: On some compilers structure inside class cannot reference private ↵ | Andy Cedilnik | 2004-03-17 | 1 | -1/+1 |
| | | | | typdefs from the same class | ||||
* | ERR: Fix build | Andy Cedilnik | 2004-03-15 | 1 | -1/+1 |
| | |||||
* | ENH: Add support for future tags | Andy Cedilnik | 2004-03-14 | 1 | -0/+1 |
| | |||||
* | ENH: Count tests while they go. Also in the logs report more stuff like ↵ | Andy Cedilnik | 2004-03-14 | 1 | -2/+16 |
| | | | | elapsed time etc. | ||||
* | BUG: CVS update fix. If the CVS command was not set there was no indication ↵ | Andy Cedilnik | 2004-02-24 | 1 | -1/+2 |
| | | | | that something went wrong. Now it will make sure it does. Also start working on multiple configuration scripts | ||||
* | ENH: Add logging of tests while running. This way you can actually see the ↵ | Andy Cedilnik | 2004-02-10 | 1 | -2/+4 |
| | | | | output as it goes | ||||
* | ENH: Add support for CTestCustom.ctest, which modifies some behavior of ctest | Andy Cedilnik | 2004-01-26 | 1 | -1/+21 |
| | |||||
* | fixes to backup restore options | Ken Martin | 2004-01-23 | 1 | -0/+4 |
| | |||||
* | ENH: add no cmake option | Bill Hoffman | 2004-01-13 | 1 | -1/+2 |
| | |||||
* | ENH: add an ability to specify a build run directory | Bill Hoffman | 2004-01-09 | 1 | -0/+1 |
| | |||||
* | ENH: add new feature to ctest so that it can cmake, build and run a test ↵ | Bill Hoffman | 2004-01-07 | 1 | -1/+23 |
| | | | | executable | ||||
* | ENH: Improve notes support (now you can specify them with the rest of the ↵ | Andy Cedilnik | 2004-01-07 | 1 | -0/+10 |
| | | | | command line), improve reading of configuration file (now it actually rereads configuration file after running update/configure/build...). Remember the model (nightly/experimental) across runs | ||||
* | ENH: Add option to submit notes. Implements Bug #465 - Add notes support to ↵ | Andy Cedilnik | 2003-12-26 | 1 | -2/+8 |
| | | | | CTest | ||||
* | ENH: Several cleanups and attempt to do purify support | Andy Cedilnik | 2003-12-16 | 1 | -0/+1 |
| | |||||
* | ERR: STD fixes | Andy Cedilnik | 2003-12-15 | 1 | -2/+2 |
| | |||||
* | ENH: Add initial memory check support which works for Valgrind | Andy Cedilnik | 2003-12-15 | 1 | -4/+65 |
| | |||||
* | a start on the dashboard driver | Ken Martin | 2003-12-02 | 1 | -0/+8 |
| | |||||
* | ENH: Cleanup parsing of argument to help fix Bug #259 - CMake does not quote ↵ | Andy Cedilnik | 2003-11-03 | 1 | -1/+1 |
| | | | | correctly in DartTestfile.txt | ||||
* | BUG: Report failed as failed... | Andy Cedilnik | 2003-08-18 | 1 | -0/+1 |
| | |||||
* | BUG: Fix Bug #153 - CTest does not detect tests that are not found and Bug ↵ | Andy Cedilnik | 2003-08-18 | 1 | -3/+9 |
| | | | | #153 - CTest does not detect tests that are not found | ||||
* | ENH: Better error reporting | Andy Cedilnik | 2003-08-13 | 1 | -0/+15 |
| |