summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestTestHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-2/+3
* CTest: exit nonzero after message(SEND_ERROR|FATAL_ERROR)Kevin Puetz2020-08-261-8/+16
* cmCTest: Members accept std::string parametersVitaly Stakhovsky2020-07-271-6/+6
* CTest: Log environment variables as a test measurementKyle Edwards2020-05-191-0/+6
* Merge topic 'stl-support'Brad King2020-05-011-1/+1
|\
| * Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-301-1/+1
* | IWYU: mark <cstddef> as neededBen Boeckel2020-04-291-1/+1
|/
* ctest: add option --stop-on-failureJohnny Jazeix2020-04-201-0/+4
* Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-8/+9
* clang-tidy: address bugprone-branch-clone lintsBen Boeckel2020-04-131-4/+3
* CTest: Add CTEST_RESOURCE_SPEC_FILE variableKyle Edwards2020-04-021-15/+22
* use _s to construct static string_views at several placesRolf Eike Beer2020-03-241-29/+31
* replace std::string::substr() with operations that do not allocate memoryRolf Eike Beer2020-03-231-2/+3
* 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-281-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