Kyle Edwards
|
c017098d4d
CMake: Allow override of unexpected non-flow-control commands
|
4 years ago |
Craig Scott
|
105ef112c9
Merge topic 'cmake-presets-path-arg'
|
5 years ago |
Kyle Edwards
|
b7d7eca66d
CMakePresets.json: Rework how --preset argument is handled
|
5 years ago |
Kyle Edwards
|
8aee7fdb32
cmState: Prohibit override of flow control commands
|
5 years ago |
Brad King
|
e8b0359a43
cmake_language: Add signature to DEFER calls to later times
|
5 years ago |
Oleksandr Koval
|
967792a662
cmState: store commands in unordered_map
|
5 years ago |
Kitware Robot
|
bdca8b01d2
Modernize: Use #pragma once in all header files
|
5 years ago |
Vitaly Stakhovsky
|
b36d1bdd9d
Single location for cmProp typedef
|
5 years ago |
Brad King
|
0b837ab371
cmState: Drop unused and unimplemented SetCacheValue method
|
5 years ago |
Tushar Maheshwari
|
6728f0fa85
cmPropertyDefinitionMap: simplify and shorten
|
5 years ago |
Vitaly Stakhovsky
|
e267c3fddf
cmState::GetInitializedCacheValue: return cmProp
|
5 years ago |
Brad King
|
a6611577c3
Merge topic 'cmprop-getglobalprop'
|
5 years ago |
Vitaly Stakhovsky
|
a7f2ff16a4
cmState::GetCacheEntryProperty: return cmProp
|
5 years ago |
Vitaly Stakhovsky
|
c84cf42897
cmState::GetGlobalProperty: return cmProp
|
5 years ago |
Vitaly Stakhovsky
|
ef408dd232
cmState::GetTargetTypeName: return type is *cmProp
|
5 years ago |
Vitaly Stakhovsky
|
bd89133543
cmState::GetCacheEntryValue: return cmProp
|
5 years ago |
Vitaly Stakhovsky
|
73d52a862b
cmPropertyDefinition: Construct directly in defined state
|
5 years ago |
Kyle Edwards
|
16a4ba5b31
Ninja Multi-Config: Use build.ninja if cmake --build has no --config
|
5 years ago |
Vitaly Stakhovsky
|
1398517f31
AppendProperty: convert value param to std::string
|
5 years ago |
Vitaly Stakhovsky
|
232d5bc333
cmState: more members will use std::string
|
6 years ago |
Kyle Edwards
|
5a8a9f7229
Ninja: Add multi-config variant
|
6 years ago |
Gabor Bencze
|
11f35d340e
cmCommand refactor: remove unused AddDisallowedCommand overload
|
6 years ago |
Regina Pfeifer
|
86bf1eef75
cmState: Support free function disallowed commands
|
6 years ago |
Regina Pfeifer
|
dfaa87f1b3
cmState: Support BuiltinCommands as free functions
|
6 years ago |
Regina Pfeifer
|
de77d355ac
cmState: Add scripted commands by value
|
6 years ago |
Regina Pfeifer
|
0101ace131
cmUnexpectedCommand: Replace with lambda expression
|
6 years ago |
Regina Pfeifer
|
015001aaf1
cmState: Hold commands by value
|
6 years ago |
Marc Chevrier
|
1591f138f1
modernize: manage cmCommand instances using unique_ptr.
|
6 years ago |
Brad King
|
71fbebd1dc
IWYU: Fix handling of <memory> standard header
|
6 years ago |
Alex Turbov
|
5e52de7d57
modermize: replace some raw pointers w/ `unique_ptr`
|
6 years ago |