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
*
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
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-5/+5
*
Fix for bug #10859, ctest exit exception incorrectly reported.
Bill Hoffman
2010-06-22
1
-0/+6
*
BUG: We shouldn't be setting the HideWindow option on the test processes we c...
Zach Mullen
2010-02-19
1
-1/+0
*
Handle multiple carriage return issue on windows VS9. Also make sure that ru...
Zach Mullen
2009-11-16
1
-1/+4
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
Avoid shadowing std::vector member
Brad King
2009-09-12
1
-3/+3
*
Fix new CTest output handling for no newline
Brad King
2009-09-11
1
-0/+1
*
Rewrite CTest child output handling
Brad King
2009-09-11
1
-145/+83
*
BUG: Fixed extraneous newlines from ctest process output
Zach Mullen
2009-09-08
1
-20/+25
*
BUG: Fixed issue where ctest would hang if a process terminated with output i...
Zach Mullen
2009-09-08
1
-6/+28
*
Fixed ctest output processing. Should now display output as it occurs, as we...
Zach Mullen
2009-09-04
1
-14/+18
*
Fixed output as-it-happens issue. Now displays output as it receives each ne...
Zach Mullen
2009-09-04
1
-0/+4
*
Added the test property EXPENSIVE, which denotes that the given test(s) shoul...
Zach Mullen
2009-09-04
1
-0/+5
*
Fixed 2 unused variable warnings
Zach Mullen
2009-09-03
1
-3/+1
*
Allowed tests to pull more than one line of output in their quantum. Fixed u...
Zach Mullen
2009-09-03
1
-54/+51
*
ENH: fix return value to ctest_build and remove debug print in cmProcess
Bill Hoffman
2009-01-14
1
-1/+1
*
ENH: allow ctest_build to return error and warning counts
Bill Hoffman
2009-01-14
1
-1/+1
[next]