index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmTargetLinkLibrariesCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
target_link_libraries: Allow use with targets in other directories
Brad King
2018-09-12
1
-22
/
+58
*
Revert "target_link_libraries: Allow use with targets in other directories"
Brad King
2018-07-03
1
-9
/
+2
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-2
/
+3
*
target_link_libraries: Allow use with targets in other directories
Patrick Stotko
2018-05-15
1
-2
/
+9
*
objlib: Allow other libraries to link to `OBJECT` libraries.
Deniz Bahadir
2018-03-01
1
-2
/
+3
*
objlib: Allow `OBJECT` libraries to link to other libraries.
Deniz Bahadir
2018-03-01
1
-10
/
+0
*
Various typo fixes
Luz Paz
2018-01-04
1
-1
/
+1
*
target_link_libraries: Simplify implementation and add comments.
Deniz Bahadir
2017-11-30
1
-54
/
+67
*
target_link_libraries: Slightly fix some error-messages.
Deniz Bahadir
2017-11-29
1
-13
/
+13
*
target_link_libraries: Return earlier on some error.
Deniz Bahadir
2017-11-29
1
-17
/
+17
*
Teach target_* commands to set INTERFACE properties of IMPORTED targets
Deniz Bahadir
2017-10-26
1
-1
/
+29
*
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-15
1
-5
/
+5
*
cmTarget: Move link type enum out.
Stephen Kelly
2015-10-15
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
[next]