| Commit message (Expand) | Author | Age | Files | Lines |
* | Source: Rename SetProperty(nullptr_t) to RemoveProperty() | Vitaly Stakhovsky | 2023-08-15 | 1 | -2/+2 |
|
|
* | AddCacheEntry: Suppress raw pointer usage | Marc Chevrier | 2023-05-30 | 1 | -10/+9 |
|
|
* | SetProperty: suppress raw pointer usage | Marc Chevrier | 2023-05-26 | 1 | -2/+3 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -12/+12 |
|
|
* | AddCacheEntry accept cmProp or std::string | Marc Chevrier | 2021-09-10 | 1 | -2/+14 |
|
|
* | cmProp: refactoring: transform alias in class | Marc Chevrier | 2021-08-08 | 1 | -1/+1 |
|
|
* | clang-tidy: fix `readability-qualified-auto` warnings | Ben Boeckel | 2021-01-27 | 1 | -10/+10 |
|
|
* | CMakePresets.json: Rework how --preset argument is handled | Kyle Edwards | 2020-10-26 | 1 | -0/+4 |
|
|
* | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 1 | -4/+1 |
|
|
* | Single location for cmProp typedef | Vitaly Stakhovsky | 2020-06-01 | 1 | -0/+1 |
|
|
* | cmCacheManager: Cleanup CacheIterator interface | Tushar Maheshwari | 2020-04-18 | 1 | -112/+83 |
|
|
* | cmCacheManager::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-03-19 | 1 | -7/+7 |
|
|
* | cmCacheManager: more members use std::string | Vitaly Stakhovsky | 2020-01-06 | 1 | -15/+15 |
|
|
* | clang-tidy: modernize-return-braced-init-list | Regina Pfeifer | 2019-09-06 | 1 | -1/+1 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-04 | 1 | -1/+1 |
|
|
* | Fix invalid ///! doxygen comment line starts | Sebastian Holtermann | 2019-03-31 | 1 | -12/+12 |
|
|
* | cleanup: Prefer compiler provided special member functions | Regina Pfeifer | 2019-01-25 | 1 | -1/+0 |
|
|
* | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -1/+1 |
|
|
* | clang-tidy: Use default member initialization | Regina Pfeifer | 2018-12-15 | 1 | -8/+3 |
|
|
* | cmCacheManager::GetInitializedCacheValue(): Return as const std::string* | Vitaly Stakhovsky | 2018-09-06 | 1 | -1/+1 |
|
|
* | cmCacheManager: Truncate values containing newlines | Kyle Edwards | 2018-01-15 | 1 | -4/+13 |
|
|
* | Fix trivial typos in text | luzpaz | 2017-11-03 | 1 | -1/+1 |
|
|
* | Replace C-style casts | Daniel Pfeifer | 2017-08-27 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -4/+3 |
|
|
* | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 1 | -1/+1 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -3/+3 |
|
|
* | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -6/+13 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-23 | 1 | -2/+8 |
|
|
* | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-16 | 1 | -0/+1 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -3/+4 |
|
|
* | cmCacheEntry: Retrieve all properties of cache entries | Tobias Hunger | 2016-06-10 | 1 | -0/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -51/+41 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | cmState: Move ParseCacheEntry from cmCacheManager. | Stephen Kelly | 2015-10-10 | 1 | -6/+0 |
|
|
* | cmCacheManager: Port away from cmake instance. | Stephen Kelly | 2015-10-10 | 1 | -2/+1 |
|
|
* | Inline unary LoadCache. | Stephen Kelly | 2015-10-10 | 1 | -1/+0 |
|
|
* | cmCacheManager: Remove cmMakefile dependency. | Stephen Kelly | 2015-10-10 | 1 | -2/+1 |
|
|
* | cmState: Move CacheEntryType enum from cmCacheManager. | Stephen Kelly | 2015-04-13 | 1 | -20/+15 |
|
|
* | cmMakefile: Remove unused CacheManager accessor. | Stephen Kelly | 2015-04-13 | 1 | -2/+0 |
|
|
* | Introduce cmState class. | Stephen Kelly | 2015-04-13 | 1 | -0/+1 |
|
|
* | cmCacheManager: Add non-iterator-based API. | Stephen Kelly | 2015-04-08 | 1 | -0/+75 |
|
|
* | cmCacheManager: Return a C string from GetValue. | Stephen Kelly | 2015-04-08 | 1 | -1/+1 |
|
|
* | cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue. | Stephen Kelly | 2015-04-07 | 1 | -1/+1 |
|
|
* | Revert topic 'refactor-cache-api' | Brad King | 2015-04-07 | 1 | -76/+1 |
|
|
* | cmCacheManager: Add non-iterator-based API. | Stephen Kelly | 2015-04-06 | 1 | -0/+75 |
|
|
* | cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue. | Stephen Kelly | 2015-04-06 | 1 | -1/+1 |
|
|
* | cmCacheManager: Remove unused method | Stephen Kelly | 2015-04-05 | 1 | -1/+0 |
|
|
* | cmCacheManager: Remove unused overloads. | Stephen Kelly | 2015-04-05 | 1 | -5/+0 |
|
|