summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestCoverageHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* STYLE: fix warningBill Hoffman2009-01-291-1/+1
* STYLE: fix warningBill Hoffman2009-01-281-1/+1
* ENH: Divide CTest file submission list by partBrad King2009-01-121-3/+4
* ENH: Teach ctest_* to create appending XML filesBrad King2009-01-121-3/+3
* ENH: add more debug stuff to CTestCTest2 so I can figure out redwallBill Hoffman2008-11-231-0/+2
* ENH: Add RecurseThroughSymlinks data member to kwsys::Glob. Allows recursive ...David Cole2008-08-201-0/+2
* BUG: Fix issue#4792 - improve verbose and log output when ctest cannot find a...David Cole2008-07-311-6/+9
* BUG: Fix issue #4971 - use lower case when comparing file names from gcov out...David Cole2008-07-311-2/+19
* ENH: make sure english is used for output of gcovBill Hoffman2008-05-101-0/+2
* BUG: 0006988 do not set coverage to false when it is notBill Hoffman2008-05-081-1/+1
* ENH: enhancements for cdash, include system information and better time entriesBill Hoffman2008-01-301-6/+26
* ENH: add support for CDash bullseye coverageBill Hoffman2007-11-161-6/+18
* COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697.Brad King2007-11-051-3/+3
* ENH: show files as untested if no lines are coveredBill Hoffman2007-08-031-1/+1
* STYLE: fix some kwstyle errorsBill Hoffman2007-07-271-3/+3
* ENH: fix div by 0Bill Hoffman2007-07-201-1/+1
* ENH: make sure working directory is setBill Hoffman2007-06-121-2/+6
* BUG: Never return a string containing a ":" from cmCTest::GetShortPathToFile ...David Cole2007-06-111-6/+7
* ENH: use new covbr that does not stop on errorBill Hoffman2007-06-081-62/+138
* ENH: remove debug that caused tests to failBill Hoffman2007-06-021-2/+0
* ENH: oppsBill Hoffman2007-06-021-2/+0
* ENH: initial bullseye stuffBill Hoffman2007-06-011-7/+526
* STYLE: Fixed line too long.Brad King2007-04-281-2/+4
* ENH: Initial attempt to do python coverage. Hopefully will not break coverage...Andy Cedilnik2007-04-271-279/+480
* STYLE: Fix line lengthAndy Cedilnik2006-10-251-1/+2
* BUG: Looks like gcov produces lines with string /*EOF*/ on them if there is n...Andy Cedilnik2006-10-241-1/+1
* ENH: added total time limit for a CTest run bug 1207Ken Martin2006-10-191-0/+6
* STYLE: Fix kwstyleAndy Cedilnik2006-10-151-1/+2
* BUG: Use BuildDirectory from the DartConfiguration information. Also, Make mi...Andy Cedilnik2006-10-121-1/+1
* BUG: fix bug where converage was required to get valgrind output because of b...Bill Hoffman2006-10-051-2/+5
* ENH: Several cleanups and make sure things get propagated where they should. ...Andy Cedilnik2006-03-291-1/+1
* ENH: Remove cmGlob and use glob from kwsysAndy Cedilnik2006-03-211-2/+3
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-96/+102
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-103/+172
* COMP: Too fast commitAndy Cedilnik2005-09-151-2/+2
* BUG: Make sure full paths are collapsedAndy Cedilnik2005-09-151-2/+2
* ENH: More handling of gcov 4.0Andy Cedilnik2005-08-031-1/+1
* ENH: More support for gcov 4.0Andy Cedilnik2005-08-031-1/+1
* ENH: Add support for the new gcc that uses files with extension .gcdaAndy Cedilnik2005-08-031-1/+5
* ENH: Some more cleanups and add ctest custom vector for regular expression to...Andy Cedilnik2005-07-141-8/+49
* ENH: Add custom supression regular expressionsAndy Cedilnik2005-07-141-0/+29
* BUG: Fix line number inconsistency, improve outputAndy Cedilnik2005-07-141-17/+43
* BUG: Rename tmp filesAndy Cedilnik2005-07-141-1/+1
* COMP: Remove warningAndy Cedilnik2005-07-061-2/+2
* ENH: Improve support for various versions of gcovAndy Cedilnik2005-07-061-86/+240
* STYLE: Unify number of spacesAndy Cedilnik2005-07-031-1/+1
* ENH: Several improvements with the way things are handled. Also, support mult...Andy Cedilnik2005-06-231-13/+12
* ENH: Add superclass for all commands and handlers. Improve handlers to have i...Andy Cedilnik2005-06-171-1/+5
* ENH: Separate standard output and standard error for problematic commandsAndy Cedilnik2005-06-141-6/+36
* COMP: Remove ERROR reserved word or something and replace with ERROR_MESSAGEAndy Cedilnik2005-05-311-17/+17