summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove some borland 6 warningsBill Hoffman2003-05-281-2/+1
* ENH: add some includes for borland 6Bill Hoffman2003-05-231-0/+1
* ENH: CleanupAndy Cedilnik2003-04-181-1/+1
* Even better error detection on AIXAndy Cedilnik2003-04-181-1/+1
* Better AIX detectionAndy Cedilnik2003-04-181-1/+2
* This is really an errorAndy Cedilnik2003-04-171-1/+1
* ENH: Add AIX warerrAndy Cedilnik2003-04-171-0/+2
* Fix update outputAndy Cedilnik2003-04-161-1/+1
* Do safe division instead of fixing resultAndy Cedilnik2003-04-101-15/+11
* Attempt to fix FIXNUMAndy Cedilnik2003-04-091-1/+6
* Remove nan and inf, use iostreams to set precision, fix file name, and remove...Andy Cedilnik2003-04-081-13/+29
* Remove push_back on string. Why can't STL be standard?Andy Cedilnik2003-04-081-1/+1