| Commit message (Expand) | Author | Age | Files | Lines |
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -4/+2 |
|
|
* | clang-tidy: Enable performance-inefficient-string-concatenation | Sebastian Holtermann | 2019-08-05 | 1 | -6/+0 |
|
|
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -0/+1 |
|
|
* | Use cmAppend to append ranges to std::vector instances | Sebastian Holtermann | 2019-05-23 | 1 | -2/+1 |
|
|
* | Modernize: Enable modernize-raw-string-literal in clang-tidy | Artur Ryt | 2019-04-02 | 1 | -18/+18 |
|
|
* | Modernize: Prefer .substr in place of .c_str() + int | Artur Ryt | 2019-03-30 | 1 | -2/+2 |
|
|
* | Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::Compare | Sebastian Holtermann | 2019-03-18 | 1 | -1/+1 |
|
|
* | Rename cmFileTimeComparison to cmFileTimeCache | Sebastian Holtermann | 2019-03-18 | 1 | -4/+4 |
|
|
* | cmSystemTools: More functions accept `std::string` params | Vitaly Stakhovsky | 2019-02-20 | 1 | -5/+6 |
|
|
* | Delete some default constructors and assignment operators | Albert Astals Cid | 2019-02-15 | 1 | -0/+2 |
|
|
* | Prefer front/back/data over dereferencing begin/rbegin iter | Artur Ryt | 2019-02-06 | 1 | -2/+2 |
|
|
* | Merge topic 'tidy-use-equals-default' | Brad King | 2019-01-29 | 1 | -1/+1 |
|\ |
|
| * | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -1/+1 |
|
|
* | | cmFileTimeComparison: use std::string arguments | Vitaly Stakhovsky | 2019-01-28 | 1 | -2/+1 |
|/ |
|
* | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -6/+6 |
|
|
* | Fix most clang -Wextra-semi-stmt warnings in C++ files | Sean McBride | 2019-01-15 | 1 | -7/+11 |
|
|
* | clang-tidy: Use default member initialization | Regina Pfeifer | 2018-12-15 | 1 | -5/+2 |
|
|
* | Remove unnecessary c_str() calls | Vitaly Stakhovsky | 2018-09-05 | 1 | -1/+1 |
|
|
* | CTest: Add error exception for sphinx-build WARNING messages | Tim | 2018-08-30 | 1 | -0/+1 |
|
|
* | Merge topic 'cleanup-find-cstr' | Brad King | 2018-08-09 | 1 | -1/+1 |
|\ |
|
| * | Remove unnecessary c_str() in RegularExpression::find calls | Vitaly Stakhovsky | 2018-08-07 | 1 | -1/+1 |
|
|
* | | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls | Sebastian Holtermann | 2018-08-07 | 1 | -2/+2 |
|/ |
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -26/+35 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -1/+1 |
|
|
* | Merge topic 'reduce-temporaries' | Brad King | 2018-01-29 | 1 | -4/+5 |
|\ |
|
| * | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -4/+5 |
|
|
* | | CTest: introduce cmDuration | Wouter Klouwen | 2018-01-23 | 1 | -2/+3 |
|/ |
|
* | CTest: convert timeouts to std::chrono::duration | Wouter Klouwen | 2017-12-04 | 1 | -1/+1 |
|
|
* | IWYU: Add mappings for std::enable_if on chrono durations | Brad King | 2017-11-28 | 1 | -1/+0 |
|
|
* | CTest: adopt std::chrono::system_clock | Wouter Klouwen | 2017-11-17 | 1 | -5/+4 |
|
|
* | CTest: use std::chrono::steady_clock for time keeping | Wouter Klouwen | 2017-11-14 | 1 | -6/+10 |
|
|
* | Improve several occurrences of vector::push_back in loops | Matthias Maennich | 2017-09-28 | 1 | -0/+1 |
|
|
* | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 1 | -2/+2 |
|
|
* | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -12/+12 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for` (CTest). | Pavel Solodovnikov | 2017-09-14 | 1 | -53/+38 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -11/+11 |
|
|
* | Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variable | Betsy McPhail | 2017-07-10 | 1 | -0/+1 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -2/+2 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -3/+3 |
|
|
* | cmCTestBuildHandler: Fix warning in FragmentCompare signature | Brad King | 2017-01-16 | 1 | -1/+1 |
|
|
* | clang-tidy: apply modernize-use-bool-literals fixes | Daniel Pfeifer | 2016-12-12 | 1 | -1/+1 |
|
|
* | Add Encoding option for RunChild, RunMakeCommand and RunProcess | Dāvis Mosāns | 2016-11-14 | 1 | -2/+2 |
|
|
* | Windows: Encode child process output to internally-used encoding | Dāvis Mosāns | 2016-11-14 | 1 | -2/+17 |
|
|
* | cmCTestBuildHandler: Use size_t in ProcessBuffer length argument | Brad King | 2016-11-14 | 1 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | surround macro arguments with parentheses | Daniel Pfeifer | 2016-09-05 | 1 | -2/+2 |
|
|
* | CTest: fix include-what-you-use violations | Daniel Pfeifer | 2016-08-25 | 1 | -12/+3 |
|
|
* | CTest: don't use else after return | Daniel Pfeifer | 2016-08-18 | 1 | -2/+1 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -11/+12 |
|
|
* | Use the empty() method to check for emptyness. | Daniel Pfeifer | 2016-06-02 | 1 | -1/+1 |
|
|