| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'cmake-presets-path-arg' | Craig Scott | 2020-10-27 | 1 | -0/+2 |
|\ |
|
| * | CMakePresets.json: Rework how --preset argument is handled | Kyle Edwards | 2020-10-26 | 1 | -0/+2 |
|
|
* | | cmState: Prohibit override of flow control commands | Kyle Edwards | 2020-10-22 | 1 | -1/+7 |
|/ |
|
* | cmake_language: Add signature to DEFER calls to later times | Brad King | 2020-09-29 | 1 | -0/+2 |
|
|
* | cmState: store commands in unordered_map | Oleksandr Koval | 2020-09-11 | 1 | -3/+3 |
|
|
* | 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 | -2/+0 |
|
|
* | cmState: Drop unused and unimplemented SetCacheValue method | Brad King | 2020-05-26 | 1 | -1/+0 |
|
|
* | cmPropertyDefinitionMap: simplify and shorten | Tushar Maheshwari | 2020-05-15 | 1 | -6/+2 |
|
|
* | cmState::GetInitializedCacheValue: return cmProp | Vitaly Stakhovsky | 2020-04-30 | 1 | -1/+1 |
|
|
* | Merge topic 'cmprop-getglobalprop' | Brad King | 2020-03-27 | 1 | -1/+1 |
|\ |
|
| * | cmState::GetGlobalProperty: return cmProp | Vitaly Stakhovsky | 2020-03-25 | 1 | -1/+1 |
|
|
* | | cmState::GetCacheEntryProperty: return cmProp | Vitaly Stakhovsky | 2020-03-25 | 1 | -2/+2 |
|
|
* | | cmState::GetTargetTypeName: return type is *cmProp | Vitaly Stakhovsky | 2020-03-19 | 1 | -1/+2 |
|/ |
|
* | cmState::GetCacheEntryValue: return cmProp | Vitaly Stakhovsky | 2020-03-17 | 1 | -1/+3 |
|
|
* | cmPropertyDefinition: Construct directly in defined state | Vitaly Stakhovsky | 2020-03-13 | 1 | -2/+2 |
|
|
* | Ninja Multi-Config: Use build.ninja if cmake --build has no --config | Kyle Edwards | 2020-02-04 | 1 | -0/+1 |
|
|
* | AppendProperty: convert value param to std::string | Vitaly Stakhovsky | 2020-01-25 | 1 | -1/+1 |
|
|
* | cmState: more members will use std::string | Vitaly Stakhovsky | 2020-01-02 | 1 | -3/+5 |
|
|
* | Ninja: Add multi-config variant | Kyle Edwards | 2019-12-13 | 1 | -0/+3 |
|
|
* | cmCommand refactor: remove unused AddDisallowedCommand overload | Gabor Bencze | 2019-08-26 | 1 | -3/+0 |
|
|
* | cmState: Support free function disallowed commands | Regina Pfeifer | 2019-08-13 | 1 | -0/+2 |
|
|
* | cmState: Support BuiltinCommands as free functions | Regina Pfeifer | 2019-07-22 | 1 | -0/+3 |
|
|
* | cmState: Add scripted commands by value | Regina Pfeifer | 2019-07-21 | 1 | -2/+1 |
|
|
* | cmUnexpectedCommand: Replace with lambda expression | Regina Pfeifer | 2019-07-21 | 1 | -0/+1 |
|
|
* | cmState: Hold commands by value | Regina Pfeifer | 2019-07-21 | 1 | -4/+9 |
|
|
* | modernize: manage cmCommand instances using unique_ptr. | Marc Chevrier | 2019-07-14 | 1 | -5/+8 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -0/+1 |
|
|
* | modermize: replace some raw pointers w/ `unique_ptr` | Alex Turbov | 2019-06-24 | 1 | -2/+2 |
|
|
* | Fix invalid ///! doxygen comment line starts | Sebastian Holtermann | 2019-03-31 | 1 | -1/+1 |
|
|
* | Delete some default constructors and assignment operators | Albert Astals Cid | 2019-02-15 | 1 | -0/+3 |
|
|
* | set: warn if CACHE type is not recognized | Taylor Holberton | 2019-01-30 | 1 | -0/+2 |
|
|
* | Merge topic 'GHS_updates' | Brad King | 2019-01-18 | 1 | -0/+3 |
|\ |
|
| * | GHS: try_compile() now uses GHS platform variables | Fred Baksik | 2019-01-16 | 1 | -0/+3 |
|
|
* | | Properties: Add CMAKE_ROLE global property | Kyle Edwards | 2019-01-17 | 1 | -0/+17 |
|/ |
|
* | clang-tidy: Use default member initialization | Regina Pfeifer | 2018-12-15 | 1 | -8/+8 |
|
|
* | 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 |
|
|
* | | cmState::GetInitializedCacheValue: Return as const std::string* | Vitaly Stakhovsky | 2018-09-10 | 1 | -1/+1 |
|
|
* | | Revise implementation of case-insensitive command names | Florian Jacomme | 2018-05-22 | 1 | -0/+4 |
|
|
* | | Add cmGlobVerificationManager class, integrate with cmake and cmState | Shane Parris | 2018-03-29 | 1 | -0/+14 |
|
|
* | | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -2/+2 |
|
|
* | | cmCacheManager: Truncate values containing newlines | Kyle Edwards | 2018-01-15 | 1 | -1/+2 |
|/ |
|
* | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 1 | -12/+14 |
|
|
* | cmState: separate builtin and scripted commands | Daniel Pfeifer | 2017-05-11 | 1 | -3/+2 |
|
|
* | cmState: introduce method for adding scripted commands | Daniel Pfeifer | 2017-05-11 | 1 | -0/+1 |
|
|
* | cmState: introduce methods for adding builtin commands | Daniel Pfeifer | 2017-05-11 | 1 | -0/+5 |
|
|
* | cmState: remove RemoveUnscriptableCommands | Daniel Pfeifer | 2017-05-08 | 1 | -1/+0 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Add GENERATOR_IS_MULTI_CONFIG global property | Bastien Schatt | 2017-04-04 | 1 | -0/+4 |
|
|