summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* CTest: Improve error handling when reading resource spec fileKyle Edwards2019-12-273-23/+81
* CTest: Add version field to resource spec fileKyle Edwards2019-11-251-0/+26
* 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 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
|/
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-0416-29/+28
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-0312-22/+22
* 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-263-5/+6
|\
| * cmCTestTestHandler: Remove extra layer of parenthesesBrad King2019-08-261-1/+1
| * cmCTestMultiProcessHandler: Explain testRun ownership in commentsBrad King2019-08-261-0/+3
| * CTest: Simplify some boolean conditionsBrad King2019-08-262-4/+2
* | Merge topic 'source_sweep_ostringstream_single'Brad King2019-08-265-23/+15
|\ \
| * | Source sweep: Replace std::ostringstream when used with a single appendSebastian Holtermann2019-08-235-23/+15
* | | Merge topic 'source_sweep_cmExpandedList'Brad King2019-08-266-40/+20
|\ \ \
| * | | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-236-40/+20
| |/ /
* | | Merge topic 'group_not_track'Brad King2019-08-262-9/+16
|\ \ \
| * | | ctest: rename TRACK to GROUPZack Galbreath2019-08-222-9/+16
* | | | Merge topic 'warnings_skip_color'Brad King2019-08-262-9/+22
|\ \ \ \ | |_|/ / |/| | |
| * | | ctest_build: ignore ANSI colorZack Galbreath2019-08-222-9/+22
* | | | 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
* | | | | Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-2220-188/+110
| |_|_|/ |/| | |
* | | | Merge topic 'cm-contains'Brad King2019-08-212-25/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | cmAlgorithms: Add cmContainsRegina Pfeifer2019-08-192-25/+14
| | |/ | |/|
* | | Merge topic 'string-literal-append'Brad King2019-08-192-4/+2
|\ \ \
| * | | avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-182-4/+2
| |/ /
* | | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-175-13/+13
|/ /
* | Merge topic 'cmExpandList'Kyle Edwards2019-08-168-31/+32
|\ \
| * | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-148-31/+32
* | | Merge topic 'cmStringAlgorithms_ulong'Kyle Edwards2019-08-164-11/+8
|\ \ \ | |/ / |/| |
| * | cmStringAlgorithms: Add cmStrToLong and cmStrToULongSebastian Holtermann2019-08-104-11/+8
* | | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-092-2/+2
|/ /