summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmParseCoberturaCoverage.cxx
Commit message (Expand)AuthorAgeFilesLines
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-2/+2
* replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-4/+5
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-2/+2
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-2/+3
* cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-12/+5
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-211-2/+2
* Merge topic 'string-clear'Brad King2017-09-191-2/+2
|\
| * Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-2/+2
* | Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-4/+4
|/
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-4/+4
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* clang-tidy: apply readability-redundant-string-init fixesDaniel Pfeifer2016-12-121-1/+1
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-1/+6
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-1/+1
* Add CM_OVERRIDE to some functionsDaniel Pfeifer2016-06-271-3/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-95/+63
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-1/+0
* Source: Stabilize include orderBrad King2016-04-291-2/+2
* cmParseCoberturaCoverage: Remove extra coverage lineZack Galbreath2016-03-301-1/+0
* ctest_coverage: Add QUIET optionZack Galbreath2015-02-231-7/+8
* ctest_coverage: Fix parsing of absolute paths in Cobertura filesZack Galbreath2015-01-121-9/+39
* cmParseCoberturaCoverage: Initialize CurFileName to empty stringJonathan Beezley2014-10-031-0/+1
* CTest: Generalize Cobertura coverage format handlingJoseph Snyder2014-06-041-9/+58
* CTest: Rename coverage implementation for "Python" to "Cobertura"Joseph Snyder2014-06-041-0/+119