| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'modernize-use-auto' | Brad King | 2019-09-12 | 8 | -40/+23 |
|\ |
|
| * | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 8 | -40/+23 |
|
|
* | | cmCTestTestHandler: Port away from cmCommand | Regina Pfeifer | 2019-09-09 | 1 | -106/+51 |
|/ |
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-04 | 16 | -29/+28 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 12 | -22/+22 |
|
|
* | IWYU: Add missing cstddef includes for size_t and nullptr_t | Brad King | 2019-09-03 | 1 | -0/+1 |
|
|
* | cmCTestTestHandler: Re-order includes to follow our convention | Brad King | 2019-09-03 | 1 | -16/+17 |
|
|
* | Merge topic 'pvs-cleanup' | Brad King | 2019-08-26 | 3 | -5/+6 |
|\ |
|
| * | cmCTestTestHandler: Remove extra layer of parentheses | Brad King | 2019-08-26 | 1 | -1/+1 |
|
|
| * | cmCTestMultiProcessHandler: Explain testRun ownership in comments | Brad King | 2019-08-26 | 1 | -0/+3 |
|
|
| * | CTest: Simplify some boolean conditions | Brad King | 2019-08-26 | 2 | -4/+2 |
|
|
* | | Merge topic 'source_sweep_ostringstream_single' | Brad King | 2019-08-26 | 5 | -23/+15 |
|\ \ |
|
| * | | Source sweep: Replace std::ostringstream when used with a single append | Sebastian Holtermann | 2019-08-23 | 5 | -23/+15 |
|
|
* | | | Merge topic 'source_sweep_cmExpandedList' | Brad King | 2019-08-26 | 6 | -40/+20 |
|\ \ \ |
|
| * | | | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 6 | -40/+20 |
| |/ / |
|
* | | | Merge topic 'group_not_track' | Brad King | 2019-08-26 | 2 | -9/+16 |
|\ \ \ |
|
| * | | | ctest: rename TRACK to GROUP | Zack Galbreath | 2019-08-22 | 2 | -9/+16 |
|
|
* | | | | Merge topic 'warnings_skip_color' | Brad King | 2019-08-26 | 2 | -9/+22 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | ctest_build: ignore ANSI color | Zack Galbreath | 2019-08-22 | 2 | -9/+22 |
|
|
* | | | | Merge topic 'ctest-json-REQUIRED_FILES' | Brad King | 2019-08-23 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | CTest: Fix --show-only=json-v1 output with REQUIRED_FILES property | Brad King | 2019-08-22 | 1 | -2/+2 |
|
|
* | | | | | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 20 | -188/+110 |
| |_|_|/
|/| | | |
|
* | | | | Merge topic 'cm-contains' | Brad King | 2019-08-21 | 2 | -25/+14 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | cmAlgorithms: Add cmContains | Regina Pfeifer | 2019-08-19 | 2 | -25/+14 |
| | |/
| |/| |
|
* | | | Merge topic 'string-literal-append' | Brad King | 2019-08-19 | 2 | -4/+2 |
|\ \ \ |
|
| * | | | avoid adding multiple consecutive string literals to std::string | Rolf Eike Beer | 2019-08-18 | 2 | -4/+2 |
| |/ / |
|
* | | | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 5 | -13/+13 |
|/ / |
|
* | | Merge topic 'cmExpandList' | Kyle Edwards | 2019-08-16 | 8 | -31/+32 |
|\ \ |
|
| * | | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 8 | -31/+32 |
|
|
* | | | Merge topic 'cmStringAlgorithms_ulong' | Kyle Edwards | 2019-08-16 | 4 | -11/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | cmStringAlgorithms: Add cmStrToLong and cmStrToULong | Sebastian Holtermann | 2019-08-10 | 4 | -11/+8 |
|
|
* | | | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP | Kitware Robot | 2019-08-09 | 2 | -2/+2 |
|/ / |
|
* | | clang-tidy: Enable performance-inefficient-string-concatenation | Sebastian Holtermann | 2019-08-05 | 5 | -17/+13 |
|
|
* | | Merge topic 'control-block3' | Brad King | 2019-08-05 | 1 | -31/+2 |
|\ \ |
|
| * | | cmMakefile: Add OnExecuteCommand callback | Regina Pfeifer | 2019-07-30 | 1 | -31/+2 |
|
|
* | | | Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With | Sebastian Holtermann | 2019-08-01 | 3 | -3/+6 |
|
|
* | | | Merge topic 'clang-tidy-8' | Brad King | 2019-07-31 | 2 | -2/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | clang-tidy: Blacklist violations for version 8 | Regina Pfeifer | 2019-07-30 | 2 | -2/+3 |
|
|
* | | | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 5 | -3/+5 |
|/ / |
|
* | | Merge topic 'definitions_string_view' | Brad King | 2019-07-26 | 7 | -22/+17 |
|\ \ |
|
| * | | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 7 | -21/+16 |
|
|
| * | | cmMakefile: Simplify and rename AddDefinitionBool | Sebastian Holtermann | 2019-07-24 | 1 | -1/+1 |
|
|
* | | | cmCTestHandlerCommand: fix typo of local variable | Ben Boeckel | 2019-07-24 | 1 | -7/+7 |
|/ / |
|
* | | Merge topic 'command-refactoring3' | Brad King | 2019-07-23 | 1 | -9/+8 |
|\ \ |
|
| * | | cmCommand: deprecate functions GetMakefile and SetError | Daniel Pfeifer | 2019-07-21 | 1 | -9/+8 |
|
|
* | | | Refactor: Break cmCTestTestHandler::ProcessHandler() into smaller functions | Kyle Edwards | 2019-07-19 | 2 | -137/+181 |
|/ / |
|
* | | Merge topic 'skip_regular_expression' | Kyle Edwards | 2019-07-19 | 4 | -5/+38 |
|\ \ |
|
| * | | CTest: Add SKIP_REGULAR_EXPRESSION test property | Gabor Bencze | 2019-07-18 | 4 | -5/+38 |
|
|
* | | | Merge topic 'ctest-done-hash' | Brad King | 2019-07-19 | 1 | -9/+9 |
|\ \ \
| | |/
| |/| |
|
| * | | CTest: Generate Done.xml before calculating its hash | Betsy McPhail | 2019-07-19 | 1 | -9/+9 |
|
|