summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmParseMumpsCoverage.h
Commit message (Collapse)AuthorAgeFilesLines
* Source: Stabilize include orderBrad King2016-04-291-1/+0
| | | | | Each source file has a logical first include file. Include it in an isolated block so that tools that sort includes do not move them.
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
| | | | | | | | | | | Casts from std::string -> cmStdString were high on the list of things taking up time. Avoid such implicit casts across function calls by just using std::string everywhere. The comment that the symbol name is too long is no longer relevant since modern debuggers alias the templates anyways and the size is a non-issue since the underlying methods are generated since it's inherited.
* Add support for Cache coverage.Bill Hoffman2012-05-011-0/+3
| | | | | This adds support for Cache coverage parsing. A test is added that does a basic run of the coverage on a small bit of data.
* Add virutal destructor to silence warning.Bill Hoffman2012-05-011-0/+1
|
* Add test for mumps coverage. Also refactor code to prepare for cache coverage.Bill Hoffman2012-05-011-0/+48
Add a simple test to make sure the GTM mumps coverage is working. Also refactor the code so that cache coverage can be added.