| Commit message (Expand) | Author | Age | Files | Lines |
* | cmCTestCoverageHandler: Port to cmXMLWriter | Daniel Pfeifer | 2015-05-26 | 1 | -157/+148 |
|
|
* | ctest_coverage: Add QUIET option | Zack Galbreath | 2015-02-23 | 1 | -181/+191 |
|
|
* | Remove use of cmsys_stl. | Stephen Kelly | 2015-02-05 | 1 | -2/+2 |
|
|
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -6/+6 |
|
|
* | Replace !foo.size() pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -3/+3 |
|
|
* | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -6/+6 |
|
|
* | Replace 'foo.size() > 0' pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -4/+4 |
|
|
* | Merge topic 'drop-ancient-workarounds' | Brad King | 2015-01-12 | 1 | -4/+4 |
|\ |
|
| * | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -4/+4 |
|
|
* | | Use two-iterator std::set::insert where appropriate. | Stephen Kelly | 2015-01-11 | 1 | -5/+1 |
|/ |
|
* | ctest_coverage: Fix error message to report the file name | Vladislav Vinogradov | 2014-12-22 | 1 | -1/+1 |
|
|
* | Remove some unneeded c_str calls. | Stephen Kelly | 2014-11-23 | 1 | -8/+8 |
|
|
* | CTest: Add Javascript coverage parser | Joseph Snyder | 2014-10-29 | 1 | -0/+40 |
|
|
* | Merge topic 'remove-redundant-c_str' | Brad King | 2014-10-21 | 1 | -21/+21 |
|\ |
|
| * | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -21/+21 |
|
|
* | | CTest: Add code coverage parser for Pascal/Delphi | Joseph Snyder | 2014-10-21 | 1 | -0/+36 |
|/ |
|
* | CTest: Add Jacoco Coverage functionality | Joseph Snyder | 2014-06-12 | 1 | -0/+40 |
|
|
* | CTest: Rename coverage implementation for "Python" to "Cobertura" | Joseph Snyder | 2014-06-04 | 1 | -6/+6 |
|
|
* | CTest: Add support for Intel coverage files | Volkan Gezer | 2014-03-13 | 1 | -0/+305 |
|
|
* | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 1 | -44/+44 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -6/+6 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -12/+12 |
|
|
* | CTest: notify user if gcov cannot be found | Zack Galbreath | 2014-02-28 | 1 | -0/+6 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -9/+10 |
|
|
* | CTest: clean TargetDirs between unrelated coverage runs (issue 13143) | Nils Gladitz | 2013-10-29 | 1 | -0/+1 |
|
|
* | Adding support for the Python coverage.py tool. | Patrick Reynolds | 2013-10-08 | 1 | -0/+34 |
|
|
* | CTest: Coverage handler: expect certain output lines from gcov 4.7 (#13657) | David Cole | 2012-12-10 | 1 | -4/+11 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -39/+39 |
|
|
* | Merge topic 'mumps_coverage' | David Cole | 2012-05-17 | 1 | -1/+51 |
|\ |
|
| * | CDash now supports lots of files in coverage. So, show all files. | Bill Hoffman | 2012-05-11 | 1 | -0/+3 |
|
|
| * | Do not try to run bullseye coverage if COVFILE env is empty. | Bill Hoffman | 2012-05-08 | 1 | -1/+1 |
|
|
| * | Add support for Cache coverage. | Bill Hoffman | 2012-05-01 | 1 | -3/+22 |
|
|
| * | Add test for mumps coverage. Also refactor code to prepare for cache coverage. | Bill Hoffman | 2012-05-01 | 1 | -1/+7 |
|
|
| * | Fix line length. | Bill Hoffman | 2012-04-26 | 1 | -1/+2 |
|
|
| * | Add support to ctest for GTM mumps coverage. | Bill Hoffman | 2012-04-25 | 1 | -0/+21 |
|
|
* | | CTest: Modify reg ex so it also works with gcov 4.7 output (#13121) | David Cole | 2012-05-03 | 1 | -1/+1 |
|
|
* | | ctest_coverage: Save/restore LC_ALL around gcov (#13136) | Brad King | 2012-04-16 | 1 | -1/+29 |
|/ |
|
* | CTest: mark all gcov covered files as covered | Rolf Eike Beer | 2012-02-15 | 1 | -1/+1 |
|
|
* | CTest: Add COVERAGE_EXTRA_FLAGS cache variable (#12490) | David Cole | 2011-10-22 | 1 | -2/+7 |
|
|
* | CTest: Use the gcov --preserve-paths flag (#11717) | Marco Craveiro | 2011-02-09 | 1 | -1/+1 |
|
|
* | Fix spelling errors reported by Lintian. | Kai Wasserbäch | 2010-07-13 | 1 | -3/+3 |
|
|
* | Extra coverage glob should subtract the explicitly defined excluded files | Zach Mullen | 2010-06-11 | 1 | -2/+6 |
|
|
* | Add php coverage to ctest. | Bill Hoffman | 2010-05-25 | 1 | -15/+19 |
|
|
* | Fix shadowed local warning in coverage handler | Zach Mullen | 2010-05-12 | 1 | -3/+3 |
|
|
* | Change coverage globbing mechanism to resolve paths earlier | Zach Mullen | 2010-05-07 | 1 | -12/+15 |
|
|
* | Coverage glob should search in Source dir | Zach Mullen | 2010-04-23 | 1 | -3/+9 |
|
|
* | Implement extra coverage globbing | Zach Mullen | 2010-04-23 | 1 | -1/+82 |
|
|
* | Fix issue #5668 - use CollapseFullPath when determining if covered file is wi... | David Cole | 2009-10-12 | 1 | -91/+133 |
|
|
* | fix two more warnings from icpc | Alexander Neundorf | 2009-10-04 | 1 | -3/+0 |
|
|
* | Fix warnings in CMake source code. Suppress rampant warnings emanating from Q... | David Cole | 2009-10-01 | 1 | -2/+2 |
|
|