| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Port Global property interaction to cmState. | Stephen Kelly | 2015-04-15 | 1 | -1/+2 |
|
|
* | | cmake: Remove the happy global property scope pattern. | Stephen Kelly | 2015-04-15 | 1 | -1/+1 |
|
|
* | | Port cmCommand consumers to cmState. | Stephen Kelly | 2015-04-15 | 2 | -6/+6 |
|
|
* | | CTest: Fix locale used for VCS updates | Nils Gladitz | 2015-04-13 | 1 | -41/+2 |
|
|
* | | Add API for cache loading, deleting and saving to the cmake class. | Stephen Kelly | 2015-04-07 | 1 | -2/+1 |
|
|
* | | Revert topic 'refactor-cache-api' | Brad King | 2015-04-07 | 1 | -1/+2 |
|
|
* | | Add API for cache loading, deleting and saving to the cmake class. | Stephen Kelly | 2015-04-06 | 1 | -2/+1 |
|
|
* | | Merge topic 'ctest-repeat-until-fail' | Brad King | 2015-03-23 | 3 | -8/+87 |
|\ \ |
|
| * | | ctest: Add a new --repeat-until-fail option | Bill Hoffman | 2015-03-23 | 3 | -8/+87 |
|
|
* | | | CTest: Output test-specific env vars in verbose mode (#15446) | Zach Mullen | 2015-03-17 | 1 | -0/+15 |
|
|
* | | | Merge topic 'cmAlgorithms-cleanup' | Brad King | 2015-03-12 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Include cmAlgorithms where it is used. | Stephen Kelly | 2015-03-10 | 1 | -0/+1 |
| |/ / |
|
* | | | CTest: Fix Jacoco Coverage | Joseph Snyder | 2015-03-06 | 1 | -1/+4 |
|/ / |
|
* | | Merge topic 'fix-ctest-update-locale' | Brad King | 2015-03-02 | 1 | -12/+12 |
|\ \ |
|
| * | | CTest: To enforce the C locale use LC_ALL instead of LC_MESSAGES. | Nils Gladitz | 2015-02-27 | 1 | -12/+12 |
|
|
* | | | Merge topic 'remove_error_read_script' | Brad King | 2015-02-27 | 1 | -5/+1 |
|\ \ \ |
|
| * | | | CTest: Drop "Error in read script" message at end of testing | Zack Galbreath | 2015-02-27 | 1 | -5/+1 |
| |/ / |
|
* | | | cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja | Gregor Jasny | 2015-02-26 | 1 | -1/+1 |
|/ / |
|
* | | Merge topic 'ctest-output-options' | Brad King | 2015-02-24 | 31 | -529/+652 |
|\ \ |
|
| * | | ctest_upload: Add QUIET option | Zack Galbreath | 2015-02-23 | 2 | -2/+9 |
|
|
| * | | ctest_memcheck: Add QUIET option | Zack Galbreath | 2015-02-23 | 3 | -47/+58 |
|
|
| * | | ctest_coverage: Add QUIET option | Zack Galbreath | 2015-02-23 | 8 | -211/+228 |
|
|
| * | | ctest_test: Add QUIET option | Zack Galbreath | 2015-02-23 | 4 | -50/+65 |
|
|
| * | | ctest_build: Add QUIET option | Zack Galbreath | 2015-02-23 | 2 | -40/+51 |
|
|
| * | | ctest_configure: Add QUIET option | Zack Galbreath | 2015-02-23 | 2 | -8/+10 |
|
|
| * | | ctest_update: Add QUIET option | Zack Galbreath | 2015-02-23 | 2 | -39/+44 |
|
|
| * | | ctest_start: Add QUIET option | Zack Galbreath | 2015-02-23 | 2 | -6/+27 |
|
|
| * | | ctest_submit: Add QUIET option | Zack Galbreath | 2015-02-23 | 6 | -126/+160 |
|
|
* | | | CTest: Use clear instead of erase-all. | Stephen Kelly | 2015-02-17 | 1 | -2/+1 |
|
|
* | | | Split cmAlgorithms into a separate header file. | Stephen Kelly | 2015-02-10 | 1 | -0/+1 |
|/ / |
|
* | | Merge topic 'cmStandardIncludes-cleanup' | Brad King | 2015-02-10 | 4 | -0/+7 |
|\ \ |
|
| * | | cmStandardIncludes: Remove list include. | Stephen Kelly | 2015-02-06 | 3 | -0/+5 |
|
|
| * | | cmStandardIncludes: Remove deque include. | Stephen Kelly | 2015-02-06 | 1 | -0/+2 |
|
|
* | | | Remove use of cmsys_stl. | Stephen Kelly | 2015-02-05 | 1 | -2/+2 |
|/ / |
|
* | | Merge topic 'ctest_submmit-CDASH_UPLOAD-encode-url' | Brad King | 2015-01-30 | 3 | -15/+31 |
|\ \ |
|
| * | | ctest_submit: Escape URL components in CDASH_UPLOAD mode | Bill Hoffman | 2015-01-30 | 3 | -15/+31 |
|
|
* | | | Merge topic 'ctest-update-gmake-error-match' | Brad King | 2015-01-29 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | ctest_build: Update GNU make error message matching (#15379) | Marco Nolden | 2015-01-28 | 1 | -2/+2 |
|
|
* | | cmake: Use a default CA path when not using system curl | Brad King | 2015-01-23 | 1 | -1/+2 |
|
|
* | | ctest_submit: Make CDASH_UPLOAD mode arguments more strict | Brad King | 2015-01-20 | 3 | -40/+68 |
|
|
* | | ctest_submit: Add CDASH_UPLOAD mode to upload files to CDash | Bill Hoffman | 2015-01-20 | 6 | -3/+523 |
|
|
* | | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 13 | -42/+42 |
|
|
* | | Replace !foo.size() pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 3 | -9/+9 |
|
|
* | | Replace 'foo.size() != 0' pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 2 | -3/+3 |
|
|
* | | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 12 | -30/+30 |
|
|
* | | Replace 'foo.size() > 0' pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 9 | -32/+32 |
|
|
* | | Merge topic 'fix-ctest_build-output-processing-regression' | Brad King | 2015-01-16 | 1 | -1/+1 |
|\ \ |
|
| * | | ctest_build: Fix logic regression in parent that clips build output | Brad King | 2015-01-15 | 1 | -1/+1 |
|
|
* | | | Merge topic 'improve_cobertura' | Brad King | 2015-01-12 | 1 | -9/+39 |
|\ \ \ |
|
| * | | | ctest_coverage: Fix parsing of absolute paths in Cobertura files | Zack Galbreath | 2015-01-12 | 1 | -9/+39 |
|
|