| Commit message (Expand) | Author | Age | Files | Lines |
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -2/+2 |
|
|
* | Remove cmObject.h and cmTypeMacro.h | Daniel Pfeifer | 2016-10-24 | 1 | -1/+0 |
|
|
* | Make cmCTestGenericHandler not inherit from cmObject | Daniel Pfeifer | 2016-10-22 | 1 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | CTest: fix include-what-you-use violations | Daniel Pfeifer | 2016-08-25 | 1 | -2/+10 |
|
|
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 1 | -3/+3 |
|
|
* | Pass arguments that are not modified as const&. | Daniel Pfeifer | 2016-05-26 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -22/+16 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|
* | cmCTestCoverageHandle: Improve error handling. | James Johnston | 2015-08-08 | 1 | -1/+1 |
|
|
* | cmCTestCoverageHandler: Port to cmXMLWriter | Daniel Pfeifer | 2015-05-26 | 1 | -1/+5 |
|
|
* | ctest_coverage: Add QUIET option | Zack Galbreath | 2015-02-23 | 1 | -1/+2 |
|
|
* | CTest: Add Javascript coverage parser | Joseph Snyder | 2014-10-29 | 1 | -0/+3 |
|
|
* | CTest: Add code coverage parser for Pascal/Delphi | Joseph Snyder | 2014-10-21 | 1 | -0/+3 |
|
|
* | CTest: Add Jacoco Coverage functionality | Joseph Snyder | 2014-06-12 | 1 | -1/+4 |
|
|
* | CTest: Rename coverage implementation for "Python" to "Cobertura" | Joseph Snyder | 2014-06-04 | 1 | -1/+1 |
|
|
* | CTest: Add support for Intel coverage files | Volkan Gezer | 2014-03-13 | 1 | -0/+4 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -6/+6 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -1/+1 |
|
|
* | Adding support for the Python coverage.py tool. | Patrick Reynolds | 2013-10-08 | 1 | -0/+4 |
|
|
* | Add support for Cache coverage. | Bill Hoffman | 2012-05-01 | 1 | -2/+2 |
|
|
* | Add support to ctest for GTM mumps coverage. | Bill Hoffman | 2012-04-25 | 1 | -0/+2 |
|
|
* | Add php coverage to ctest. | Bill Hoffman | 2010-05-25 | 1 | -46/+14 |
|
|
* | Implement extra coverage globbing | Zach Mullen | 2010-04-23 | 1 | -0/+5 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | BUG: Avoid duplicate CTest coverage submission | Brad King | 2009-03-11 | 1 | -0/+1 |
|
|
* | ENH: Efficiently filter CTest coverage by label | Brad King | 2009-03-09 | 1 | -0/+3 |
|
|
* | ENH: Generate a central list of target directories | Brad King | 2009-03-09 | 1 | -2/+2 |
|
|
* | ENH: Teach ctest_coverage to filter with LABELS | Brad King | 2009-03-02 | 1 | -0/+7 |
|
|
* | ENH: Teach CTest to put labels in coverage results | Brad King | 2009-02-13 | 1 | -0/+16 |
|
|
* | ENH: use new covbr that does not stop on error | Bill Hoffman | 2007-06-08 | 1 | -0/+1 |
|
|
* | ENH: initial bullseye stuff | Bill Hoffman | 2007-06-01 | 1 | -0/+23 |
|
|
* | STYLE: Add somme comments | Andy Cedilnik | 2007-04-27 | 1 | -0/+5 |
|
|
* | ENH: Initial attempt to do python coverage. Hopefully will not break coverage... | Andy Cedilnik | 2007-04-27 | 1 | -0/+7 |
|
|
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -31/+31 |
|
|
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-09 | 1 | -5/+5 |
|
|
* | ENH: Add custom supression regular expressions | Andy Cedilnik | 2005-07-14 | 1 | -0/+10 |
|
|
* | ENH: Improve support for various versions of gcov | Andy Cedilnik | 2005-07-06 | 1 | -0/+21 |
|
|
* | ENH: Several improvements with the way things are handled. Also, support mult... | Andy Cedilnik | 2005-06-23 | 1 | -2/+2 |
|
|
* | ENH: Add superclass for all commands and handlers. Improve handlers to have i... | Andy Cedilnik | 2005-06-17 | 1 | -0/+3 |
|
|
* | ENH: Add support for writing output file. While doing that, redesign the way ... | Andy Cedilnik | 2005-05-31 | 1 | -1/+1 |
|
|
* | ENH: Several cleanups and improvements | Andy Cedilnik | 2005-01-27 | 1 | -1/+1 |
|
|
* | ENH: Add a superclass to all handlers | Andy Cedilnik | 2005-01-27 | 1 | -11/+3 |
|
|
* | ENH: Add compression support to XML files | Andy Cedilnik | 2005-01-27 | 1 | -2/+3 |
|
|
* | BUG: Fix output to match the Dart output | Andy Cedilnik | 2004-10-18 | 1 | -1/+1 |
|
|
* | ENH: Update to the new coverage code. It may not be perfect yet, but it is a ... | Andy Cedilnik | 2004-10-17 | 1 | -9/+13 |
|
|
* | more cleanup of ctest | Ken Martin | 2004-09-09 | 1 | -0/+75 |
|
|