summaryrefslogtreecommitdiff
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* ctest_update: Fix crash when handling svn externalsBrad King2018-03-271-1/+3
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-3117-80/+74
* Merge topic 'reduce-temporaries'Brad King2018-01-297-36/+25
|\
| * Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-267-36/+25
* | Merge topic 'ctest_start_function_scope'Brad King2018-01-293-3/+14
|\ \
| * | cmCTestScriptHandler: Add new field ShouldRunCurrentScriptKyle Edwards2018-01-263-3/+14
| |/
* | Merge topic 'dedup-uv-signal-hack'Brad King2018-01-261-37/+2
|\ \
| * | De-duplicate cmUVSignalHackRAIIBrad King2018-01-251-37/+2
| * | cmUVSignalHackRAII: Use nullptr instead of NULLBrad King2018-01-251-2/+2
| |/
* | Make use of std::chrono throughout every componentWouter Klouwen2018-01-232-7/+11
* | CTest: add safe conversion from cmDuration to integer typesWouter Klouwen2018-01-233-30/+22
* | CTest: introduce cmDurationWouter Klouwen2018-01-2316-76/+78
|/
* CTest: Fix process output read error casesBrad King2018-01-171-0/+5
* CTest: Fix decoding of MBCS character split by bufferingBrad King2018-01-172-9/+10
* CTest: Re-implement test process handling using libuvBryon Bean2018-01-106-195/+695
* cmProcess: Use explicit enum for process exit exceptionBryon Bean2018-01-103-7/+33
* cmProcess: Use explicit enum for process stateBryon Bean2018-01-103-13/+40
* cmProcess: Remove unused ReportStatus methodBryon Bean2018-01-102-61/+0
* cmCTestRunTest: Modernize constructor and destructor declsBryon Bean2018-01-102-6/+3
* cmCTestRunTest: Drop unused membersBryon Bean2018-01-101-8/+0
* cmCTestMultiProcessHandler: Factor out duplicate test finish logicBryon Bean2018-01-102-36/+38
* cmCTestMultiProcessHandler: Add helper to make libuv use SA_RESTARTBrad King2018-01-101-0/+37
* cmCTestMultiProcessHandler: Fix StartNextTests loop on not-started testBrad King2018-01-082-19/+20
* cmCTestMultiProcessHandler: Check stop time more directlyBrad King2018-01-083-14/+14
* cmCTestRunTest: Subsume ResolveTimeout into only call siteBrad King2018-01-082-29/+18
* cmCTest: Refactor stop time calculationsBrad King2018-01-081-40/+3
* cmCTest: Remove unused member LastStopTimeoutBrad King2018-01-081-3/+1
* Various typo fixesLuz Paz2018-01-042-2/+2
* Merge topic 'fix-ctest-chrono'Brad King2017-12-128-74/+25
|\
| * CTest: Use integer-representable value for "infinite" timeoutBrad King2017-12-112-15/+4
| * CTest: Simplify std::chrono::duration<double> conversion to doubleBrad King2017-12-085-48/+10
| * cmCTestBuildAndTestHandler: Convert timeout to std::chrono::durationBrad King2017-12-082-11/+11
* | CTest: Remove unfinished batch test modeBrad King2017-12-084-161/+1
* | 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-0515-98/+171
|\ \ | |/
| * CTest: convert timeouts to std::chrono::durationWouter Klouwen2017-12-0413-90/+171
| * IWYU: Add mappings for std::enable_if on chrono durationsBrad King2017-11-288-8/+0
* | CTest: Check failed fixture dependencies before test command and argsCraig Scott2017-11-291-2/+6
|/
* CTest: adopt std::chrono::system_clockWouter Klouwen2017-11-178-31/+24
* CTest: use std::chrono::steady_clock for time keepingWouter Klouwen2017-11-1415-96/+155
* CTest: correct misleading warning message for RUN_SERIAL testsWouter Klouwen2017-11-091-0/+12
* Fix trivial typos in textluzpaz2017-11-034-6/+6
* Improve several occurrences of vector::push_back in loopsMatthias Maennich2017-09-284-0/+4
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-263-18/+19
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-219-17/+18
* Merge topic 'CTest-cov-string'Brad King2017-09-202-11/+10
|\
| * CTest: pass std::string to cmCTestCoverageHandler::ShouldIDoCoverage()Rolf Eike Beer2017-09-192-11/+10
* | Merge topic 'CTest-crash-missing-glob'Brad King2017-09-201-0/+2
|\ \ | |/ |/|
| * CTest: fix crash if source file for coverage cannot be foundRolf Eike Beer2017-09-191-0/+2