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
/
cmGetPropertyCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
add_library/add_executable: allow local alias to imported targets
Marc Chevrier
2020-06-02
1
-3/+13
*
set_source_files_properties: Allow specification of directory scope
Alexandru Croitor
2020-05-14
1
-7/+54
*
cmMakefile::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-01
1
-1/+2
*
cmTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-03-30
1
-2/+3
*
Merge topic 'cmprop-getglobalprop'
Brad King
2020-03-27
1
-1/+2
|
\
|
*
cmState::GetGlobalProperty: return cmProp
Vitaly Stakhovsky
2020-03-25
1
-1/+2
*
|
Merge topic 'cmprop-state'
Brad King
2020-03-27
1
-2/+3
|
\
\
|
*
|
cmState::GetCacheEntryProperty: return cmProp
Vitaly Stakhovsky
2020-03-25
1
-2/+3
|
|
/
*
|
Simplify absolute path conversions using CollapseFullPath full signature
Brad King
2020-03-24
1
-8/+2
|
/
*
Refactor: Use cmStrCat to construct error strings
Asit Dhal
2019-09-18
1
-23/+13
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-3/+3
*
cmCommand_refactor: cmGetPropertyCommand
Gabor Bencze
2019-08-20
1
-112/+184
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-2/+2
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-1/+2
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-1/+1
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-4/+4
*
Provide and use CM_FALLTHROUGH
Daniel Pfeifer
2017-06-03
1
-0/+1
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-1/+12
*
Merge topic 'clang-tidy'
Brad King
2016-10-20
1
-1/+1
|
\
|
*
fix more issues reported by clang-tidy
Daniel Pfeifer
2016-10-20
1
-1/+1
*
|
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
|
/
*
cmTarget: Move sanity checks and computed property access to callers
Stephen Kelly
2016-10-16
1
-2/+13
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Use CM_NULLPTR
Daniel Pfeifer
2016-09-16
1
-1/+1
*
Avoid else after return
Daniel Pfeifer
2016-09-16
1
-20/+14
*
Do not report ALIASED_TARGET as always set (#15783)
Gregor Jasny
2016-07-16
1
-1/+1
*
Merge branch 'unknown-aliased-target' into compiler-features
Brad King
2016-06-28
1
-6/+5
|
\
|
*
Validate target name in ALIASED_TARGET property getter
Gregor Jasny
2016-06-26
1
-6/+5
*
|
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-2/+2
|
/
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-199/+128
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-11/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-4/+4
*
Remove unused cmLocalGenerator include.
Stephen Kelly
2015-10-05
1
-1/+0
*
cmGlobalGenerator: Port Find API to cmMakefile.
Stephen Kelly
2015-08-07
1
-7/+2
*
cmMakefile: Move CMP0059 handling to command code.
Stephen Kelly
2015-06-08
1
-0/+16
*
Constify property definition API.
Stephen Kelly
2015-06-07
1
-4/+2
*
Port to cmMakefile::GetGlobalGenerator.
Stephen Kelly
2015-05-03
1
-2/+1
*
cmMakefile: Rename GetCurrent{,Source}Directory.
Stephen Kelly
2015-04-20
1
-1/+1
*
Port Global property interaction to cmState.
Stephen Kelly
2015-04-15
1
-1/+2
*
Move property definition to cmState.
Stephen Kelly
2015-04-13
1
-3/+3
*
Port to cmState.
Stephen Kelly
2015-04-13
1
-2/+3
*
cmCacheManager: Port consumers to non-iterator API.
Stephen Kelly
2015-04-08
1
-4/+3
*
Revert topic 'refactor-cache-api'
Brad King
2015-04-07
1
-3/+4
*
cmCacheManager: Port consumers to non-iterator API.
Stephen Kelly
2015-04-06
1
-4/+3
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-6/+6
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-1/+1
*
Add an "installed file" property scope
Nils Gladitz
2014-05-28
1
-1/+36
*
cmTarget: Evaluate CMP0026 and CMP0051 in calling context
Brad King
2014-05-09
1
-1/+2
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-25/+25
[next]