summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmParseBlanketJSCoverage.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ctest_coverage: Add QUIET optionZack Galbreath2015-02-231-6/+6
|
* 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.
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-3/+3
|
* CTest: Add Javascript coverage parserJoseph Snyder2014-10-291-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.