summaryrefslogtreecommitdiff
path: root/Source/CTest/cmProcess.h
Commit message (Expand)AuthorAgeFilesLines
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-7/+9
* ctest: refactor some codeGregor Jasny2019-03-051-3/+2
* CTest: Represent process exit codes as 64-bit signed integerZsolt Parragi2019-02-081-2/+2
* CTest: Add options to control test process affinity to CPUsBrad King2018-03-051-1/+1
* CTest: introduce cmDurationWouter Klouwen2018-01-231-5/+6
* CTest: Fix decoding of MBCS character split by bufferingBrad King2018-01-171-1/+3
* CTest: Re-implement test process handling using libuvBryon Bean2018-01-101-14/+36
* cmProcess: Use explicit enum for process exit exceptionBryon Bean2018-01-101-1/+13
* cmProcess: Use explicit enum for process stateBryon Bean2018-01-101-2/+13
* cmProcess: Remove unused ReportStatus methodBryon Bean2018-01-101-2/+0
* CTest: Simplify std::chrono::duration<double> conversion to doubleBrad King2017-12-081-7/+0
* CTest: convert timeouts to std::chrono::durationWouter Klouwen2017-12-041-6/+14
* CTest: use std::chrono::steady_clock for time keepingWouter Klouwen2017-11-141-1/+2
* CTest: Report more detail about system exceptions in testsBill Hoffman2017-07-121-0/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-1/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-9/+14
* Source: Stabilize include orderBrad King2016-04-291-1/+1
* CTest: Optionally use a secondary test timeout after matching outputZack Galbreath2016-03-221-0/+2
* CTest: Capture test stdout/stderr through one pipe (#15600)Brad King2015-06-031-5/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-2/+2
* Fix for bug #10859, ctest exit exception incorrectly reported.Bill Hoffman2010-06-221-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Rewrite CTest child output handlingBrad King2009-09-111-10/+23
* BUG: Fixed issue where ctest would hang if a process terminated with output i...Zach Mullen2009-09-081-3/+3
* Fixed ctest output processing. Should now display output as it occurs, as we...Zach Mullen2009-09-041-2/+3
* Allowed tests to pull more than one line of output in their quantum. Fixed u...Zach Mullen2009-09-031-3/+2
* Output total time when using -j NBill Hoffman2009-08-111-0/+1
* ENH: add start end time for procsBill Hoffman2008-12-291-0/+2
* ENH: fix for old hp compilerBill Hoffman2008-07-031-4/+2
* ENH: add missing fileBill Hoffman2008-07-031-0/+73