| Commit message (Expand) | Author | Age | Files | Lines |
* | cmMakefile::GetRequiredDefinition: return const std::string& | Vitaly Stakhovsky | 2019-02-07 | 1 | -3/+4 |
|
|
* | cmOutputConverter: move ConvertToRelativePath to cmStateDirectory. | Bruno Manganelli | 2019-01-27 | 1 | -1/+1 |
|
|
* | Merge topic 'semi-warnings' | Brad King | 2019-01-16 | 1 | -1/+0 |
|\ |
|
| * | Fix most clang -Wextra-semi-stmt warnings in C++ files | Sean McBride | 2019-01-15 | 1 | -1/+0 |
|
|
* | | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -2/+3 |
|/ |
|
* | IWYU: Update CMake code for IWYU built with Clang 6 | Brad King | 2019-01-15 | 1 | -0/+1 |
|
|
* | clang-tidy: Remove redundant member initializations | Regina Pfeifer | 2018-12-15 | 1 | -1/+0 |
|
|
* | Misc. comment typos | luz.paz | 2018-12-05 | 1 | -1/+1 |
|
|
* | clang-tidy: Fix readability-static-accessed-through-instance | Regina Pfeifer | 2018-11-21 | 1 | -41/+58 |
|
|
* | Using front() and back() instead of calculations | Cengizhan Pasaoglu | 2018-11-06 | 1 | -4/+3 |
|
|
* | cmState::GetInitializedCacheValue: Return as const std::string* | Vitaly Stakhovsky | 2018-09-10 | 1 | -3/+3 |
|
|
* | Merge topic 'cleanup-find-cstr' | Brad King | 2018-08-09 | 1 | -2/+2 |
|\ |
|
| * | Remove unnecessary c_str() in RegularExpression::find calls | Vitaly Stakhovsky | 2018-08-07 | 1 | -2/+2 |
|
|
* | | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls | Sebastian Holtermann | 2018-08-07 | 1 | -3/+3 |
|/ |
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -5/+7 |
|
|
* | Eclipse: Add property to include additional contents in .cproject file | Melanie Cappelaere | 2018-05-18 | 1 | -0/+7 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -1/+1 |
|
|
* | cmMakefile: use std::string in more methods; cleanup c_str()s | Vitaly Stakhovsky | 2018-01-23 | 1 | -1/+1 |
|
|
* | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -2/+2 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -95/+67 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -3/+3 |
|
|
* | Performance: Add an index to Change cmLocalGenerator::GeneratorTargets. | Aaron Orenstein | 2017-08-16 | 1 | -4/+5 |
|
|
* | Add const-reference qualifications | Pavel Solodovnikov | 2017-05-26 | 1 | -2/+2 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Eclipse: Fix indexer for subprojects | Adam Weisi | 2016-11-21 | 1 | -0/+8 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -9/+8 |
|
|
* | cmListFileCache: Remove cmState header include | Stephen Kelly | 2016-10-19 | 1 | -0/+1 |
|
|
* | cmState: Port dependents to new cmStateTypes header | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -2/+3 |
|
|
* | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -14/+16 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -13/+2 |
|
|
* | Convert: Move access to BinaryDirectory out of loops | Stephen Kelly | 2016-09-19 | 1 | -1/+1 |
|
|
* | Convert: Avoid HOME_OUTPUT enum when converting to relative paths | Stephen Kelly | 2016-09-19 | 1 | -1/+1 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -5/+14 |
|
|
* | Convert: Replace trivial conversion with new method | Stephen Kelly | 2016-08-27 | 1 | -2/+2 |
|
|
* | Make sure unnused parameters are /*named*/ | Daniel Pfeifer | 2016-08-16 | 1 | -1/+2 |
|
|
* | issues: update references to the CMake issue tracker | Ben Boeckel | 2016-08-15 | 1 | -2/+2 |
|
|
* | Refactor extra generator registration to use factories | Tobias Hunger | 2016-08-03 | 1 | -14/+19 |
|
|
* | Use better KWSys SystemTools::GetEnv and HasEnv signatures | Dāvis Mosāns | 2016-07-18 | 1 | -4/+5 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -3/+3 |
|
|
* | Prefer istringstream and ostringstream over stringstream. | Daniel Pfeifer | 2016-06-14 | 1 | -2/+2 |
|
|
* | Simplify boolean expressions | Daniel Pfeifer | 2016-06-02 | 1 | -1/+1 |
|
|
* | Merge topic 'improve-character-find-and-replace' | Brad King | 2016-05-25 | 1 | -5/+1 |
|\ |
|
| * | cmExtraEclipseCDT4Generator: use std::replace. | Daniel Pfeifer | 2016-05-24 | 1 | -5/+1 |
|
|
* | | Use enums defined in cmOutputConverter using their fully qualified name. | Daniel Pfeifer | 2016-05-25 | 1 | -1/+1 |
|/ |
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -527/+385 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -13/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -3/+3 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|