Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CTestCoverageCollectGCOV: Add TARBALL_COMPRESSION option | Kelly (KT) Thompson | 2020-04-30 | 1 | -8/+136 |
| | | | | | | | | | | | | | For large projects, the default bzip2 compression of gcov data is prohibitively expensively (could take several hours). Introduce options that allow the consumer to choose between file size and compression time. Add a new optional argument `TARBALL_COMPRESSION` for the macro `ctest_coverage_collect_gcov`. This option accepts the values `GZIP`, `BZIP2`, `XZ`, `FROM_EXT`, or an expression that evaluates to `FALSE`. The default value is `BZIP2` to preserve prior behavior. Fixes: #20593 | ||||
* | Tests: Fix re-running CTestCoverageCollectGCOV on in-source build | Brad King | 2020-04-30 | 1 | -2/+0 |
| | | | | | Do not remove the test binary directory if it contains `CMakeCache.txt`. Otherwise in an in-source build we remove the source directory too. | ||||
* | Remove unnecessary CTEST_PROJECT_NAME variables | Regina Pfeifer | 2018-11-20 | 1 | -1/+0 |
| | |||||
* | CTestCoverageCollectGCOV: Honor CTEST_EXTRA_COVERAGE_GLOB | Zack Galbreath | 2016-04-07 | 1 | -0/+4 |
| | | | | | | | Teach CTestCoverageCollectGCOV to honor the CTEST_EXTRA_COVERAGE_GLOB variable. When this variable is set, this module will glob for matching source files that were not covered and include them in the resulting tar file. | ||||
* | CTestCoverageCollectGCOV: replace tabulators | Ben Boeckel | 2015-09-21 | 1 | -3/+3 |
| | |||||
* | CTestCoverageCollectGCOV: Support CTEST_CUSTOM_COVERAGE_EXCLUDE | Nils Gladitz | 2015-04-04 | 1 | -13/+24 |
| | |||||
* | CTestCoverageCollectGCOV: Add test case | Bill Hoffman | 2015-02-03 | 1 | -0/+39 |