| Commit message (Expand) | Author | Age | Files | Lines |
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -3/+3 |
|
|
* | Merge topic 'modernize-use-auto' | Brad King | 2019-09-12 | 1 | -18/+9 |
|\ |
|
| * | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -18/+9 |
|
|
* | | cmCTestTestHandler: Port away from cmCommand | Regina Pfeifer | 2019-09-09 | 1 | -106/+51 |
|/ |
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-04 | 1 | -1/+1 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -2/+2 |
|
|
* | 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 | 1 | -3/+2 |
|\ |
|
| * | cmCTestTestHandler: Remove extra layer of parentheses | Brad King | 2019-08-26 | 1 | -1/+1 |
|
|
| * | CTest: Simplify some boolean conditions | Brad King | 2019-08-26 | 1 | -2/+1 |
|
|
* | | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 1 | -22/+11 |
|
|
* | | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -38/+15 |
|/ |
|
* | Merge topic 'cm-contains' | Brad King | 2019-08-21 | 1 | -15/+8 |
|\ |
|
| * | cmAlgorithms: Add cmContains | Regina Pfeifer | 2019-08-19 | 1 | -15/+8 |
|
|
* | | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -7/+7 |
|/ |
|
* | Merge topic 'cmExpandList' | Kyle Edwards | 2019-08-16 | 1 | -17/+17 |
|\ |
|
| * | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -17/+17 |
|
|
* | | cmStringAlgorithms: Add cmStrToLong and cmStrToULong | Sebastian Holtermann | 2019-08-10 | 1 | -2/+1 |
|/ |
|
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -1/+1 |
|
|
* | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -2/+1 |
|
|
* | Refactor: Break cmCTestTestHandler::ProcessHandler() into smaller functions | Kyle Edwards | 2019-07-19 | 1 | -137/+168 |
|
|
* | CTest: Add SKIP_REGULAR_EXPRESSION test property | Gabor Bencze | 2019-07-18 | 1 | -2/+9 |
|
|
* | modernize: manage cmCommand instances using unique_ptr. | Marc Chevrier | 2019-07-14 | 1 | -29/+29 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|
|
* | Modernize: Prefer .substr in place of .c_str() + int | Artur Ryt | 2019-03-30 | 1 | -2/+2 |
|
|
* | cmSystemTools::RunSingleCommand: Accept std::string argument | Vitaly Stakhovsky | 2019-02-06 | 1 | -1/+1 |
|
|
* | Merge topic 'read-list-file' | Brad King | 2019-01-21 | 1 | -2/+2 |
|\ |
|
| * | cmMakefile::ReadListFile() accepts std::string argument | Vitaly Stakhovsky | 2019-01-17 | 1 | -2/+2 |
|
|
* | | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -7/+7 |
|/ |
|
* | Properties: Add CMAKE_ROLE global property | Kyle Edwards | 2019-01-17 | 1 | -1/+1 |
|
|
* | TestGenerator: Record support file and line where test was added | Justin Goshi | 2019-01-08 | 1 | -0/+26 |
|
|
* | clang-tidy: Enable checks from bugprone set | Regina Pfeifer | 2018-11-21 | 1 | -2/+2 |
|
|
* | CTest: Add colored output on tests summary where supported | Sylvain Joubert | 2018-11-09 | 1 | -9/+30 |
|
|
* | Merge topic 'set_directory_properties-script-mode' | Brad King | 2018-10-30 | 1 | -0/+1 |
|\ |
|
| * | set_directory_properties: Restore in script mode | Brad King | 2018-10-29 | 1 | -0/+1 |
|
|
* | | Remove unnecessary c_str() calls | Vitaly Stakhovsky | 2018-09-05 | 1 | -4/+4 |
|
|
* | | Remove unnecessary c_str() in RegularExpression::find calls | Vitaly Stakhovsky | 2018-08-07 | 1 | -3/+3 |
|
|
* | | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -46/+63 |
|
|
* | | Merge topic 'cmWorkingDirectory_success_checking' | Brad King | 2018-03-09 | 1 | -1/+6 |
|\ \ |
|
| * | | cmWorkingDirectory: Check success of current dir changes | Craig Scott | 2018-03-08 | 1 | -1/+6 |
|
|
* | | | CTest: Add options to control test process affinity to CPUs | Brad King | 2018-03-05 | 1 | -0/+4 |
|/ / |
|
* | | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -6/+6 |
|
|
* | | Merge topic 'reduce-temporaries' | Brad King | 2018-01-29 | 1 | -9/+3 |
|\ \ |
|
| * | | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -9/+3 |
|
|
* | | | CTest: introduce cmDuration | Wouter Klouwen | 2018-01-23 | 1 | -9/+8 |
|/ / |
|
* | | Merge topic 'fix-ctest-chrono' | Brad King | 2017-12-12 | 1 | -13/+4 |
|\ \ |
|
| * | | CTest: Simplify std::chrono::duration<double> conversion to double | Brad King | 2017-12-08 | 1 | -13/+4 |
|
|
* | | | CTest: Remove unfinished batch test mode | Brad King | 2017-12-08 | 1 | -4/+1 |
|/ / |
|
* | | CTest: convert timeouts to std::chrono::duration | Wouter Klouwen | 2017-12-04 | 1 | -6/+17 |
|
|