summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestRunTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* CTest: Improve error reporting with bad working directory for testsKyle Edwards2020-02-241-1/+1
* Refactor: Require detail when calling cmCTestRunTest::StartFailure()Kyle Edwards2020-02-241-4/+6
* CTest: Rename internal APIs for --repeat optionsBrad King2019-11-071-7/+7
* Merge branch 'backport-ctest-resource-groups'Brad King2019-11-051-8/+8
|\
| * CTest: Rename hardware -> resources for source codeCraig Scott2019-11-051-5/+5
| * CTest: Rename PROCESSES test property to RESOURCE_GROUPSBrad King2019-11-051-3/+3
* | ctest: Add --repeat-after-timeout optionBrad King2019-10-291-5/+8
* | ctest: Add --repeat-until-pass optionBrad King2019-10-291-4/+10
* | cmCTestRunTest: Use inline member initializersBrad King2019-10-291-3/+0
|/
* CTest: Allocate hardware to testsKyle Edwards2019-10-021-0/+43
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-9/+10
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-2/+1
* Merge topic 'pvs-cleanup'Brad King2019-08-261-2/+1
|\
| * CTest: Simplify some boolean conditionsBrad King2019-08-261-2/+1
* | Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-19/+12
|/
* 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