| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactoring: Third-parties public headers are under cm3p prefix | Marc Chevrier | 2020-05-07 | 1 | -1/+1 |
|
|
* | Merge branch 'backport-ctest-timeout-report' into ctest-timeout-report | Brad King | 2020-03-26 | 1 | -8/+13 |
|\ |
|
| * | CTest: Fix reported duration on timeout when grindchild keeps pipes open | Brad King | 2020-03-26 | 1 | -8/+13 |
|
|
* | | cmCTestRunTest: modernize memory management | Marc Chevrier | 2020-03-11 | 1 | -14/+14 |
|/ |
|
* | CTest: Fix timeout when grandchild keeps pipes open | Brad King | 2020-01-14 | 1 | -3/+0 |
|
|
* | Refactoring: use append functions from cmext/algorithm | Marc Chevrier | 2019-12-17 | 1 | -2/+3 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -5/+6 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -2/+2 |
|
|
* | Use cmAppend to append ranges to std::vector instances | Sebastian Holtermann | 2019-05-23 | 1 | -1/+2 |
|
|
* | Refactor: Move/rename cmProcessGetPipes() to cmGetPipes() | Kyle Edwards | 2019-04-25 | 1 | -44/+2 |
|
|
* | ctest: refactor some code | Gregor Jasny | 2019-03-05 | 1 | -1/+6 |
|
|
* | CTest: Represent process exit codes as 64-bit signed integer | Zsolt Parragi | 2019-02-08 | 1 | -3/+6 |
|
|
* | Prefer front/back/data over dereferencing begin/rbegin iter | Artur Ryt | 2019-02-06 | 1 | -2/+2 |
|
|
* | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -3/+1 |
|
|
* | IWYU: Update CMake code for IWYU built with Clang 6 | Brad King | 2019-01-15 | 1 | -1/+1 |
|
|
* | CTest: Restore inheritance of stdin by test processes | Brad King | 2018-11-15 | 1 | -1/+2 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -92/+93 |
|
|
* | CTest: Add options to control test process affinity to CPUs | Brad King | 2018-03-05 | 1 | -1/+17 |
|
|
* | CTest: introduce cmDuration | Wouter Klouwen | 2018-01-23 | 1 | -5/+5 |
|
|
* | CTest: Fix process output read error cases | Brad King | 2018-01-17 | 1 | -0/+5 |
|
|
* | CTest: Fix decoding of MBCS character split by buffering | Brad King | 2018-01-17 | 1 | -8/+7 |
|
|
* | CTest: Re-implement test process handling using libuv | Bryon Bean | 2018-01-10 | 1 | -86/+583 |
|
|
* | cmProcess: Use explicit enum for process exit exception | Bryon Bean | 2018-01-10 | 1 | -2/+16 |
|
|
* | cmProcess: Use explicit enum for process state | Bryon Bean | 2018-01-10 | 1 | -5/+21 |
|
|
* | cmProcess: Remove unused ReportStatus method | Bryon Bean | 2018-01-10 | 1 | -59/+0 |
|
|
* | CTest: Simplify std::chrono::duration<double> conversion to double | Brad King | 2017-12-08 | 1 | -16/+3 |
|
|
* | CTest: convert timeouts to std::chrono::duration | Wouter Klouwen | 2017-12-04 | 1 | -13/+25 |
|
|
* | IWYU: Add mappings for std::enable_if on chrono durations | Brad King | 2017-11-28 | 1 | -1/+0 |
|
|
* | CTest: use std::chrono::steady_clock for time keeping | Wouter Klouwen | 2017-11-14 | 1 | -5/+9 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for` (CTest). | Pavel Solodovnikov | 2017-09-14 | 1 | -3/+2 |
|
|
* | 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 | -2/+2 |
|
|
* | CTest: Report more detail about system exceptions in tests | Bill Hoffman | 2017-07-12 | 1 | -0/+5 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -3/+3 |
|
|
* | Windows: Use UTF-8 for pipes in CMake, CTest and CPack | Dāvis Mosāns | 2016-11-29 | 1 | -1/+1 |
|
|
* | Windows: Encode child process output to internally-used encoding | Dāvis Mosāns | 2016-11-14 | 1 | -1/+9 |
|
|
* | CTest: report time spent after matching output | Zack Galbreath | 2016-10-17 | 1 | -0/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | CTest: fix include-what-you-use violations | Daniel Pfeifer | 2016-08-25 | 1 | -2/+3 |
|
|
* | CTest: don't use else after return | Daniel Pfeifer | 2016-08-18 | 1 | -3/+3 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -2/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -109/+73 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -3/+0 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | CTest: Optionally use a secondary test timeout after matching output | Zack Galbreath | 2016-03-22 | 1 | -0/+10 |
|
|
* | CTest: Capture test stdout/stderr through one pipe (#15600) | Brad King | 2015-06-03 | 1 | -15/+4 |
|
|
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | CTest: make sure never to report negative test times (#14132) | Rolf Eike Beer | 2013-05-10 | 1 | -0/+8 |
|
|