summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: empty method on std string is a test, and does not set the string to empty.Brad King2004-01-211-3/+3
* BUG: fix leakBill Hoffman2004-01-211-3/+6
* BUG: Fixed buffer size in MakeXMLSafe.Brad King2004-01-211-1/+1
* BUG: if a test is not found, it should failBill Hoffman2004-01-211-1/+2
* ENH: make sure tests that are not run fail, and make sure that it does not tr...Bill Hoffman2004-01-211-7/+19
* fix so that ctest is run even with bad cmake resultKen Martin2004-01-161-4/+10
* ENH: Handle spaces in the dart output of testAndy Cedilnik2004-01-151-2/+3
* ERR: Do not ignore argument after nocmakeAndy Cedilnik2004-01-131-1/+0
* ENH: add no cmake optionBill Hoffman2004-01-131-30/+40
* ENH: Only look for executable until foundAndy Cedilnik2004-01-121-55/+55
* ENH: clean up the output some moreBill Hoffman2004-01-091-2/+8
* ENH: clean up outputBill Hoffman2004-01-091-24/+47
* ENH: add an ability to specify a build run directoryBill Hoffman2004-01-091-1/+16
* ENH: clean up outputBill Hoffman2004-01-091-1/+2
* BUG: Updated warning regex to match in more cases.Brad King2004-01-091-1/+1
* BUG: if the build fails then the test failsBill Hoffman2004-01-091-1/+1
* BUG: make sure null terminator is in the right place for putenv static char a...Bill Hoffman2004-01-081-3/+1
* ENH: remove warningBill Hoffman2004-01-081-1/+1
* ENH: remove warningBill Hoffman2004-01-081-1/+0
* temp remove of optimization internal ctest use putenv causing trouble on cygwinBill Hoffman2004-01-071-1/+2
* ENH: print errors when they are thereBill Hoffman2004-01-071-0/+2
* BUG: initialize ivarBill Hoffman2004-01-071-0/+1
* BUG: fix command line parser bugBill Hoffman2004-01-071-4/+0
* ENH: remove warningBill Hoffman2004-01-071-4/+2
* ENH: remove warningsBill Hoffman2004-01-071-3/+3
* ENH: add new feature to ctest so that it can cmake, build and run a test exec...Bill Hoffman2004-01-071-4/+774
* ENH: Improve notes support (now you can specify them with the rest of the com...Andy Cedilnik2004-01-071-49/+105
* ENH: Remove warnings about unused variablesAndy Cedilnik2003-12-301-6/+9
* ENH: Add option to submit notes. Implements Bug #465 - Add notes support to C...Andy Cedilnik2003-12-261-1/+88
* ENH: Fix coverage to actually work and add support for .NoDartCoverageAndy Cedilnik2003-12-241-2/+28
* ENH: Even better. Only replace when path longer than 20 characters. Also repl...Andy Cedilnik2003-12-181-22/+25
* ENH: Attempt to cleanup the build outputAndy Cedilnik2003-12-181-1/+39
* bug fixKen Martin2003-12-181-2/+6
* ERR: Remove debugAndy Cedilnik2003-12-171-1/+1
* ENH: Add more error regular expressionsAndy Cedilnik2003-12-171-0/+1
* better ctest driver and return codesKen Martin2003-12-171-39/+71
* ENH: Purify support should work now.Andy Cedilnik2003-12-161-11/+18
* ENH: Add suppression file support for valgrindAndy Cedilnik2003-12-161-1/+21
* ENH: Several cleanups and attempt to do purify supportAndy Cedilnik2003-12-161-48/+120
* ENH: Cleanup outputAndy Cedilnik2003-12-161-1/+2
* ERR: Fix coverage on gcc 2.95Andy Cedilnik2003-12-151-2/+3
* ERR: Ok, think before commit... This fixes two build problems. The missing br...Andy Cedilnik2003-12-151-5/+7
* ERR: Inner loop used the same counter as outer. Broke coverage codeAndy Cedilnik2003-12-151-8/+8
* ERR: STD fixesAndy Cedilnik2003-12-151-2/+2
* ENH: Add initial memory check support which works for ValgrindAndy Cedilnik2003-12-151-91/+380
* ENH: fix for gcc 3.1Bill Hoffman2003-12-151-8/+17
* now can do extra updatesKen Martin2003-12-121-8/+26
* some updates to handle inline cache files and environment variablesKen Martin2003-12-091-13/+49
* ENH: Improve coverage on systems with multiple gcov commandsAndy Cedilnik2003-12-081-4/+13
* ENH: Using cmListFileCache to read the DartTestfile instead of duplicating th...Brad King2003-12-051-149/+146