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
/
cmTargetPropCommandBase.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach target_* commands to set INTERFACE properties of IMPORTED targets
Deniz Bahadir
2017-10-26
1
-6/+4
*
cmTargetPropCommandBase: Fix typo in error message
Deniz Bahadir
2017-10-26
1
-3/+2
*
Add const-reference qualifications
Pavel Solodovnikov
2017-05-26
1
-1/+1
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-0/+3
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-0/+1
*
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-7/+7
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-93/+64
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-4/+0
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-7/+7
*
cmTargetPropCommandBase: Change the interface to return bool.
Stephen Kelly
2014-04-07
1
-6/+8
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-4/+4
*
cmTarget: Remove the project argument to FindTarget
Ben Boeckel
2014-03-08
1
-1/+1
*
stringapi: Use strings for property names
Ben Boeckel
2014-03-08
1
-2/+3
*
cmMakefile: make some methods take const std::string& instead of const char*
Rolf Eike Beer
2014-01-16
1
-2/+2
*
Add the INTERFACE_LIBRARY target type.
Stephen Kelly
2013-10-07
1
-0/+9
*
Add the ALIAS target concept for libraries and executables.
Stephen Kelly
2013-08-02
1
-0/+5
*
Allow target commands to be invoked with no items (#14325).
Stephen Kelly
2013-07-31
1
-3/+3
*
Add a SYSTEM parameter to target_include_directories (#14180)
Stephen Kelly
2013-07-02
1
-8/+20
*
Extend the cmTargetPropCommandBase interface property handling.
Stephen Kelly
2013-07-02
1
-14/+22
*
Whitelist target types in target_{include_directories,compile_definitions}
Stephen Kelly
2013-02-08
1
-0/+9
*
Make subclasses responsible for joining content.
Stephen Kelly
2013-01-29
1
-7/+6
*
Don't allow targets args in the new target commands.
Stephen Kelly
2013-01-29
1
-21/+1
*
Merge topic 'disallow-IMPORTED-interface-porcelain'
Brad King
2013-01-23
1
-2/+2
|
\
|
*
Disallow porcelain to populate includes and defines of IMPORTED targets.
Stephen Kelly
2013-01-21
1
-2/+2
*
|
Make sure generator expressions can be used with target_include_directories.
Stephen Kelly
2013-01-16
1
-0/+12
|
/
*
Add the target_include_directories command.
Stephen Kelly
2013-01-10
1
-0/+144