summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestRunTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-1/+1
* CTest: Add SKIP_REGULAR_EXPRESSION test propertyGabor Bencze2019-07-181-3/+22
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-1/+2
* CTest: Clean up stdout and logfile output for Pass/Fail regexStephen Manz2019-07-091-9/+12
* cmCTest: Remove friend declarationsRegina Pfeifer2019-03-181-3/+6
* ctest: refactor some codeGregor Jasny2019-03-051-17/+10
* Merge topic 'cmCTestRunTest-compress'Brad King2019-02-121-73/+11
|\
| * cmCTestRunTest: Remove duplicated compression logicRegina Pfeifer2019-02-101-73/+11
* | CTest: Represent process exit codes as 64-bit signed integerZsolt Parragi2019-02-081-1/+2
|/
* ctest: Add option for live progress summary in terminalMichael Wegner2018-09-261-18/+72
* cmCTestRunTest: Thread number of completed tests through start APIsMichael Wegner2018-09-251-3/+4
* cmCTestRunTest: Buffer test result output before printingMichael Wegner2018-09-251-28/+29
* CTest: Improve stop-time implementationBrad King2018-09-121-0/+5
* Remove unnecessary c_str() in RegularExpression::find callsVitaly Stakhovsky2018-08-071-5/+5
* Fix misc. typosluz.paz2018-06-041-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-30/+34
* Merge topic 'cmWorkingDirectory_success_checking'Brad King2018-03-091-5/+40
|\
| * cmWorkingDirectory: Check success of current dir changesCraig Scott2018-03-081-5/+40
* | CTest: Add options to control test process affinity to CPUsBrad King2018-03-051-3/+6
|/
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-2/+2
* CTest: add safe conversion from cmDuration to integer typesWouter Klouwen2018-01-231-11/+5
* CTest: introduce cmDurationWouter Klouwen2018-01-231-13/+10
* CTest: Re-implement test process handling using libuvBryon Bean2018-01-101-54/+41
* cmProcess: Use explicit enum for process exit exceptionBryon Bean2018-01-101-4/+4
* cmProcess: Use explicit enum for process stateBryon Bean2018-01-101-6/+6
* cmCTestRunTest: Modernize constructor and destructor declsBryon Bean2018-01-101-4/+0
* cmCTestMultiProcessHandler: Check stop time more directlyBrad King2018-01-081-7/+3
* cmCTestRunTest: Subsume ResolveTimeout into only call siteBrad King2018-01-081-27/+18
* cmCTest: Refactor stop time calculationsBrad King2018-01-081-40/+3
* cmCTest: Remove unused member LastStopTimeoutBrad King2018-01-081-3/+1
* Merge topic 'fix-ctest-chrono'Brad King2017-12-121-16/+4
|\
| * CTest: Use integer-representable value for "infinite" timeoutBrad King2017-12-111-6/+2
| * CTest: Simplify std::chrono::duration<double> conversion to doubleBrad King2017-12-081-10/+2
* | Merge topic 'fix-ctest-chrono'Brad King2017-12-071-3/+4
|\ \ | |/
| * CTest: Fix regression in test timeout compuatationBrad King2017-12-071-3/+4
* | Merge topic 'ctest-chrono'Brad King2017-12-051-37/+73
|\ \ | |/
| * CTest: convert timeouts to std::chrono::durationWouter Klouwen2017-12-041-37/+73
* | CTest: Check failed fixture dependencies before test command and argsCraig Scott2017-11-281-2/+6
|/
* CTest: use std::chrono::steady_clock for time keepingWouter Klouwen2017-11-141-4/+6
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-211-2/+2
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-7/+7
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-40/+18
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-3/+3
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-3/+3
* CTest: Report more detail about system exceptions in testsBill Hoffman2017-07-121-1/+4
* Access string npos without instancePavel Solodovnikov2017-06-011-2/+1
* cmCTestRunTest: do not count skipped tests as failedBen Boeckel2017-04-211-2/+6
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-6/+6
* Add 'DISABLED' test propertyBetsy McPhail2017-03-291-0/+20