Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ctest_coverage: Add QUIET option | Zack Galbreath | 2015-02-23 | 1 | -8/+11 |
| | |||||
* | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
| | |||||
* | Replace 'foo.size() > 0' pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -2/+2 |
| | |||||
* | cmParseDelphiCoverage: Remove superfluous semicolons after methods | Christoph GrĂ¼ninger | 2014-12-23 | 1 | -2/+2 |
| | |||||
* | CTest: Remove code to fix scanbuild errors | Joseph Snyder | 2014-12-15 | 1 | -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/Delphi | Joseph Snyder | 2014-10-21 | 1 | -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. |