summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Merge topic 'definitions_string_view'Brad King2019-07-267-22/+17
|\ \
| * | cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-247-21/+16
| * | cmMakefile: Simplify and rename AddDefinitionBoolSebastian Holtermann2019-07-241-1/+1
* | | cmCTestHandlerCommand: fix typo of local variableBen Boeckel2019-07-241-7/+7
|/ /
* | Merge topic 'command-refactoring3'Brad King2019-07-231-9/+8
|\ \
| * | cmCommand: deprecate functions GetMakefile and SetErrorDaniel Pfeifer2019-07-211-9/+8
* | | Refactor: Break cmCTestTestHandler::ProcessHandler() into smaller functionsKyle Edwards2019-07-192-137/+181
|/ /
* | Merge topic 'skip_regular_expression'Kyle Edwards2019-07-194-5/+38
|\ \
| * | CTest: Add SKIP_REGULAR_EXPRESSION test propertyGabor Bencze2019-07-184-5/+38
* | | Merge topic 'ctest-done-hash'Brad King2019-07-191-9/+9
|\ \ \ | | |/ | |/|
| * | CTest: Generate Done.xml before calculating its hashBetsy McPhail2019-07-191-9/+9
* | | cmMakefile: Modernize AddFunctionBlocker method to accept a std::unique_ptrSebastian Holtermann2019-07-171-10/+14
| |/ |/|
* | modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-1417-100/+153
* | Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-142-3/+4
* | Merge topic 'ctest_make_program__propagated_to_cmake_configure_pass'Brad King2019-07-121-0/+5
|\ \
| * | ctest: propagate make program to cmakeRobert Maynard2019-07-111-0/+5
| |/
* | Merge topic 'iwyu-memory'Brad King2019-07-115-4/+6
|\ \
| * | IWYU: Fix handling of <memory> standard headerBrad King2019-07-105-4/+6
| |/
* | CTest: Clean up stdout and logfile output for Pass/Fail regexStephen Manz2019-07-091-9/+12
|/
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-2310-51/+35
* cmSystemTools::Error(): remove const char* overloadVitaly Stakhovsky2019-05-221-1/+2
* ctest: Add new variable CTEST_UPDATE_VERSION_OVERRIDEZack Galbreath2019-05-075-0/+25