Andy Cedilnik
|
64e0459f93
ENH: Initial attempt to do python coverage. Hopefully will not break coverage on GCov
|
18 years ago |
Andy Cedilnik
|
b4da7bbaab
STYLE: Fix line length
|
19 years ago |
Andy Cedilnik
|
e8d48151d3
BUG: Looks like gcov produces lines with string /*EOF*/ on them if there is no line at the end of the file. This will fix the coverage code complaining about it
|
19 years ago |
Ken Martin
|
f7a5289e31
ENH: added total time limit for a CTest run bug 1207
|
19 years ago |
Andy Cedilnik
|
2071291956
STYLE: Fix kwstyle
|
19 years ago |
Andy Cedilnik
|
61a4c12ce6
BUG: Use BuildDirectory from the DartConfiguration information. Also, Make missing coverage information not make ctest fail
|
19 years ago |
Bill Hoffman
|
027b9cbe87
BUG: fix bug where converage was required to get valgrind output because of bad current directory
|
19 years ago |
Andy Cedilnik
|
386900bfdd
ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script
|
19 years ago |
Andy Cedilnik
|
15d7dd9937
ENH: Remove cmGlob and use glob from kwsys
|
19 years ago |
Andy Cedilnik
|
862f5df25c
STYLE: Fix some style issues
|
19 years ago |
Andy Cedilnik
|
6503a0eecc
STYLE: Fix some style issues
|
19 years ago |
Andy Cedilnik
|
79bf20ec6d
COMP: Too fast commit
|
20 years ago |
Andy Cedilnik
|
34f1419aa4
BUG: Make sure full paths are collapsed
|
20 years ago |
Andy Cedilnik
|
9a3abaa53e
ENH: More handling of gcov 4.0
|
20 years ago |
Andy Cedilnik
|
7bd1e74177
ENH: More support for gcov 4.0
|
20 years ago |
Andy Cedilnik
|
6479f4db32
ENH: Add support for the new gcc that uses files with extension .gcda
|
20 years ago |
Andy Cedilnik
|
0d14b57605
ENH: Some more cleanups and add ctest custom vector for regular expression to exclude from coverage
|
20 years ago |
Andy Cedilnik
|
c7de609a37
ENH: Add custom supression regular expressions
|
20 years ago |
Andy Cedilnik
|
e8b10e1938
BUG: Fix line number inconsistency, improve output
|
20 years ago |
Andy Cedilnik
|
81211fc427
BUG: Rename tmp files
|
20 years ago |
Andy Cedilnik
|
0b86a0c926
COMP: Remove warning
|
20 years ago |
Andy Cedilnik
|
38b68bcd78
ENH: Improve support for various versions of gcov
|
20 years ago |
Andy Cedilnik
|
26a70a2e37
STYLE: Unify number of spaces
|
20 years ago |
Andy Cedilnik
|
1b578d3180
ENH: Several improvements with the way things are handled. Also, support multiple submited files
|
20 years ago |
Andy Cedilnik
|
d9dc9b54a6
ENH: Add superclass for all commands and handlers. Improve handlers to have initialization code, and start initializing ctest when start is invoked
|
20 years ago |
Andy Cedilnik
|
a95a4b000d
ENH: Separate standard output and standard error for problematic commands
|
20 years ago |
Andy Cedilnik
|
7f7cf5ee6b
COMP: Remove ERROR reserved word or something and replace with ERROR_MESSAGE
|
20 years ago |
Andy Cedilnik
|
f6e5a878fc
ENH: Add support for writing output file. While doing that, redesign the way ctest does output. There may still be problems with commands failing, but that should be fixed by applying the similar concept to whole CMake
|
20 years ago |
Andy Cedilnik
|
9619d54003
ENH: Improve syntax
|
20 years ago |
Andy Cedilnik
|
de57a86298
ENH: Cleanups
|
20 years ago |