summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-055-17/+13
* | Merge topic 'control-block3'Brad King2019-08-051-31/+2
|\ \
| * | cmMakefile: Add OnExecuteCommand callbackRegina Pfeifer2019-07-301-31/+2
* | | Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}WithSebastian Holtermann2019-08-013-3/+6
* | | Merge topic 'clang-tidy-8'Brad King2019-07-312-2/+3
|\ \ \ | |/ / |/| |
| * | clang-tidy: Blacklist violations for version 8Regina Pfeifer2019-07-302-2/+3
* | | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-295-3/+5
|/ /