summaryrefslogtreecommitdiff
path: root/Source/CTest/cmParseCacheCoverage.cxx
Commit message (Expand)AuthorAgeFilesLines
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-3/+3
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-4/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-1/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-113/+76
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* Source: Stabilize include orderBrad King2016-04-291-2/+2
* ctest_coverage: Add QUIET optionZack Galbreath2015-02-231-2/+2
* 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