summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmProcess.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-1/+2
* Refactor: Move/rename cmProcessGetPipes() to cmGetPipes()Kyle Edwards2019-04-251-44/+2
* ctest: refactor some codeGregor Jasny2019-03-051-1/+6
* CTest: Represent process exit codes as 64-bit signed integerZsolt Parragi2019-02-081-3/+6
* Prefer front/back/data over dereferencing begin/rbegin iterArtur Ryt2019-02-061-2/+2
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* IWYU: Update CMake code for IWYU built with Clang 6Brad King2019-01-151-1/+1
* CTest: Restore inheritance of stdin by test processesBrad King2018-11-151-1/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-92/+93
* CTest: Add options to control test process affinity to CPUsBrad King2018-03-051-1/+17
* CTest: introduce cmDurationWouter Klouwen2018-01-231-5/+5
* CTest: Fix process output read error casesBrad King2018-01-171-0/+5
* CTest: Fix decoding of MBCS character split by bufferingBrad King2018-01-171-8/+7
* CTest: Re-implement test process handling using libuvBryon Bean2018-01-101-86/+583
* cmProcess: Use explicit enum for process exit exceptionBryon Bean2018-01-101-2/+16
* cmProcess: Use explicit enum for process stateBryon Bean2018-01-101-5/+21
* cmProcess: Remove unused ReportStatus methodBryon Bean2018-01-101-59/+0
* CTest: Simplify std::chrono::duration<double> conversion to doubleBrad King2017-12-081-16/+3
* CTest: convert timeouts to std::chrono::durationWouter Klouwen2017-12-041-13/+25
* IWYU: Add mappings for std::enable_if on chrono durationsBrad King2017-11-281-1/+0
* CTest: use std::chrono::steady_clock for time keepingWouter Klouwen2017-11-141-5/+9
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-3/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* CTest: Report more detail about system exceptions in testsBill Hoffman2017-07-121-0/+5
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-3/+3
* Windows: Use UTF-8 for pipes in CMake, CTest and CPackDāvis Mosāns2016-11-291-1/+1
* Windows: Encode child process output to internally-used encodingDāvis Mosāns2016-11-141-1/+9
* CTest: report time spent after matching outputZack Galbreath2016-10-171-0/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-2/+3
* CTest: don't use else after returnDaniel Pfeifer2016-08-181-3/+3
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-109/+73
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-3/+0
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* CTest: Optionally use a secondary test timeout after matching outputZack Galbreath2016-03-221-0/+10
* CTest: Capture test stdout/stderr through one pipe (#15600)Brad King2015-06-031-15/+4
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* CTest: make sure never to report negative test times (#14132)Rolf Eike Beer2013-05-101-0/+8
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-5/+5
* Fix for bug #10859, ctest exit exception incorrectly reported.Bill Hoffman2010-06-221-0/+6
* BUG: We shouldn't be setting the HideWindow option on the test processes we c...Zach Mullen2010-02-191-1/+0
* Handle multiple carriage return issue on windows VS9. Also make sure that ru...Zach Mullen2009-11-161-1/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Avoid shadowing std::vector memberBrad King2009-09-121-3/+3
* Fix new CTest output handling for no newlineBrad King2009-09-111-0/+1
* Rewrite CTest child output handlingBrad King2009-09-111-145/+83
* BUG: Fixed extraneous newlines from ctest process outputZach Mullen2009-09-081-20/+25