summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmParseGTMCoverage.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix trivial typos in textluzpaz2017-11-031-1/+1
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-3/+3
* Access string npos without instancePavel Solodovnikov2017-06-011-2/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-1/+5
* Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-128/+79
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* Source: Stabilize include orderBrad King2016-04-291-2/+2
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* 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-3/+19
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-2/+3
* CTest: Fix GTM coverage parsing line offset bugZack Galbreath2013-08-291-2/+2
* CDash now supports lots of files in coverage. So, show all files.Bill Hoffman2012-05-111-6/+0
* Change GT.M Coverage Parser globalJoseph Snyder2012-05-071-1/+1
* Add support for Cache coverage.Bill Hoffman2012-05-011-25/+3
* Add test for mumps coverage. Also refactor code to prepare for cache coverage.Bill Hoffman2012-05-011-211/+113
* Fix warning about char* instead of const char*.Bill Hoffman2012-04-261-1/+1
* Add support to ctest for GTM mumps coverage.Bill Hoffman2012-04-251-0/+398