summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Several cleanups and improvementsAndy Cedilnik2005-01-271-12/+3
|
* ENH: Add compression support to XML filesAndy Cedilnik2005-01-271-1/+7
|
* ENH: Add method to populate custom integersAndy Cedilnik2005-01-261-0/+1
|
* ENH: Add method to get the relative path to source or buildAndy Cedilnik2004-10-181-0/+3
|
* ENH: Handle coverage errorsAndy Cedilnik2004-10-171-1/+2
|
* ENH: Add CTEST_EXECUTABLE_NAME to CTest scripting. This way you do not have ↵Andy Cedilnik2004-10-011-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 Hoffman2004-09-291-1/+1
| | | | cmStdString
* more cleanup of ctestKen Martin2004-09-091-177/+20
|
* duh errorsKen Martin2004-09-071-0/+1
|
* duh errorsKen Martin2004-09-071-3/+3
|
* duh errorsKen Martin2004-09-071-3/+3
|
* more warningsKen Martin2004-09-071-3/+3
|
* more cleanupKen Martin2004-09-071-28/+5
|
* some bug fixes for my recent checkins and some more cleanupKen Martin2004-09-071-40/+52
|
* starting cleanup of ctestKen Martin2004-09-061-18/+16
|
* ENH: Make default date shorterAndy Cedilnik2004-08-261-0/+2
|
* ENH: Add some documentation, and make sure that the flag given to -D -T or ↵Andy Cedilnik2004-07-291-1/+1
| | | | -M is valid. Fixes Bug #1015 - Documentation: ctest -D
* ENH: Add maximum size of test outputAndy Cedilnik2004-07-261-0/+4
|
* BUG: Encode current time so that on some international computers xslt will ↵Andy Cedilnik2004-07-201-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 wellKen Martin2004-07-131-1/+3
|
* BUG#969: Partially fixed by at least using the timeout for the individual ↵Brad King2004-07-021-1/+1
| | | | calls to RunSingleCommand from within the inner ctest instance. This should be modified to incrementally adjust remaining time.
* ENH: Implement scp submissionAndy Cedilnik2004-06-021-0/+1
|
* ctest -S support for multiple ctest command argumentsKen Martin2004-05-281-0/+1
|
* ENH: Add a way to force ctest to be a new processAndy Cedilnik2004-05-101-0/+2
|
* ENH: add the ability to block popup error dialogs in tests on windowsBill Hoffman2004-05-071-5/+5
|
* updated testingoptions for continuous dashboardsKen Martin2004-05-071-0/+4
|
* better args handling for -I optionKen Martin2004-04-161-0/+2
|
* ENH: add the ability to run a limited sub-set of the testsBill Hoffman2004-04-131-0/+4
|
* BUG: change directory before running test and remember test numberAndy Cedilnik2004-03-171-3/+5
|
* ERR: On some compilers structure inside class cannot reference private ↵Andy Cedilnik2004-03-171-1/+1
| | | | typdefs from the same class
* ERR: Fix buildAndy Cedilnik2004-03-151-1/+1
|
* ENH: Add support for future tagsAndy Cedilnik2004-03-141-0/+1
|
* ENH: Count tests while they go. Also in the logs report more stuff like ↵Andy Cedilnik2004-03-141-2/+16
| | | | elapsed time etc.
* BUG: CVS update fix. If the CVS command was not set there was no indication ↵Andy Cedilnik2004-02-241-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 Cedilnik2004-02-101-2/+4
| | | | output as it goes
* ENH: Add support for CTestCustom.ctest, which modifies some behavior of ctestAndy Cedilnik2004-01-261-1/+21
|
* fixes to backup restore optionsKen Martin2004-01-231-0/+4
|
* ENH: add no cmake optionBill Hoffman2004-01-131-1/+2
|
* ENH: add an ability to specify a build run directoryBill Hoffman2004-01-091-0/+1
|
* ENH: add new feature to ctest so that it can cmake, build and run a test ↵Bill Hoffman2004-01-071-1/+23
| | | | executable
* ENH: Improve notes support (now you can specify them with the rest of the ↵Andy Cedilnik2004-01-071-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 Cedilnik2003-12-261-2/+8
| | | | CTest
* ENH: Several cleanups and attempt to do purify supportAndy Cedilnik2003-12-161-0/+1
|
* ERR: STD fixesAndy Cedilnik2003-12-151-2/+2
|
* ENH: Add initial memory check support which works for ValgrindAndy Cedilnik2003-12-151-4/+65
|
* a start on the dashboard driverKen Martin2003-12-021-0/+8
|
* ENH: Cleanup parsing of argument to help fix Bug #259 - CMake does not quote ↵Andy Cedilnik2003-11-031-1/+1
| | | | correctly in DartTestfile.txt
* BUG: Report failed as failed...Andy Cedilnik2003-08-181-0/+1
|
* BUG: Fix Bug #153 - CTest does not detect tests that are not found and Bug ↵Andy Cedilnik2003-08-181-3/+9
| | | | #153 - CTest does not detect tests that are not found
* ENH: Better error reportingAndy Cedilnik2003-08-131-0/+15
|