Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Add support for special tracks, fix options of handlers so that the -R, ↵ | Andy Cedilnik | 2006-04-28 | 1 | -0/+5 |
| | | | | -U, and so on work in the new style scripting | ||||
* | ENH: Add support for preinstall for cmake generated projects when packaging them | Andy Cedilnik | 2006-04-10 | 1 | -2/+1 |
| | |||||
* | ENH: added support for -SP scripts in new processes | Ken Martin | 2006-04-04 | 1 | -0/+6 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-09 | 1 | -38/+49 |
| | |||||
* | ENH: Since list file cache does not make much sense any more (because of ↵ | Andy Cedilnik | 2006-02-07 | 1 | -1/+0 |
| | | | | proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out | ||||
* | STYLE: removed some docs that did not make sense | Ken Martin | 2005-11-16 | 1 | -1/+0 |
| | |||||
* | ENH: Add a way to submit extra files to the dashboard | Andy Cedilnik | 2005-07-18 | 1 | -0/+2 |
| | |||||
* | ENH: Several improvements and cleanups: | Andy Cedilnik | 2005-07-18 | 1 | -11/+25 |
| | | | | | | | 1. Add long command line arguments for every argument 2. Add a way to overwrite CTest configuration by providing --overwrite TimeOut=10 3. Improve argument parsing. 4. Add submit index argument | ||||
* | ENH: Add debug flag | Andy Cedilnik | 2005-06-02 | 1 | -0/+3 |
| | |||||
* | COMP: Remove ERROR reserved word or something and replace with ERROR_MESSAGE | Andy Cedilnik | 2005-05-31 | 1 | -2/+2 |
| | |||||
* | ENH: Add support for writing output file. While doing that, redesign the way ↵ | Andy Cedilnik | 2005-05-31 | 1 | -6/+16 |
| | | | | ctest does output. There may still be problems with commands failing, but that should be fixed by applying the similar concept to whole CMake | ||||
* | ENH: Start adding support for CTest testfiles | Andy Cedilnik | 2005-04-01 | 1 | -1/+6 |
| | |||||
* | FIX: fix output of passing tests | Bill Hoffman | 2005-03-11 | 1 | -4/+1 |
| | |||||
* | ENH: better docs | Ken Martin | 2005-03-10 | 1 | -1/+3 |
| | |||||
* | ENH: ctest now uses CMake global generator to do the build part of ↵ | Ken Martin | 2005-02-22 | 1 | -12/+25 |
| | | | | build-and-test | ||||
* | ENH: added missing documentation | Ken Martin | 2005-01-27 | 1 | -0/+8 |
| | |||||
* | COMP: fix warning | Ken Martin | 2004-11-15 | 1 | -1/+2 |
| | |||||
* | ENH: added -U option to take union of -R and -I | Ken Martin | 2004-11-13 | 1 | -5/+9 |
| | |||||
* | BUG: Attempt to remove memory leak | Andy Cedilnik | 2004-10-03 | 1 | -1/+4 |
| | |||||
* | ENH: better documentation | Bill Hoffman | 2004-05-07 | 1 | -2/+29 |
| | |||||
* | BUG: putenv syntax was wrong and caused a crash on the SGI | Bill Hoffman | 2004-05-02 | 1 | -2/+2 |
| | |||||
* | ENH: Add environment variable that Dart sets so that tests can know they are ↵ | Andy Cedilnik | 2004-04-30 | 1 | -0/+2 |
| | | | | being tested from Dart/CTest | ||||
* | ENH: Report error and exit when the current directory is not specified | Andy Cedilnik | 2004-04-21 | 1 | -1/+10 |
| | |||||
* | ENH: add the ability to run a limited sub-set of the tests | Bill Hoffman | 2004-04-13 | 1 | -0/+5 |
| | |||||
* | ENH: add new feature to ctest so that it can cmake, build and run a test ↵ | Bill Hoffman | 2004-01-07 | 1 | -272/+7 |
| | | | | executable | ||||
* | ENH: Improve notes support (now you can specify them with the rest of the ↵ | Andy Cedilnik | 2004-01-07 | 1 | -4/+1 |
| | | | | 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 | -0/+12 |
| | | | | CTest | ||||
* | ENH: Add initial memory check support which works for Valgrind | Andy Cedilnik | 2003-12-15 | 1 | -8/+8 |
| | |||||
* | a start on the dashboard driver | Ken Martin | 2003-12-02 | 1 | -4/+24 |
| | |||||
* | ENH: Add documentation for -D and add missing targets | Andy Cedilnik | 2003-08-11 | 1 | -0/+125 |
| | |||||
* | ENH: Clarification of help dumped when no arguments are given and no test ↵ | Brad King | 2003-08-07 | 1 | -0/+6 |
| | | | | file is found. | ||||
* | ENH: Added documentation for ctest. | Brad King | 2003-08-06 | 1 | -21/+82 |
| | |||||
* | ERR: Remove warning | Andy Cedilnik | 2003-05-06 | 1 | -6/+6 |
| | |||||
* | ENH: Fix some dart issues. Now it works fine without dart. | Andy Cedilnik | 2003-05-02 | 1 | -1/+60 |
| | |||||
* | ENH: Rename option -D to -C because we will use -D later | Andy Cedilnik | 2003-04-25 | 1 | -2/+2 |
| | |||||
* | Start working on cont | Andy Cedilnik | 2003-02-11 | 1 | -0/+1 |
| | |||||
* | Fix date issues with different models | Andy Cedilnik | 2003-02-11 | 1 | -0/+19 |
| | |||||
* | Split ctest into two three files | Andy Cedilnik | 2002-12-17 | 1 | -1455/+3 |
| | |||||
* | Add support for only showing what will be done. This way you can for example ↵ | Andy Cedilnik | 2002-12-15 | 1 | -48/+103 |
| | | | | get a list of all tests: ctest -N or list of all tests that match regex: ctest -N -R regex | ||||
* | fixed warnings | Ken Martin | 2002-12-13 | 1 | -2/+0 |
| | |||||
* | ENH: Improved filename/line number reporting in error message. Macro ↵ | Brad King | 2002-12-12 | 1 | -1/+3 |
| | | | | invocations now chain up the error message. | ||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -15/+18 |
| | | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. | ||||
* | ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs ↵ | Brad King | 2002-12-11 | 1 | -0/+1 |
| | | | | when CMake is invoked by Dart. | ||||
* | Remove warning | Andy Cedilnik | 2002-12-10 | 1 | -2/+4 |
| | |||||
* | Initial addition of coverage | Andy Cedilnik | 2002-12-09 | 1 | -8/+377 |
| | |||||
* | Fix for network paths | Andy Cedilnik | 2002-11-21 | 1 | -5/+6 |
| | |||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -4/+4 |
| | |||||
* | Move the hi-res time to system tools | Andy Cedilnik | 2002-11-06 | 1 | -57/+2 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | When in verbose mode print test command | Andy Cedilnik | 2002-10-18 | 1 | -0/+4 |
| |