summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmParseMumpsCoverage.cxx
Commit message (Expand)AuthorAgeFilesLines
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-7/+4
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-3/+3
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-4/+9
* CTest: don't use else after returnDaniel Pfeifer2016-08-181-10/+9
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-69/+45
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* Source: Stabilize include orderBrad King2016-04-291-2/+2
* CTEST: Fix MUMPS file parser and update testJoseph Snyder2014-08-151-3/+5
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* 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
* CDash now supports lots of files in coverage. So, show all files.Bill Hoffman2012-05-111-1/+1
* Add ability to specify more than one package directory or coverage directory.Bill Hoffman2012-05-021-16/+24
* Add support for Cache coverage.Bill Hoffman2012-05-011-0/+28
* Add virutal destructor to silence warning.Bill Hoffman2012-05-011-0/+4
* Add test for mumps coverage. Also refactor code to prepare for cache coverage.Bill Hoffman2012-05-011-0/+125