summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmParseCacheCoverage.cxx
Commit message (Expand)AuthorAgeFilesLines
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-2/+2
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-1/+1
* CTest: Fix MUMPS coverage parsing and testJoseph Snyder2014-05-161-1/+13
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+2
* CDash now supports lots of files in coverage. So, show all files.Bill Hoffman2012-05-111-11/+1
* Remove uncovered files from cache coverage data.Bill Hoffman2012-05-021-0/+36
* Fix some warnings and a bug where it went past the length of a vector.Bill Hoffman2012-05-011-3/+10
* Add support for Cache coverage.Bill Hoffman2012-05-011-0/+187