Andy Cedilnik
|
2f2596c213
ENH: Add option to submit notes. Implements Bug #465 - Add notes support to CTest
|
22 years ago |
Andy Cedilnik
|
460f90de2b
ENH: Fix coverage to actually work and add support for .NoDartCoverage
|
22 years ago |
Andy Cedilnik
|
dad738eab1
ENH: Even better. Only replace when path longer than 20 characters. Also replace parent directory. That way it will replace for related projects.
|
22 years ago |
Andy Cedilnik
|
b3c7fe02a3
ENH: Attempt to cleanup the build output
|
22 years ago |
Ken Martin
|
d3a68a23a7
bug fix
|
22 years ago |
Andy Cedilnik
|
7e4dce08ec
ERR: Remove debug
|
22 years ago |
Andy Cedilnik
|
3a488c1896
ENH: Add more error regular expressions
|
22 years ago |
Ken Martin
|
076e52a26a
better ctest driver and return codes
|
22 years ago |
Andy Cedilnik
|
f90fc6ee39
ENH: Purify support should work now.
|
22 years ago |
Andy Cedilnik
|
ab0a30e2b3
ENH: Add suppression file support for valgrind
|
22 years ago |
Andy Cedilnik
|
e9e391c004
ENH: Several cleanups and attempt to do purify support
|
22 years ago |
Andy Cedilnik
|
303cb13e0b
ENH: Cleanup output
|
22 years ago |
Andy Cedilnik
|
6e5eddb917
ERR: Fix coverage on gcc 2.95
|
22 years ago |
Andy Cedilnik
|
d9658c15bc
ERR: Ok, think before commit... This fixes two build problems. The missing brace and the std::string signature is different on gcc 2.95 and gcc 3.3.
|
22 years ago |
Andy Cedilnik
|
652b162a29
ERR: Inner loop used the same counter as outer. Broke coverage code
|
22 years ago |
Andy Cedilnik
|
67285f9a76
ERR: STD fixes
|
22 years ago |
Andy Cedilnik
|
5b232ded15
ENH: Add initial memory check support which works for Valgrind
|
22 years ago |
Bill Hoffman
|
0c72acd812
ENH: fix for gcc 3.1
|
22 years ago |
Ken Martin
|
256947ed08
now can do extra updates
|
22 years ago |
Ken Martin
|
e3e4a7892b
some updates to handle inline cache files and environment variables
|
22 years ago |
Andy Cedilnik
|
403f220d25
ENH: Improve coverage on systems with multiple gcov commands
|
22 years ago |
Brad King
|
21c5c6c81d
ENH: Using cmListFileCache to read the DartTestfile instead of duplicating the parse loop.
|
22 years ago |
Brad King
|
ed853b5d70
ENH: Removed pipe selection argument from WaitForData method in kwsysProcess. This greatly simplifies its use.
|
22 years ago |
Ken Martin
|
10f88cd333
some fixes to test harnes
|
22 years ago |
Ken Martin
|
be15d66e37
better error handling
|
22 years ago |
Ken Martin
|
a442f1715e
a start on the dashboard driver
|
22 years ago |
Brad King
|
945fcb581d
BUG: Do not use std::string to accumulate output. Use std::vector instead. This is much better at memory management.
|
22 years ago |
Andy Cedilnik
|
220aea3aee
BUG: Handle -C properly for executables that are not in the project; Fix Bug #344 - ctest -C Debug
|
22 years ago |
Andy Cedilnik
|
2bb8d871cb
ENH: Add warning exception for VTK type warning blocking
|
22 years ago |
Brad King
|
251032b190
BUG#259: Fix for spaces in paths to executable added to previous fixes for this bug.
|
22 years ago |