summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestMultiProcessHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* CTest: add an ENVIRONMENT_MODIFICATION propertyBen Boeckel2021-07-091-0/+5
* ctest: Display test "WAITING" messages only in extra-verbose modeBrad King2021-04-061-5/+5
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-6/+6
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-12/+12
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-4/+4
* IWYU: mark <cstddef> as neededBen Boeckel2020-04-291-1/+1
* ctest: add option --stop-on-failureJohnny Jazeix2020-04-201-1/+10
* Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-7/+6
* cmCTestRunTest: modernize memory managementMarc Chevrier2020-03-111-22/+22
* CTest: Provide more detailed information on resource allocation errorKyle Edwards2020-02-241-1/+33
* Refactor: Provide more detailed error information from TryAllocateResources()Kyle Edwards2020-02-241-14/+27
* 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-3/+4
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+4
* cmCTestMultiProcessHandler: Hold repeat mode as a memberBrad King2019-11-071-3/+3
* CTest: Rename internal APIs for --repeat optionsBrad King2019-11-071-3/+3
* Merge branch 'backport-ctest-resource-groups'Brad King2019-11-051-50/+51
|\
| * CTest: Rename hardware -> resources for source codeCraig Scott2019-11-051-35/+35
| * cmCTestMultiProcessHandler: Rename resource locking functionsCraig Scott2019-11-051-4/+4
| * CTest: Rename hardware -> resources for CMake variables, command optionsCraig Scott2019-11-051-1/+1
| * CTest: Rename PROCESSES test property to RESOURCE_GROUPSBrad King2019-11-051-12/+13
* | ctest: Add --repeat-until-pass optionBrad King2019-10-291-2/+2
|/
* CTest: Add Json output for PROCESSES propertyKyle Edwards2019-10-021-0/+26
* CTest: Allocate hardware to testsKyle Edwards2019-10-021-4/+136
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-21/+20
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* Merge topic 'pvs-cleanup'Brad King2019-08-261-0/+3
|\
| * cmCTestMultiProcessHandler: Explain testRun ownership in commentsBrad King2019-08-261-0/+3
* | Merge topic 'ctest-json-REQUIRED_FILES'Brad King2019-08-231-2/+2
|\ \ | |/ |/|
| * CTest: Fix --show-only=json-v1 output with REQUIRED_FILES propertyBrad King2019-08-221-2/+2
* | cmAlgorithms: Add cmContainsRegina Pfeifer2019-08-191-10/+6
* | cmStringAlgorithms: Add cmStrToLong and cmStrToULongSebastian Holtermann2019-08-101-2/+2
* | CTest: Add SKIP_REGULAR_EXPRESSION test propertyGabor Bencze2019-07-181-0/+5
* | IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-0/+2
|/
* 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-231-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
|/