summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestRunTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-291-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-161-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
* CTest: Improve 'Completion Status' reported to CDash for 'Not Run' testsBetsy McPhail2017-03-271-4/+7
* cmWorkingDirectory: use the new classBen Boeckel2017-03-061-12/+7
* CTest: Properly reset output to avoid duplication with --repeat-until-failSylvain Joubert2017-01-121-0/+2
* clang-tidy: apply misc-redundant-expression fixesDaniel Pfeifer2016-12-121-3/+2
* Do not query CDash for versionZack Galbreath2016-11-081-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CTest: Add support for test fixturesCraig Scott2016-09-201-2/+21
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-1/+11
* CTest: don't use else after returnDaniel Pfeifer2016-08-181-3/+3