summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
...
* 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-032-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-281-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-253-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
* | Merge topic 'string-clear'Brad King2017-09-1916-81/+81
|\ \
| * | Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-1516-81/+81
* | | Merge topic 'ctest-runcommand'Brad King2017-09-181-9/+36
|\ \ \
| * | | pass arguments as vector to cmCTest::RunCommand()Rolf Eike Beer2017-09-151-9/+36
| |/ /
* | | Use C++11 override instead of CM_OVERRIDEBrad King2017-09-1546-184/+183
|/ /
* | Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-1432-824/+573
* | CTest: Weight reported test times by PROCESSORS in summariesBill Hoffman2017-09-081-2/+2
* | CTest: Split out labels and subproject labels in summary outputBill Hoffman2017-09-082-99/+37
* | use static_cast<> for casts from void*Rolf Eike Beer2017-09-012-4/+4
* | clang-format: format all code as Cpp11Daniel Pfeifer2017-08-303-9/+9
* | Merge topic 'cstyle-casts'Daniel Pfeifer2017-08-307-29/+30
|\ \
| * | Replace C-style castsDaniel Pfeifer2017-08-277-29/+30
* | | IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-2643-45/+35
|/ /
* | Use C++11 nullptrDaniel Pfeifer2017-08-2434-165/+160
* | CTest: Report lines matched by launchersBill Hoffman2017-08-071-1/+5
* | Merge topic 'add_test_processors_prop_to_cdash'Brad King2017-07-211-0/+6
|\ \
| * | Add the test property PROCESSORS to the CDash xml as a NamedMeasurement.Bill Hoffman2017-07-181-0/+6
* | | Merge topic 'cmake-E-sha'Brad King2017-07-181-7/+5
|\ \ \ | |/ / |/| |
| * | Change ComputeFileMD5 to ComputeFileHashAndré Klitzing2017-07-141-7/+5
| |/
* | Merge topic 'better-exception-reporting'Brad King2017-07-135-14/+26
|\ \
| * | CTest: Report more detail about system exceptions in testsBill Hoffman2017-07-125-14/+26
| |/
* | Display subproject timing summaryBetsy McPhail2017-07-102-1/+86
* | Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variableBetsy McPhail2017-07-102-1/+99