summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Files in top-level directory of source tree were not reported in ↵Ken Martin2004-06-091-1/+1
| | | | updates log.
* BUG: Even if update fails it should produce valid XMLAndy Cedilnik2004-06-091-8/+8
|
* support for floating ponit stridesKen Martin2004-06-081-5/+44
|
* ENH: Implement scp submissionAndy Cedilnik2004-06-021-2/+18
|
* ctest -S support for multiple ctest command argumentsKen Martin2004-05-281-33/+58
|
* added another error string and change the -I option someKen Martin2004-05-261-6/+5
|
* better error messageKen Martin2004-05-251-0/+1
|
* added errorKen Martin2004-05-201-0/+1
|
* new feature for continuous clean onceKen Martin2004-05-131-0/+8
|
* ENH: Add a way to force ctest to be a new processAndy Cedilnik2004-05-101-1/+6
|
* ENH: Added regex.Will Schroeder2004-05-101-0/+1
|
* fix for config type passing between ctestsKen Martin2004-05-101-0/+1
|
* some cleanup and fix for PVLocalKen Martin2004-05-091-78/+70
|
* ENH: add the ability to block popup error dialogs in tests on windowsBill Hoffman2004-05-071-0/+26
|
* missing header for unixKen Martin2004-05-071-0/+5
|
* updated testingoptions for continuous dashboardsKen Martin2004-05-071-5/+52
|
* BUG: fix ctest so that the search path for test executables produces better ↵Bill Hoffman2004-05-061-5/+15
| | | | output and does not use config dir when it is not set
* fix for in source testingKen Martin2004-05-051-2/+2
|
* ENH: Remove memory leakAndy Cedilnik2004-05-051-3/+5
|
* support in source builds and arg passingKen Martin2004-05-041-3/+50
|
* ENH: After running test clear results for memory checkingAndy Cedilnik2004-05-031-0/+1
|
* ENH: Skip tests that do not have defectsAndy Cedilnik2004-05-031-2/+19
|
* ERR: Remove warning about shadow variablesAndy Cedilnik2004-05-011-3/+3
|
* ENH: Report filename of the noteAndy Cedilnik2004-04-301-1/+1
|
* ENH: Add support for notes in Testing/Notes subdirectory. This way test can ↵Andy Cedilnik2004-04-301-0/+25
| | | | write notes that will be reported
* BUG: Add a safety check so that you cannot send cmOStringStream.str() to ↵Andy Cedilnik2004-04-291-5/+5
| | | | other stream and produce the funky hex number. This makes it impossible to compile such a code. Adding that exposed a whole bunch of places in CMake where streams were used wrongly
* ENH: Another one of those nasty hex numbers in the ctest outputAndy Cedilnik2004-04-261-1/+3
|
* ERR: Fixed unused variable assignment warning.Brad King2004-04-231-1/+1
|
* ENH: Add DynamicAnalisys support. The old Purify is still available through ↵Andy Cedilnik2004-04-221-20/+109
| | | | --compatibility-mode
* RNH: Support NoDartCoverage in the binary directororyAndy Cedilnik2004-04-191-2/+27
|
* better args handling for -I optionsKen Martin2004-04-161-0/+5
|
* better args handling for -I optionKen Martin2004-04-161-15/+34
|
* ENH: Better reporting of what tests failed and write a file with failed testsAndy Cedilnik2004-04-161-4/+16
|
* ENH: remove warningBill Hoffman2004-04-141-1/+1
|
* ENH: fix warningBill Hoffman2004-04-131-1/+1
|
* ENH: add the ability to run a limited sub-set of the testsBill Hoffman2004-04-131-0/+118
|
* BUG: Display string not some weird pointerAndy Cedilnik2004-04-091-1/+1
|
* fix for missing valid imagesKen Martin2004-04-011-25/+51
|
* BUG: Fix bug on windows. You cannot cout std::string directlyAndy Cedilnik2004-04-011-1/+1
|
* ENH: Add logging of submittingAndy Cedilnik2004-04-011-0/+25
|
* ENH: Reduce number of GetCurrentWorkingDirectoryAndy Cedilnik2004-03-311-1/+1
|
* ENH: Change to the new directoryAndy Cedilnik2004-03-311-1/+1
|
* coverage change that will probably end in an infinite loopKen Martin2004-03-251-4/+25
|
* ENH: Fix warningAndy Cedilnik2004-03-211-2/+2
|
* ERR: Fix warnings about wrong formatAndy Cedilnik2004-03-191-2/+2
|
* ERR: Fix build on broken C++ compiles with no != operator for std::stringAndy Cedilnik2004-03-181-1/+1
|
* BUG: change directory before running test and remember test numberAndy Cedilnik2004-03-171-9/+13
|
* ENH: Add support for future tagsAndy Cedilnik2004-03-141-4/+20
|
* ENH: Count tests while they go. Also in the logs report more stuff like ↵Andy Cedilnik2004-03-141-185/+242
| | | | elapsed time etc.
* BUG: CVS update fix. If the CVS command was not set there was no indication ↵Andy Cedilnik2004-02-241-225/+251
| | | | that something went wrong. Now it will make sure it does. Also start working on multiple configuration scripts