summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* CTest: avoid repeated string comparesRolf Eike Beer2020-03-231-52/+27
* remove pointless return value from cmCTestTestHandler::CleanTestOutput()Rolf Eike Beer2020-03-231-3/+2
* Modernize memory managementMarc Chevrier2020-03-081-14/+10
* CTest: Provide more detailed information on resource allocation errorKyle Edwards2020-02-241-0/+1
* Add --no-tests=<[error|ignore]> option to CTestStefan Dinkelacker2020-01-311-1/+12
* Merge topic 'ctest-resource-allocation-spec-message'Craig Scott2019-12-291-2/+6
|\
| * CTest: Improve error handling when reading resource spec fileKyle Edwards2019-12-271-2/+6
* | ctest_test: Add option to REPEAT testsBrad King2019-11-071-2/+30
* | cmCTestMultiProcessHandler: Hold repeat mode as a memberBrad King2019-11-071-0/+2
|/
* CTest: Rename hardware -> resources for source codeCraig Scott2019-11-051-6/+6
* CTest: Rename hardware -> resources for CMake variables, command optionsCraig Scott2019-11-051-2/+2
* CTest: Rename "Processes" lexer to "ResourceGroups"Brad King2019-11-051-2/+2
* CTest: Rename PROCESSES test property to RESOURCE_GROUPSBrad King2019-11-051-5/+5
* CTest: Allocate hardware to testsKyle Edwards2019-10-021-0/+15
* CTest: Add lexer for PROCESSES propertyKyle Edwards2019-10-021-0/+28
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-20/+22
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-3/+3
* Merge topic 'modernize-use-auto'Brad King2019-09-121-18/+9
|\
| * clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-18/+9
* | cmCTestTestHandler: Port away from cmCommandRegina Pfeifer2019-09-091-106/+51
|/
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-2/+2
* IWYU: Add missing cstddef includes for size_t and nullptr_tBrad King2019-09-031-0/+1
* cmCTestTestHandler: Re-order includes to follow our conventionBrad King2019-09-031-16/+17
* Merge topic 'pvs-cleanup'Brad King2019-08-261-3/+2
|\
| * cmCTestTestHandler: Remove extra layer of parenthesesBrad King2019-08-261-1/+1
| * CTest: Simplify some boolean conditionsBrad King2019-08-261-2/+1
* | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-22/+11
* | Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-38/+15
|/
* Merge topic 'cm-contains'Brad King2019-08-211-15/+8
|\
| * cmAlgorithms: Add cmContainsRegina Pfeifer2019-08-191-15/+8
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-7/+7
|/
* Merge topic 'cmExpandList'Kyle Edwards2019-08-161-17/+17
|\
| * Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-17/+17
* | cmStringAlgorithms: Add cmStrToLong and cmStrToULongSebastian Holtermann2019-08-101-2/+1
|/
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-2/+1
* Refactor: Break cmCTestTestHandler::ProcessHandler() into smaller functionsKyle Edwards2019-07-191-137/+168
* CTest: Add SKIP_REGULAR_EXPRESSION test propertyGabor Bencze2019-07-181-2/+9
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-29/+29
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* Modernize: Prefer .substr in place of .c_str() + intArtur Ryt2019-03-301-2/+2
* cmSystemTools::RunSingleCommand: Accept std::string argumentVitaly Stakhovsky2019-02-061-1/+1
* Merge topic 'read-list-file'Brad King2019-01-211-2/+2
|\
| * cmMakefile::ReadListFile() accepts std::string argumentVitaly Stakhovsky2019-01-171-2/+2
* | clang-tidy: Use emplaceRegina Pfeifer2019-01-171-7/+7
|/
* Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-1/+1
* TestGenerator: Record support file and line where test was addedJustin Goshi2019-01-081-0/+26
* clang-tidy: Enable checks from bugprone setRegina Pfeifer2018-11-211-2/+2