summaryrefslogtreecommitdiff
path: root/Source/CTest/cmParseDelphiCoverage.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* Access string npos without instancePavel Solodovnikov2017-06-011-38/+40
* clang-tidy: remove else after break and continueDaniel Pfeifer2017-04-211-1/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-2/+3
* Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-261-2/+2
* Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-123/+94
* 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: Add QUIET optionZack Galbreath2015-02-231-8/+11
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* cmParseDelphiCoverage: Remove superfluous semicolons after methodsChristoph GrĂ¼ninger2014-12-231-2/+2
* CTest: Remove code to fix scanbuild errorsJoseph Snyder2014-12-151-2/+0
* CTest: Add code coverage parser for Pascal/DelphiJoseph Snyder2014-10-211-0/+253