summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmParseDelphiCoverage.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Remove code from cmParseBlanketJSCoverage.cxx and cmParseDelphiCoverage.cxx which caused scanbuild errors about not reading the value that was stored.
* CTest: Add code coverage parser for Pascal/DelphiJoseph Snyder2014-10-211-0/+253
Add a class to parse the HTML output of the Delphi-code-coverage tool http://code.google.com/p/delphi-code-coverage/ Add a test for the new parser.