Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ctest_coverage: Add QUIET option | Zack Galbreath | 2015-02-23 | 1 | -6/+6 |
| | |||||
* | 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. | ||||
* | Remove some unneeded c_str calls. | Stephen Kelly | 2014-11-23 | 1 | -3/+3 |
| | |||||
* | CTest: Add Javascript coverage parser | Joseph Snyder | 2014-10-29 | 1 | -0/+166 |
Add a coverage parser for the Blanket.js library using the JSON output of the mocha.js test runner. Add a test for the new parser. |