index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmState.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
AddCacheEntry: Suppress raw pointer usage
Marc Chevrier
2023-05-30
1
-1/+1
*
SetProperty: suppress raw pointer usage
Marc Chevrier
2023-05-26
1
-1/+1
*
cmState::AddCacheEntry(): Remove unused overloads
Vitaly Stakhovsky
2023-03-01
1
-12/+0
*
cmake: Honor CMAKE_GENERATOR env var in --help output
Juan Ramos
2022-10-21
1
-0/+1
*
Dependency providers: Add find_package and FetchContent support
Craig Scott
2022-05-24
1
-0/+25
*
cmConstStack: Factor out of cmListFileBacktrace
Brad King
2022-04-02
1
-1/+5
*
define_property(): Add INITIALIZE_FROM_VARIABLE argument
Kyle Edwards
2022-01-20
1
-1/+7
*
cmMessenger: Adopt backtrace printing functions
Brad King
2021-12-08
1
-2/+3
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-9/+10
*
AddCacheEntry accept cmProp or std::string
Marc Chevrier
2021-09-10
1
-0/+12
*
Enhancement: SetProperty accept cmProp or std::string
Marc Chevrier
2021-08-25
1
-0/+1
*
cmake: Model normal and try-compile project kinds explicitly
Brad King
2021-07-12
1
-5/+10
*
cmState: Construct with mode
Brad King
2021-07-12
1
-8/+7
*
CMake: Allow override of unexpected non-flow-control commands
Kyle Edwards
2021-06-16
1
-0/+2
*
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
[next]