summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmParseJacocoCoverage.cxx
Commit message (Expand)AuthorAgeFilesLines
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-211-1/+1
* Merge topic 'string-clear'Brad King2017-09-191-4/+4
|\
| * Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-4/+4
* | Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-3/+3
|/
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-3/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-2/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-4/+4
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-1/+6
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-1/+1
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-1/+1
* Add CM_OVERRIDE to some functionsDaniel Pfeifer2016-06-271-2/+2
* Use the empty() method to check for emptyness.Daniel Pfeifer2016-06-021-1/+1
* Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-261-4/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-157/+127
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* Source: Stabilize include orderBrad King2016-04-291-2/+2
* ctest_coverage: Make Jacoco parser better at finding source filesZack Galbreath2015-09-011-52/+87
* CTest: Fix Jacoco CoverageJoseph Snyder2015-03-061-1/+4
* ctest_coverage: Add QUIET optionZack Galbreath2015-02-231-4/+5
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* CTEST: Update Jacoco Coverage search pathsJoseph Snyder2014-07-301-0/+3
* CTest: Add Jacoco Coverage functionalityJoseph Snyder2014-06-121-0/+167