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
*
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
*
stringapi: Use strings in target name
Ben Boeckel
2014-03-08
1
-1/+1
*
cmMakefile: make some methods take const std::string& instead of const char*
Rolf Eike Beer
2014-01-16
1
-3/+3
*
get_property: Fix testing ALIASED_TARGET target property (#14670)
Stephen Kelly
2014-01-04
1
-1/+1
*
Add the ALIAS target concept for libraries and executables.
Stephen Kelly
2013-08-02
1
-0/+12
*
Split cmBootstrapCommands.cxx into two sources
Brad King
2013-06-14
1
-0/+3
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: Teach set/get_property about CACHE properties
Brad King
2009-03-10
1
-1/+26
*
BUG: Fix get_property result for bad property
Brad King
2009-03-09
1
-1/+8
*
ENH: Improve test property speed with a map
Brad King
2009-01-05
1
-8/+2
*
COMP: fix warning
Ken Martin
2008-04-01
1
-1/+0
*
ENH: support unset of properties
Ken Martin
2008-04-01
1
-1/+20
*
BUG: Add cmSourceFile::GetPropertyForUser to centralize the LOCATION property...
Brad King
2008-01-30
1
-1/+2
*
ENH: Updated exporting and importing of targets to support libraries and conf...
Brad King
2008-01-28
1
-3/+1
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-1/+2
*
ENH: Changed signature of GET_PROPERTY command to be more powerful and extend...
Brad King
2008-01-17
1
-149/+280
[next]