summaryrefslogtreecommitdiff
path: root/Source/CTest/cmParseJacocoCoverage.cxx
Commit message (Expand)AuthorAgeFilesLines
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-6/+7
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-2/+2
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-3/+1
* Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}WithSebastian Holtermann2019-08-011-1/+2
* ctest_coverage: fix out-of-bounds index in Jacoco parserSylvain Joubert2019-03-261-0/+1
* cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-5/+0
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-2/+3
* 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-161-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-171-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