summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestCoverageHandler.h
Commit message (Expand)AuthorAgeFilesLines
* CTest: pass std::string to cmCTestCoverageHandler::ShouldIDoCoverage()Rolf Eike Beer2017-09-191-2/+2
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-3/+3
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* Remove cmObject.h and cmTypeMacro.hDaniel Pfeifer2016-10-241-1/+0
* Make cmCTestGenericHandler not inherit from cmObjectDaniel Pfeifer2016-10-231-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-2/+10
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-3/+3
* Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-261-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-22/+16
* Source: Stabilize include orderBrad King2016-04-291-1/+1
* cmCTestCoverageHandle: Improve error handling.James Johnston2015-08-081-1/+1
* cmCTestCoverageHandler: Port to cmXMLWriterDaniel Pfeifer2015-05-261-1/+5
* ctest_coverage: Add QUIET optionZack Galbreath2015-02-231-1/+2
* CTest: Add Javascript coverage parserJoseph Snyder2014-10-291-0/+3
* CTest: Add code coverage parser for Pascal/DelphiJoseph Snyder2014-10-211-0/+3
* CTest: Add Jacoco Coverage functionalityJoseph Snyder2014-06-121-1/+4
* CTest: Rename coverage implementation for "Python" to "Cobertura"Joseph Snyder2014-06-041-1/+1
* CTest: Add support for Intel coverage filesVolkan Gezer2014-03-131-0/+4
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-6/+6
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+1
* Adding support for the Python coverage.py tool.Patrick Reynolds2013-10-081-0/+4
* Add support for Cache coverage.Bill Hoffman2012-05-011-2/+2
* Add support to ctest for GTM mumps coverage.Bill Hoffman2012-04-251-0/+2
* Add php coverage to ctest.Bill Hoffman2010-05-251-46/+14
* Implement extra coverage globbingZach Mullen2010-04-231-0/+5
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Avoid duplicate CTest coverage submissionBrad King2009-03-111-0/+1
* ENH: Efficiently filter CTest coverage by labelBrad King2009-03-091-0/+3
* ENH: Generate a central list of target directoriesBrad King2009-03-091-2/+2
* ENH: Teach ctest_coverage to filter with LABELSBrad King2009-03-021-0/+7
* ENH: Teach CTest to put labels in coverage resultsBrad King2009-02-131-0/+16
* ENH: use new covbr that does not stop on errorBill Hoffman2007-06-081-0/+1
* ENH: initial bullseye stuffBill Hoffman2007-06-011-0/+23
* STYLE: Add somme commentsAndy Cedilnik2007-04-271-0/+5
* ENH: Initial attempt to do python coverage. Hopefully will not break coverage...Andy Cedilnik2007-04-261-0/+7
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-31/+31
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-5/+5
* ENH: Add custom supression regular expressionsAndy Cedilnik2005-07-141-0/+10
* ENH: Improve support for various versions of gcovAndy Cedilnik2005-07-061-0/+21
* ENH: Several improvements with the way things are handled. Also, support mult...Andy Cedilnik2005-06-231-2/+2
* ENH: Add superclass for all commands and handlers. Improve handlers to have i...Andy Cedilnik2005-06-171-0/+3
* ENH: Add support for writing output file. While doing that, redesign the way ...Andy Cedilnik2005-05-311-1/+1
* ENH: Several cleanups and improvementsAndy Cedilnik2005-01-271-1/+1
* ENH: Add a superclass to all handlersAndy Cedilnik2005-01-271-11/+3
* ENH: Add compression support to XML filesAndy Cedilnik2005-01-271-2/+3
* BUG: Fix output to match the Dart outputAndy Cedilnik2004-10-171-1/+1
* ENH: Update to the new coverage code. It may not be perfect yet, but it is a ...Andy Cedilnik2004-10-171-9/+13
* more cleanup of ctestKen Martin2004-09-091-0/+75