summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestCoverageHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'remove-needless-copies'Brad King2016-05-271-2/+1
|\
| * Remove unnecessary local copies.Daniel Pfeifer2016-05-261-1/+0
| * Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-261-1/+1
* | Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-1/+1
|/
* Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1236/+962
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-37/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-12/+12
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* CTest: Make coverage file selection more specific.Joseph Snyder2016-02-251-2/+18
* CTest: Expand directories for Cobertura searchJoseph Snyder2015-11-231-3/+18
* Merge topic 'jacoco_out_of_source'Brad King2015-11-161-4/+21
|\
| * ctest_coverage: Search for Jacoco files in the binary directoryZack Galbreath2015-11-161-4/+21
* | Fix trivial clang -Wdouble-promotion warningsSean McBride2015-11-111-1/+1
|/
* Remove use of include <cmsys/stl/*> and cmsys_stl::*Brad King2015-08-201-2/+0
* cmCTestCoverageHandle: Improve error handling.James Johnston2015-08-081-6/+27
* ctest_coverage: Always do coverage for CTEST_EXTRA_COVERAGE_GLOBZack Galbreath2015-07-131-1/+1
* cmCTestCoverageHandler: Port to cmXMLWriterDaniel Pfeifer2015-05-261-157/+148
* ctest_coverage: Add QUIET optionZack Galbreath2015-02-231-181/+191
* Remove use of cmsys_stl.Stephen Kelly2015-02-051-2/+2
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-6/+6
* Replace !foo.size() pattern with foo.empty().Stephen Kelly2015-01-181-3/+3
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-6/+6
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-4/+4
* Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-4/+4
|\
| * Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-4/+4
* | Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-5/+1
|/
* ctest_coverage: Fix error message to report the file nameVladislav Vinogradov2014-12-221-1/+1
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-8/+8
* CTest: Add Javascript coverage parserJoseph Snyder2014-10-291-0/+40
* Merge topic 'remove-redundant-c_str'Brad King2014-10-211-21/+21
|\
| * strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-21/+21
* | CTest: Add code coverage parser for Pascal/DelphiJoseph Snyder2014-10-211-0/+36
|/
* CTest: Add Jacoco Coverage functionalityJoseph Snyder2014-06-121-0/+40
* CTest: Rename coverage implementation for "Python" to "Cobertura"Joseph Snyder2014-06-041-6/+6
* CTest: Add support for Intel coverage filesVolkan Gezer2014-03-131-0/+305
* 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