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
*
Merge topic 'check-library-properties-fix-performances-regression'
Brad King
2022-09-09
1
-3
/
+0
|
\
|
*
Check link libraries properties: fix performances regression
Marc Chevrier
2022-09-07
1
-3
/
+0
*
|
target_*: Fix cross-directory call backtraces
Brad King
2022-08-22
1
-3
/
+5
|
/
*
cmSystemTools: Fix 'ErrorOccurred' spelling
FeRD (Frank Dana)
2022-06-13
1
-2
/
+2
*
Merge topic 'tll-genex-concat'
Brad King
2022-03-17
1
-2
/
+27
|
\
|
*
target_link_libraries: Restore LINK_ONLY for multiple static lib dependencies
Brad King
2022-03-16
1
-2
/
+27
*
|
Merge topic 'tll-genex-concat'
Brad King
2022-02-16
1
-102
/
+138
|
\
\
|
|
/
|
*
target_link_libraries: Improve tolerance of unquoted generator expressions
Brad King
2022-02-15
1
-4
/
+38
|
*
target_link_libraries: Handle keyword arguments in dedicated code path
Brad King
2022-02-15
1
-83
/
+100
|
*
target_link_libraries: Remove likely-broken ancient compatibility check
Brad King
2022-02-15
1
-18
/
+3
*
|
Genex: Add $<LINK_LIBRARY:...>
Marc Chevrier
2022-02-08
1
-0
/
+3
|
/
*
Source: Fix clang -Wimplicit-fallthrough warnings
Sean McBride
2021-09-28
1
-0
/
+4
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-2
/
+2
*
cmGeneratorTarget: Refactor link item lookup
Brad King
2021-05-28
1
-1
/
+1
*
cmMakefile: Inline GetExecutionContext at call sites
Brad King
2020-09-28
1
-1
/
+2
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-4
/
+4
*
Merge topic 'out-of-dir-link-list'
Brad King
2020-01-17
1
-82
/
+118
|
\
|
*
target_link_libraries: Fix out-of-dir linking of a list of targets
Brad King
2020-01-16
1
-27
/
+46
|
*
cmTargetLinkLibrariesCommand: Move HandleLibrary to helper struct
Brad King
2020-01-16
1
-65
/
+82
*
|
cmMakefile: modernize memory management
Marc Chevrier
2020-01-14
1
-4
/
+3
|
/
*
target_link_libraries: Add FIXME comment for out-of-dir genex list
Brad King
2020-01-10
1
-0
/
+4
*
cmTarget: add std::string overloads
Vitaly Stakhovsky
2019-12-14
1
-6
/
+5
*
cmTargetLinkLibrariesCommand: Port away from cmCommand
Regina Pfeifer
2019-09-21
1
-123
/
+138
*
Refactor: Use cmStrCat to construct error strings
Asit Dhal
2019-09-18
1
-35
/
+39
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1
/
+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-6
/
+4
*
Merge topic 'out-of-dir-linking-private-deps'
Brad King
2019-05-01
1
-2
/
+2
|
\
|
*
target_link_libraries: Fix static library private deps in other dirs
Brad King
2019-04-30
1
-2
/
+2
*
|
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-26
/
+27
*
|
target_link_libraries: Propagate dependencies of object libraries
Kyle Edwards
2018-12-10
1
-1
/
+2
*
|
clang-tidy: Fix readability-static-accessed-through-instance
Regina Pfeifer
2018-11-22
1
-3
/
+5
|
/
*
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
[next]