Ben Boeckel
270eb96df0
strings: Remove cmStdString references
...
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.
2014-03-08 13:05:35 -05:00
Clinton Stimpson
5730710c86
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
...
Also use SystemTools::Fopen() instead of fopen().
This is to eventually support utf-8 filenames.
2014-01-07 09:27:44 -05:00
Bill Hoffman
c806b23cfe
CDash now supports lots of files in coverage. So, show all files.
...
Prior to this commit the mumps coverage only showed files that
had at least one line of coverage. Now 0% covered files are shown
as well.
2012-05-11 15:22:25 -04:00
Bill Hoffman
a7abf5e090
Add ability to specify more than one package directory or coverage directory.
2012-05-02 16:47:24 -04:00
Bill Hoffman
7955e995ec
Add support for Cache coverage.
...
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.
2012-05-01 17:00:43 -04:00
Bill Hoffman
a86cd33cdd
Add virutal destructor to silence warning.
2012-05-01 14:36:18 -04:00
Bill Hoffman
319eeb0247
Add test for mumps coverage. Also refactor code to prepare for cache coverage.
...
Add a simple test to make sure the GTM mumps coverage is working.
Also refactor the code so that cache coverage can be added.
2012-05-01 13:35:07 -04:00