| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'cmWorkingDirectory_success_checking' | Brad King | 2018-03-09 | 1 | -1/+6 |
|\ |
|
| * | cmWorkingDirectory: Check success of current dir changes | Craig Scott | 2018-03-08 | 1 | -1/+6 |
|
|
* | | CTest: Add options to control test process affinity to CPUs | Brad King | 2018-03-05 | 1 | -0/+4 |
|/ |
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -6/+6 |
|
|
* | Merge topic 'reduce-temporaries' | Brad King | 2018-01-29 | 1 | -9/+3 |
|\ |
|
| * | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -9/+3 |
|
|
* | | CTest: introduce cmDuration | Wouter Klouwen | 2018-01-23 | 1 | -9/+8 |
|/ |
|
* | Merge topic 'fix-ctest-chrono' | Brad King | 2017-12-12 | 1 | -13/+4 |
|\ |
|
| * | CTest: Simplify std::chrono::duration<double> conversion to double | Brad King | 2017-12-08 | 1 | -13/+4 |
|
|
* | | CTest: Remove unfinished batch test mode | Brad King | 2017-12-08 | 1 | -4/+1 |
|/ |
|
* | CTest: convert timeouts to std::chrono::duration | Wouter Klouwen | 2017-12-04 | 1 | -6/+17 |
|
|
* | IWYU: Add mappings for std::enable_if on chrono durations | Brad King | 2017-11-28 | 1 | -1/+0 |
|
|
* | CTest: adopt std::chrono::system_clock | Wouter Klouwen | 2017-11-17 | 1 | -2/+2 |
|
|
* | CTest: use std::chrono::steady_clock for time keeping | Wouter Klouwen | 2017-11-14 | 1 | -9/+16 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -5/+5 |
|
|
* | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 1 | -2/+2 |
|
|
* | Merge topic 'string-clear' | Brad King | 2017-09-19 | 1 | -7/+7 |
|\ |
|
| * | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -7/+7 |
|
|
* | | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -10/+10 |
|/ |
|
* | Meta: modernize old-fashioned loops to range-based `for` (CTest). | Pavel Solodovnikov | 2017-09-14 | 1 | -249/+181 |
|
|
* | CTest: Weight reported test times by PROCESSORS in summaries | Bill Hoffman | 2017-09-08 | 1 | -2/+2 |
|
|
* | CTest: Split out labels and subproject labels in summary output | Bill Hoffman | 2017-09-08 | 1 | -97/+36 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -3/+3 |
|
|
* | Replace C-style casts | Daniel Pfeifer | 2017-08-27 | 1 | -3/+3 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -8/+8 |
|
|
* | Add the test property PROCESSORS to the CDash xml as a NamedMeasurement. | Bill Hoffman | 2017-07-18 | 1 | -0/+6 |
|
|
* | Merge topic 'better-exception-reporting' | Brad King | 2017-07-13 | 1 | -12/+14 |
|\ |
|
| * | CTest: Report more detail about system exceptions in tests | Bill Hoffman | 2017-07-12 | 1 | -12/+14 |
|
|
* | | Display subproject timing summary | Betsy McPhail | 2017-07-10 | 1 | -1/+84 |
|
|
* | | Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variable | Betsy McPhail | 2017-07-10 | 1 | -1/+94 |
|
|
* | | Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variable | Betsy McPhail | 2017-07-10 | 1 | -0/+1 |
|/ |
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -6/+6 |
|
|
* | cmCommand: remove unused methods from interface and all implementations | Daniel Pfeifer | 2017-05-11 | 1 | -20/+0 |
|
|
* | CTest: use new methods for builtin commands | Daniel Pfeifer | 2017-05-11 | 1 | -5/+5 |
|
|
* | cmake: initialize with Role that controls which commands to register | Daniel Pfeifer | 2017-05-08 | 1 | -1/+1 |
|
|
* | Add ctest options for limiting which tests fixtures add | Craig Scott | 2017-05-01 | 1 | -27/+101 |
|
|
* | Merge topic 'clang-tidy-2' | Brad King | 2017-04-27 | 1 | -1/+1 |
|\ |
|
| * | clang-tidy: use operators for string comparison | Daniel Pfeifer | 2017-04-26 | 1 | -1/+1 |
|
|
* | | Merge topic 'ctest_test-ignore-skipped-tests' | Brad King | 2017-04-27 | 1 | -4/+12 |
|\ \
| |/
|/| |
|
| * | cmCTestTestHandler: indicate why a test did not run | Ben Boeckel | 2017-04-24 | 1 | -3/+8 |
|
|
| * | cmCTestTestHandler: count skipped tests as disabled | Ben Boeckel | 2017-04-24 | 1 | -1/+4 |
|
|
* | | cmCTestTestHandler: use pointers to static memory | Ben Boeckel | 2017-04-21 | 1 | -4/+4 |
|/ |
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -4/+4 |
|
|
* | Add 'DISABLED' test property | Betsy McPhail | 2017-03-29 | 1 | -7/+43 |
|
|
* | CTest: Improve 'Completion Status' reported to CDash for 'Not Run' tests | Betsy McPhail | 2017-03-27 | 1 | -7/+8 |
|
|
* | cmWorkingDirectory: use the new class | Ben Boeckel | 2017-03-06 | 1 | -35/+35 |
|
|
* | CTest: Ensure setup/cleanup ordering even when fixture not required | Craig Scott | 2017-01-16 | 1 | -22/+60 |
|
|
* | clang-tidy: apply readability-redundant-string-init fixes | Daniel Pfeifer | 2016-12-12 | 1 | -2/+2 |
|
|
* | cmCTestTestHandler: use multimap | Daniel Pfeifer | 2016-12-03 | 1 | -27/+20 |
|
|
* | iwyu: Fix more findings | Daniel Pfeifer | 2016-11-28 | 1 | -15/+15 |
|
|