summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestMultiProcessHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-9/+7
* Merge topic 'cmrange-improvements'Brad King2019-02-251-1/+1
|\
| * cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-1/+1
* | cmSystemTools::Error: consolidate parameters into single std::stringVitaly Stakhovsky2019-02-201-2/+2
|/
* Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-3/+2
* Merge topic 'tidy-use-equals-default'Brad King2019-01-291-4/+1
|\
| * cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-1/+0
| * clang-tidy: Use `= default`Regina Pfeifer2019-01-251-4/+2
* | cmSystemTools::RenameFile: Accepts std::string argsVitaly Stakhovsky2019-01-221-1/+1
|/
* CTest: Teach --show-only=json-v1 to filter out not-available testsBrad King2019-01-171-0/+5
* CTest: Add --show-only[=format] option to print test infoJustin Goshi2019-01-101-0/+331
* cmCTestRunTest: Thread number of completed tests through start APIsMichael Wegner2018-09-251-2/+2
* CTest: Improve stop-time implementationBrad King2018-09-121-17/+32
* Merge topic 'ctest-fix-test-load'Brad King2018-09-111-20/+39
|\
| * CTest: Fix --test-load regressionBrad King2018-09-101-20/+39
* | Update use of KWSys SystemTools::SplitString for new signatureBrad King2018-06-221-3/+2
|/
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-9/+11
* Merge topic 'cmWorkingDirectory_success_checking'Brad King2018-03-091-5/+14
|\
| * cmWorkingDirectory: Check success of current dir changesCraig Scott2018-03-081-5/+14
* | CTest: Add options to control test process affinity to CPUsBrad King2018-03-051-0/+28
|/
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-4/+4
* Merge topic 'reduce-temporaries'Brad King2018-01-291-2/+2
|\
| * Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-2/+2
* | De-duplicate cmUVSignalHackRAIIBrad King2018-01-251-37/+2
* | cmUVSignalHackRAII: Use nullptr instead of NULLBrad King2018-01-251-2/+2
|/
* CTest: Re-implement test process handling using libuvBryon Bean2018-01-101-33/+21
* cmCTestMultiProcessHandler: Factor out duplicate test finish logicBryon Bean2018-01-101-36/+36
* cmCTestMultiProcessHandler: Add helper to make libuv use SA_RESTARTBrad King2018-01-101-0/+37
* cmCTestMultiProcessHandler: Fix StartNextTests loop on not-started testBrad King2018-01-081-18/+19
* cmCTestMultiProcessHandler: Check stop time more directlyBrad King2018-01-081-4/+11
* CTest: correct misleading warning message for RUN_SERIAL testsWouter Klouwen2017-11-091-0/+12
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-211-1/+1
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-101/+67
* Merge topic 'display-ctest-disabled'Brad King2017-06-051-2/+6
|\
| * ctest: Display disabled status when ctest -N is calledChuck Atkins2017-06-021-2/+6
* | clang-tidy: use .empty() to check emptynessDaniel Pfeifer2017-04-211-1/+1
* | Use quotes for non-system includesDaniel Pfeifer2017-04-111-3/+3
|/
* Add 'DISABLED' test propertyBetsy McPhail2017-03-291-1/+3
* cmWorkingDirectory: use the new classBen Boeckel2017-03-061-8/+3
* clang-tidy: apply readability-redundant-string-init fixesDaniel Pfeifer2016-12-121-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: Add support for test fixturesCraig Scott2016-09-201-0/+10
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-3/+8
* CTest: don't use else after returnDaniel Pfeifer2016-08-181-2/+1
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-4/+6
* Add missing braces around statements.Daniel Pfeifer2016-06-101-4/+8
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-3/+3
* Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-261-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-403/+298
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-22/+0