index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
CTest
/
cmProcess.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmProcess: compute the timeout when needed
Ben Boeckel
2026-01-07
1
-3/+22
*
Merge topic 'process-timeout-short' into release-4.2
Brad King
2025-11-10
1
-1/+2
|
\
|
*
execute_process: Restore support for short timeouts
Brad King
2025-11-09
1
-1/+2
*
|
ctest: Remove stray newline in process result string
Brad King
2025-08-08
1
-1/+1
*
|
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
1
-1/+1
*
|
CTest: Fix startTime in test snippets when using instrumentation
Martin Duffy
2025-02-24
1
-0/+1
*
|
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
1
-5/+5
*
|
ctest: Restore Windows Error Reporting in interactive mode
Dylan Snelgrove
2024-11-01
1
-3/+5
*
|
libuv: win/spawn: add option to use parent process error mode
Dylan Snelgrove
2024-10-25
1
-0/+3
|
/
*
IWYU: Update for Debian 12 CI job
Brad King
2023-07-28
1
-0/+1
*
ctest: Optionally terminate tests with a custom signal on timeout
Brad King
2023-06-02
1
-0/+23
*
cmCTestRunTest: Adopt decision for starting cmProcess timer
Brad King
2023-05-04
1
-7/+3
*
Replace the only non-standard _snprintf with snprintf
Sean McBride
2021-10-25
1
-1/+1
*
clang-tidy: fix `readability-qualified-auto` warnings
Ben Boeckel
2021-01-27
1
-5/+5
*
clang-tidy: fix `readability-make-member-function-const` warnings
Ben Boeckel
2021-01-27
1
-2/+2
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-1/+1
*
CTest: Prefer normative terms to express subprocess failures
Robert Maynard
2020-07-27
1
-3/+3
*
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
[next]