Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -1/+1 |
| | | | | | Also use SystemTools::Fopen() instead of fopen(). This is to eventually support utf-8 filenames. | ||||
* | Adding support for the Python coverage.py tool. | Patrick Reynolds | 2013-10-08 | 1 | -0/+4 |
| | | | | | | This assumes that coverage.py has been run in such a way to produce its standard XML output. This uses the Cobertura schema and should be somewhat generalizable. | ||||
* | Add support for Cache coverage. | Bill Hoffman | 2012-05-01 | 1 | -2/+2 |
| | | | | | This adds support for Cache coverage parsing. A test is added that does a basic run of the coverage on a small bit of data. | ||||
* | 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 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | BUG: Avoid duplicate CTest coverage submission | Brad King | 2009-03-11 | 1 | -0/+1 |
| | | | | | | This teaches ctest_coverage() to remove any existing CoverageLog-*.xml when it creates new coverage results. Otherwise the next ctest_submit() may submit old coverage log files which unnecessarily. | ||||
* | ENH: Efficiently filter CTest coverage by label | Brad King | 2009-03-09 | 1 | -0/+3 |
| | | | | | | | This teaches CTest to process coverage information only for object files in targets containing labels of interest. This change also improves loading of global coverage information by globbing only in each target support directory instead of the entire build tree. | ||||
* | ENH: Generate a central list of target directories | Brad King | 2009-03-09 | 1 | -2/+2 |
| | | | | | | | | This generalizes the previous CMakeFiles/LabelFiles.txt created at the top of the build tree to a CMakeFiles/TargetDirectories.txt file. It lists the target support directories for all targets in the project. Labels can still be loaded by looking for Labels.txt files in each target directory. | ||||
* | ENH: Teach ctest_coverage to filter with LABELS | Brad King | 2009-03-02 | 1 | -0/+7 |
| | | | | | This teaches ctest_coverage() to report only coverage of files labeled with at least one label given by a new LABELS option. | ||||
* | ENH: Teach CTest to put labels in coverage results | Brad King | 2009-02-13 | 1 | -0/+16 |
| | | | | | | This teaches CTest to include source file labels in coverage dashboard submissions. The labels for each source are the union of the LABELS property from the source file and all the targets in which it is built. | ||||
* | 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 ↵ | Andy Cedilnik | 2007-04-27 | 1 | -0/+7 |
| | | | | coverage on GCov | ||||
* | 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 ↵ | Andy Cedilnik | 2005-06-23 | 1 | -2/+2 |
| | | | | multiple submited files | ||||
* | ENH: Add superclass for all commands and handlers. Improve handlers to have ↵ | Andy Cedilnik | 2005-06-17 | 1 | -0/+3 |
| | | | | initialization code, and start initializing ctest when start is invoked | ||||
* | ENH: Add support for writing output file. While doing that, redesign the way ↵ | Andy Cedilnik | 2005-05-31 | 1 | -1/+1 |
| | | | | ctest does output. There may still be problems with commands failing, but that should be fixed by applying the similar concept to whole CMake | ||||
* | 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 |
| | | | | start | ||||
* | more cleanup of ctest | Ken Martin | 2004-09-09 | 1 | -0/+75 |