summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestCoverageHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-44/+44
* Remove some c_str() calls.Stephen Kelly2014-03-111-6/+6
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-12/+12
* CTest: notify user if gcov cannot be foundZack Galbreath2014-02-281-0/+6
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-9/+10
* CTest: clean TargetDirs between unrelated coverage runs (issue 13143)Nils Gladitz2013-10-291-0/+1
* Adding support for the Python coverage.py tool.Patrick Reynolds2013-10-081-0/+34
* CTest: Coverage handler: expect certain output lines from gcov 4.7 (#13657)David Cole2012-12-101-4/+11
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-39/+39
* Merge topic 'mumps_coverage'David Cole2012-05-171-1/+51
|\
| * CDash now supports lots of files in coverage. So, show all files.Bill Hoffman2012-05-111-0/+3
| * Do not try to run bullseye coverage if COVFILE env is empty.Bill Hoffman2012-05-081-1/+1
| * Add support for Cache coverage.Bill Hoffman2012-05-011-3/+22
| * Add test for mumps coverage. Also refactor code to prepare for cache coverage.Bill Hoffman2012-05-011-1/+7
| * Fix line length.Bill Hoffman2012-04-261-1/+2
| * Add support to ctest for GTM mumps coverage.Bill Hoffman2012-04-251-0/+21
* | CTest: Modify reg ex so it also works with gcov 4.7 output (#13121)David Cole2012-05-031-1/+1
* | ctest_coverage: Save/restore LC_ALL around gcov (#13136)Brad King2012-04-161-1/+29
|/
* CTest: mark all gcov covered files as coveredRolf Eike Beer2012-02-151-1/+1
* CTest: Add COVERAGE_EXTRA_FLAGS cache variable (#12490)David Cole2011-10-221-2/+7
* CTest: Use the gcov --preserve-paths flag (#11717)Marco Craveiro2011-02-091-1/+1
* Fix spelling errors reported by Lintian.Kai Wasserbäch2010-07-131-3/+3
* Extra coverage glob should subtract the explicitly defined excluded filesZach Mullen2010-06-111-2/+6
* Add php coverage to ctest.Bill Hoffman2010-05-251-15/+19
* Fix shadowed local warning in coverage handlerZach Mullen2010-05-121-3/+3
* Change coverage globbing mechanism to resolve paths earlierZach Mullen2010-05-071-12/+15
* Coverage glob should search in Source dirZach Mullen2010-04-231-3/+9
* Implement extra coverage globbingZach Mullen2010-04-231-1/+82
* Fix issue #5668 - use CollapseFullPath when determining if covered file is wi...David Cole2009-10-121-91/+133
* fix two more warnings from icpcAlexander Neundorf2009-10-041-3/+0
* Fix warnings in CMake source code. Suppress rampant warnings emanating from Q...David Cole2009-10-011-2/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Do not produce empty coverage log filesBrad King2009-03-111-20/+21
* BUG: Do not carry over file list between coverageBrad King2009-03-111-0/+1
* BUG: Avoid duplicate CTest coverage submissionBrad King2009-03-111-0/+19
* ENH: Efficiently filter CTest coverage by labelBrad King2009-03-091-18/+55
* ENH: Generate a central list of target directoriesBrad King2009-03-091-4/+11
* ENH: Teach ctest_coverage to filter with LABELSBrad King2009-03-021-0/+45
* BUG: Fix coverage label reports for BullseyeBrad King2009-03-021-4/+6
* BUG: Fix coverage handler initializationBrad King2009-03-021-2/+5
* ENH: Teach CTest to put labels in coverage resultsBrad King2009-02-131-7/+106
* STYLE: Remove unused variableBrad King2009-02-131-4/+0
* ENH: Create cmXMLSafe to help escapes in XMLBrad King2009-02-051-11/+12
* 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