| Commit message (Expand) | Author | Age | Files | Lines |
* | cmState: Port dependents to new cmStateTypes header | Stephen Kelly | 2016-10-19 | 4 | -4/+4 |
|
|
* | cmState: Port dependent code to new cmStateSnapshot name | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | Merge topic 'timeout_after_match_testtime' | Brad King | 2016-10-18 | 1 | -0/+1 |
|\ |
|
| * | CTest: report time spent after matching output | Zack Galbreath | 2016-10-17 | 1 | -0/+1 |
|
|
* | | ctest_configure: Propagate CTEST_USE_LAUNCHERS from caller to project | Bill Hoffman | 2016-10-17 | 1 | -0/+4 |
|/ |
|
* | Do not define cout/cerr preprocessor symbols | Brad King | 2016-10-04 | 1 | -4/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 88 | -996/+176 |
|
|
* | Merge topic 'test-fixtures' | Brad King | 2016-09-22 | 5 | -2/+233 |
|\ |
|
| * | CTest: Add support for test fixtures | Craig Scott | 2016-09-20 | 5 | -2/+233 |
|
|
* | | Merge topic 'ctest-capture-error' | Brad King | 2016-09-21 | 5 | -6/+119 |
|\ \
| |/
|/| |
|
| * | CTest: Add CAPTURE_CMAKE_ERROR val to `ctest_*` commands | Bill Hoffman | 2016-09-20 | 4 | -4/+118 |
|
|
| * | ctest_coverage: If gcov is not found just warn, not error | Bill Hoffman | 2016-09-20 | 1 | -2/+1 |
|
|
* | | CTestSVN: Fix segfault when CTEST_UPDATE_VERSION_ONLY is enabled | Nils Gladitz | 2016-09-12 | 2 | -9/+10 |
|/ |
|
* | surround macro arguments with parentheses | Daniel Pfeifer | 2016-09-05 | 1 | -2/+2 |
|
|
* | CTest: fix include-what-you-use violations | Daniel Pfeifer | 2016-08-25 | 93 | -177/+642 |
|
|
* | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-23 | 2 | -0/+5 |
|
|
* | CTest: don't use else after return | Daniel Pfeifer | 2016-08-18 | 14 | -81/+66 |
|
|
* | Make sure unnused parameters are /*named*/ | Daniel Pfeifer | 2016-08-16 | 17 | -39/+42 |
|
|
* | Use better KWSys SystemTools::GetEnv and HasEnv signatures | Dāvis Mosāns | 2016-07-18 | 3 | -24/+26 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 3 | -5/+5 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 33 | -146/+160 |
|
|
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 42 | -139/+140 |
|
|
* | Add CM_OVERRIDE to some functions | Daniel Pfeifer | 2016-06-27 | 12 | -65/+65 |
|
|
* | Prefer istringstream and ostringstream over stringstream. | Daniel Pfeifer | 2016-06-14 | 1 | -1/+1 |
|
|
* | Add missing braces around statements. | Daniel Pfeifer | 2016-06-10 | 5 | -10/+20 |
|
|
* | Prefer std::ostream& over derivatives as parameters | Daniel Pfeifer | 2016-06-08 | 2 | -4/+4 |
|
|
* | Remove c_str() calls from stream arguments. | Daniel Pfeifer | 2016-06-06 | 6 | -19/+18 |
|
|
* | Merge topic 'size-empty' | Brad King | 2016-06-03 | 11 | -25/+27 |
|\ |
|
| * | Use the empty() method to check for emptyness. | Daniel Pfeifer | 2016-06-02 | 11 | -25/+27 |
|
|
* | | Simplify boolean expressions | Daniel Pfeifer | 2016-06-02 | 6 | -43/+12 |
|/ |
|
* | Merge topic 'remove-needless-copies' | Brad King | 2016-05-27 | 12 | -24/+21 |
|\ |
|
| * | Remove unnecessary local copies. | Daniel Pfeifer | 2016-05-26 | 3 | -9/+6 |
|
|
| * | Pass arguments that are not modified as const&. | Daniel Pfeifer | 2016-05-26 | 10 | -15/+15 |
|
|
* | | Remove redundant c_str() calls. | Daniel Pfeifer | 2016-05-26 | 7 | -21/+15 |
|/ |
|
* | Improve string find: prefer character overloads. | Daniel Pfeifer | 2016-05-24 | 5 | -7/+7 |
|
|
* | cmCTestScriptHandler: don't call find repeatedly. | Daniel Pfeifer | 2016-05-24 | 1 | -3/+4 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 93 | -9686/+7405 |
|
|
* | CTest: Do not treat "Note: ..." lines as errors (#14394) | Brad King | 2016-05-11 | 1 | -0/+1 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 31 | -374/+0 |
|
|
* | Move comments off of class access specifier lines | Brad King | 2016-05-06 | 2 | -2/+5 |
|
|
* | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 5 | -0/+10 |
|
|
* | Source: Sort includes of sys/types.h as clang-format would | Brad King | 2016-05-03 | 2 | -2/+2 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 29 | -110/+110 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 40 | -34/+42 |
|
|
* | Merge topic 'ctest-run-submodule-sync' | Brad King | 2016-04-05 | 2 | -4/+45 |
|\ |
|
| * | cmCTestGIT: run `git submodule sync` before updating submodules | Ben Boeckel | 2016-04-01 | 1 | -0/+22 |
|
|
| * | cmCTestGIT: add an option to initialize submodules on update | Ben Boeckel | 2016-04-01 | 2 | -1/+20 |
|
|
| * | cmCTestGIT: fix git version references | Ben Boeckel | 2016-04-01 | 1 | -3/+3 |
|
|
* | | Merge topic 'cobertura_off_by_one' | Brad King | 2016-04-05 | 1 | -1/+0 |
|\ \ |
|
| * | | cmParseCoberturaCoverage: Remove extra coverage line | Zack Galbreath | 2016-03-30 | 1 | -1/+0 |
| |/ |
|