| Commit message (Expand) | Author | Age | Files | Lines |
* | ctest: Add option for live progress summary in terminal | Michael Wegner | 2018-09-26 | 1 | -18/+72 |
|
|
* | cmCTestRunTest: Thread number of completed tests through start APIs | Michael Wegner | 2018-09-25 | 1 | -3/+4 |
|
|
* | cmCTestRunTest: Buffer test result output before printing | Michael Wegner | 2018-09-25 | 1 | -28/+29 |
|
|
* | CTest: Improve stop-time implementation | Brad King | 2018-09-12 | 1 | -0/+5 |
|
|
* | Remove unnecessary c_str() in RegularExpression::find calls | Vitaly Stakhovsky | 2018-08-07 | 1 | -5/+5 |
|
|
* | Fix misc. typos | luz.paz | 2018-06-04 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -30/+34 |
|
|
* | Merge topic 'cmWorkingDirectory_success_checking' | Brad King | 2018-03-09 | 1 | -5/+40 |
|\ |
|
| * | cmWorkingDirectory: Check success of current dir changes | Craig Scott | 2018-03-08 | 1 | -5/+40 |
|
|
* | | CTest: Add options to control test process affinity to CPUs | Brad King | 2018-03-05 | 1 | -3/+6 |
|/ |
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -2/+2 |
|
|
* | CTest: add safe conversion from cmDuration to integer types | Wouter Klouwen | 2018-01-23 | 1 | -11/+5 |
|
|
* | CTest: introduce cmDuration | Wouter Klouwen | 2018-01-23 | 1 | -13/+10 |
|
|
* | CTest: Re-implement test process handling using libuv | Bryon Bean | 2018-01-10 | 1 | -54/+41 |
|
|
* | cmProcess: Use explicit enum for process exit exception | Bryon Bean | 2018-01-10 | 1 | -4/+4 |
|
|
* | cmProcess: Use explicit enum for process state | Bryon Bean | 2018-01-10 | 1 | -6/+6 |
|
|
* | cmCTestRunTest: Modernize constructor and destructor decls | Bryon Bean | 2018-01-10 | 1 | -4/+0 |
|
|
* | cmCTestMultiProcessHandler: Check stop time more directly | Brad King | 2018-01-08 | 1 | -7/+3 |
|
|
* | cmCTestRunTest: Subsume ResolveTimeout into only call site | Brad King | 2018-01-08 | 1 | -27/+18 |
|
|
* | cmCTest: Refactor stop time calculations | Brad King | 2018-01-08 | 1 | -40/+3 |
|
|
* | cmCTest: Remove unused member LastStopTimeout | Brad King | 2018-01-08 | 1 | -3/+1 |
|
|
* | Merge topic 'fix-ctest-chrono' | Brad King | 2017-12-12 | 1 | -16/+4 |
|\ |
|
| * | CTest: Use integer-representable value for "infinite" timeout | Brad King | 2017-12-11 | 1 | -6/+2 |
|
|
| * | CTest: Simplify std::chrono::duration<double> conversion to double | Brad King | 2017-12-08 | 1 | -10/+2 |
|
|
* | | Merge topic 'fix-ctest-chrono' | Brad King | 2017-12-07 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | CTest: Fix regression in test timeout compuatation | Brad King | 2017-12-07 | 1 | -3/+4 |
|
|
* | | Merge topic 'ctest-chrono' | Brad King | 2017-12-05 | 1 | -37/+73 |
|\ \
| |/ |
|
| * | CTest: convert timeouts to std::chrono::duration | Wouter Klouwen | 2017-12-04 | 1 | -37/+73 |
|
|
* | | CTest: Check failed fixture dependencies before test command and args | Craig Scott | 2017-11-28 | 1 | -2/+6 |
|/ |
|
* | CTest: use std::chrono::steady_clock for time keeping | Wouter Klouwen | 2017-11-14 | 1 | -4/+6 |
|
|
* | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 1 | -2/+2 |
|
|
* | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -7/+7 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for` (CTest). | Pavel Solodovnikov | 2017-09-14 | 1 | -40/+18 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -3/+3 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+0 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -3/+3 |
|
|
* | CTest: Report more detail about system exceptions in tests | Bill Hoffman | 2017-07-12 | 1 | -1/+4 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -2/+1 |
|
|
* | cmCTestRunTest: do not count skipped tests as failed | Ben Boeckel | 2017-04-21 | 1 | -2/+6 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -6/+6 |
|
|
* | Add 'DISABLED' test property | Betsy McPhail | 2017-03-29 | 1 | -0/+20 |
|
|
* | CTest: Improve 'Completion Status' reported to CDash for 'Not Run' tests | Betsy McPhail | 2017-03-27 | 1 | -4/+7 |
|
|
* | cmWorkingDirectory: use the new class | Ben Boeckel | 2017-03-06 | 1 | -12/+7 |
|
|
* | CTest: Properly reset output to avoid duplication with --repeat-until-fail | Sylvain Joubert | 2017-01-12 | 1 | -0/+2 |
|
|
* | clang-tidy: apply misc-redundant-expression fixes | Daniel Pfeifer | 2016-12-12 | 1 | -3/+2 |
|
|
* | Do not query CDash for version | Zack Galbreath | 2016-11-08 | 1 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | CTest: Add support for test fixtures | Craig Scott | 2016-09-20 | 1 | -2/+21 |
|
|
* | CTest: fix include-what-you-use violations | Daniel Pfeifer | 2016-08-25 | 1 | -1/+11 |
|
|
* | CTest: don't use else after return | Daniel Pfeifer | 2016-08-18 | 1 | -3/+3 |
|
|