summaryrefslogtreecommitdiff
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* cmState::GetGlobalProperty: return cmPropVitaly Stakhovsky2020-03-251-5/+4
* Merge topic 'modernize-memory-management'Brad King2020-03-126-60/+100
|\
| * cmCTestRunTest: modernize memory managementMarc Chevrier2020-03-116-60/+100
* | Merge topic 'ctest-curl-debugfunction'Brad King2020-03-122-2/+2
|\ \
| * | CTest: Fix our internal CURL_DEBUGFUNCTION to conform to CURL docsBetsy McPhail2020-03-112-2/+2
* | | Source: use std::string overloadsVitaly Stakhovsky2020-03-102-2/+2
| |/ |/|
* | Modernize memory managementMarc Chevrier2020-03-084-68/+41
|/
* CTest: Provide more detailed information on resource allocation errorKyle Edwards2020-02-243-1/+35
* Refactor: Provide more detailed error information from TryAllocateResources()Kyle Edwards2020-02-242-16/+37
* CTest: Improve error reporting with bad working directory for testsKyle Edwards2020-02-242-2/+2
* Refactor: Require detail when calling cmCTestRunTest::StartFailure()Kyle Edwards2020-02-243-8/+11
* Add --no-tests=<[error|ignore]> option to CTestStefan Dinkelacker2020-01-311-1/+12
* CTest: Fix timeout when grandchild keeps pipes openBrad King2020-01-141-3/+0
* Refactoring: suppress cmEraseIf in favor of cm::erase_ifMarc Chevrier2020-01-092-5/+6
* GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-074-18/+10
* Merge topic 'ctest-resource-allocation-spec-message'Craig Scott2019-12-283-23/+81
|\
| * CTest: Improve error handling when reading resource spec fileKyle Edwards2019-12-273-23/+81
* | Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-1710-31/+43
* | Merge topic 'ctest-drmemory-support'Brad King2019-12-122-6/+180
|\ \
| * | ctest: add support for memcheck using Dr. MemoryDietmar Scheidl2019-12-102-0/+177
| * | cmCTestMemCheckHandler.cxx: minor refactoringDietmar Scheidl2019-12-101-6/+3
* | | ctest: Populate CTEST_CONFIGURATION_TYPE from the -C command line when setJulien Jomier2019-12-091-0/+7
|/ /
* | Merge topic 'ctest-resource-fixes'Brad King2019-11-261-0/+26
|\ \ | |/
| * CTest: Add version field to resource spec fileKyle Edwards2019-11-251-0/+26
* | ctest_test: Add option to REPEAT testsBrad King2019-11-074-3/+38
* | cmCTestMultiProcessHandler: Hold repeat mode as a memberBrad King2019-11-073-4/+14
* | CTest: Rename internal APIs for --repeat optionsBrad King2019-11-073-13/+13
* | Merge branch 'backport-ctest-resource-groups'Brad King2019-11-0517-272/+278
|\ \ | |/
| * CTest: Rename hardware -> resources for source codeCraig Scott2019-11-0514-180/+185
| * cmCTestMultiProcessHandler: Rename resource locking functionsCraig Scott2019-11-052-6/+6
| * CTest: Rename hardware -> resources for CMake variables, command optionsCraig Scott2019-11-053-5/+5
| * CTest: Rename "Processes" lexer to "ResourceGroups"Brad King2019-11-054-63/+63
| * CTest: Rename PROCESSES test property to RESOURCE_GROUPSBrad King2019-11-054-23/+24
* | ctest: Add --repeat-after-timeout optionBrad King2019-10-291-5/+8
* | ctest: Add --repeat-until-pass optionBrad King2019-10-293-11/+22
* | cmCTestRunTest: Use inline member initializersBrad King2019-10-292-6/+3
|/
* CTest: Add Json output for PROCESSES propertyKyle Edwards2019-10-021-0/+26
* CTest: Allocate hardware to testsKyle Edwards2019-10-028-7/+252
* CTest: Add bin-packing algorithmKyle Edwards2019-10-022-0/+232
* CTest: Add cmCTestHardwareAllocator classKyle Edwards2019-10-022-0/+125
* CTest: Add parser for hardware spec fileKyle Edwards2019-10-022-0/+173
* CTest: Add lexer for PROCESSES propertyKyle Edwards2019-10-024-0/+142
* Revise include order using clang-format-6.0Kitware Robot2019-10-0179-349/+395
* Merge topic 'ctest-argument-parser'Kyle Edwards2019-09-2618-539/+270
|\
| * cmCTest*Command: Port to cmArgumentParserRegina Pfeifer2019-09-2018-539/+270
* | cmstd: Modernize CMake system headersMarc Chevrier2019-09-2018-18/+20
|/
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-1630-51/+51
* Merge topic 'modernize-use-auto'Brad King2019-09-128-40/+23
|\
| * clang-tidy: modernize-use-autoRegina Pfeifer2019-09-108-40/+23
* | cmCTestTestHandler: Port away from cmCommandRegina Pfeifer2019-09-091-106/+51
|/