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
/
cmTargetLinkLibrariesCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-6/+4
*
target_link_libraries: Allow linking to UNKNOWN IMPORTED GLOBAL libs
Brad King
2017-08-31
1
-0/+1
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-2/+2
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-0/+10
*
Separate compilation for commands included in cmBootstrapCommands2
Daniel Pfeifer
2016-10-21
1
-0/+3
*
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-8/+8
*
cmMakefile: Inline method into caller
Stephen Kelly
2016-10-07
1
-1/+29
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Avoid else after return
Daniel Pfeifer
2016-09-16
1
-4/+3
*
use empty method to check for emptyness
Daniel Pfeifer
2016-09-15
1
-1/+1
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-2/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-255/+178
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-2/+0
*
Fix export of STATIC library PRIVATE non-target dependencies
Brad King
2016-02-17
1
-5/+2
*
Fix export of STATIC library PRIVATE dependencies with CMP0022 NEW
Brad King
2016-01-15
1
-2/+5
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-5/+5
*
cmTarget: Move link type enum out.
Stephen Kelly
2015-10-14
1
-13/+13
*
cmTarget: Fix diagnostic of target_link_libraries in wrong directory (#15626)
Brad King
2015-06-25
1
-1/+2
*
Port to static cmPolicies API.
Stephen Kelly
2015-05-04
1
-8/+4
*
cmake: Remove DebugConfigs member.
Stephen Kelly
2015-04-12
1
-1/+1
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-6/+6
*
Remove default labels from fully covered switch statements.
Stephen Kelly
2014-04-03
1
-1/+0
*
Merge topic 'fix_policy_diagnostics'
Brad King
2014-04-01
1
-6/+8
|
\
|
*
Policies: omit warnings about unset policies when they are actually set to NEW
Nils Gladitz
2014-03-31
1
-6/+8
*
|
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-7/+7
*
|
cmTargetLinkLibrariesCommand: Use a string argument
Ben Boeckel
2014-03-08
1
-5/+5
*
|
cmTarget: Remove the project argument to FindTarget
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
-1/+1
*
Disallow linking to utility targets (#13902).
Stephen Kelly
2013-11-07
1
-0/+31
*
Merge branch 'policy-CMP0022-fixes' into policy-CMP0022-fixes-for-master
Brad King
2013-11-03
1
-2/+8
|
\
|
*
CMP0022: Plain target_link_libraries must populate link interface
Brad King
2013-11-02
1
-2/+8
*
|
target_link_libraries: Revert accidental change
Brad King
2013-11-02
1
-7/+2
*
|
cmTarget: Make GetProperty() const.
Stephen Kelly
2013-10-31
1
-2/+7
*
|
Merge topic 'fix-tll-static-private'
Brad King
2013-10-26
1
-3/+8
|
\
\
|
|
/
|
*
Don't add invalid content to static lib INTERFACE_LINK_LIBRARIES.
Stephen Kelly
2013-10-26
1
-3/+8
*
|
target_link_libraries: Allow repeated use of LINK_{PRIVATE,PUBLIC} keywords.
Stephen Kelly
2013-10-17
1
-2/+4
*
|
Add the INTERFACE_LIBRARY target type.
Stephen Kelly
2013-10-07
1
-0/+14
|
/
*
Add the ALIAS target concept for libraries and executables.
Stephen Kelly
2013-08-02
1
-0/+5
*
target_link_libraries: Add PUBLIC/PRIVATE/INTERFACE keyword signature
Stephen Kelly
2013-07-24
1
-13/+124
*
TLL: Don't populate old link interface if CMP0022 is NEW.
Stephen Kelly
2013-07-08
1
-1/+25
*
Centralize maintenance of usage requirement include directories
Stephen Kelly
2013-05-06
1
-8/+0
*
Don't populate INTERFACE includes and defines properties in tll.
Stephen Kelly
2013-02-13
1
-44/+0
*
Use the link information as a source of compile definitions and includes.
Stephen Kelly
2013-02-13
1
-0/+8
*
De-duplicate validation of genex target names.
Stephen Kelly
2013-02-07
1
-3/+4
*
Deduplicate the isGeneratorExpression method.
Stephen Kelly
2013-02-07
1
-9/+1
*
Add includes and compile definitions with target_link_libraries.
Stephen Kelly
2013-01-31
1
-0/+53
*
Revert "Allow target_link_libraries with IMPORTED targets."
Stephen Kelly
2013-01-21
1
-14/+0
*
Allow target_link_libraries with IMPORTED targets.
Stephen Kelly
2013-01-08
1
-0/+14
*
Fix minor typos.
Stephen Kelly
2012-09-29
1
-2/+2
*
Add OBJECT_LIBRARY target type
Brad King
2012-03-13
1
-0/+10
[next]