summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Removed pipe selection argument from WaitForData method in kwsysProcess....Brad King2003-12-051-6/+2
* some fixes to test harnesKen Martin2003-12-031-2/+13
* better error handlingKen Martin2003-12-021-0/+15
* a start on the dashboard driverKen Martin2003-12-021-9/+163
* BUG: Do not use std::string to accumulate output. Use std::vector instead. ...Brad King2003-11-261-1/+6
* BUG: Handle -C properly for executables that are not in the project; Fix Bug ...Andy Cedilnik2003-11-111-29/+35
* ENH: Add warning exception for VTK type warning blockingAndy Cedilnik2003-11-061-0/+1
* BUG#259: Fix for spaces in paths to executable added to previous fixes for th...Brad King2003-11-051-6/+10
* BUG: fix for bug 323Bill Hoffman2003-11-041-0/+8
* ENH: Cleanup parsing of argument to help fix Bug #259 - CMake does not quote ...Andy Cedilnik2003-11-031-17/+9
* ENH: Report when having conflictsAndy Cedilnik2003-10-311-0/+4
* BUG: Fix Bug #310 - CTest sends wrong time to cvs on WindowsAndy Cedilnik2003-10-301-3/+7
* ENH: Handle all white spaces, fix problem on cygwinAndy Cedilnik2003-10-161-2/+2
* ENH: Add missing newline Bug #185 - CTest exceptions output is missing new lineAndy Cedilnik2003-09-231-0/+1
* BUG: Report failed as failed...Andy Cedilnik2003-08-181-1/+2
* BUG: Fix Bug #153 - CTest does not detect tests that are not found and Bug #1...Andy Cedilnik2003-08-181-55/+75
* BUG: Fix test reportingAndy Cedilnik2003-08-151-0/+1
* ENH: Fix verbose output, fix error message, and fix the exit code checkAndy Cedilnik2003-08-141-11/+20
* ENH: Better error reportingAndy Cedilnik2003-08-131-32/+140
* ENH: Cleanup the outputAndy Cedilnik2003-08-111-3/+8
* ENH: Remove debugAndy Cedilnik2003-08-111-1/+0
* removed redundent includesKen Martin2003-08-101-1/+0
* ERR: Rename some variables to remove shadow warningAndy Cedilnik2003-08-091-6/+6
* ENH: Add regression images supportAndy Cedilnik2003-08-081-7/+142
* ENH: Better output and use RunMakeCommand for configureAndy Cedilnik2003-08-081-8/+30
* ENH: Flush the output file, to make more nice output for tail -fAndy Cedilnik2003-08-081-0/+2
* ENH: Add displaying of dots when building project. Also, file is now written ...Andy Cedilnik2003-08-071-16/+108
* ENH: Use new RunCommandAndy Cedilnik2003-08-041-17/+19
* ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpr...Brad King2003-06-231-12/+13
* ENH: remove warnings from borland 6 compilerBill Hoffman2003-05-291-2/+1