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
/
cmComputeLinkInformation.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise C++ coding style using clang-format-15
Kitware Robot
2023-01-18
1
-1/+1
*
cmValue: Use operator* explicitly to convert to std::string; avoid extra call
Vitaly Stakhovsky
2023-01-16
1
-5/+5
*
Code comments: Fix trivial typos
Craig Scott
2022-12-17
1
-1/+1
*
Genex LINK_LIBRARY: Add support for framework with postfix
Marc Chevrier
2022-09-21
1
-26/+22
*
Apple: Fix regression when linking a framework with postfix
Marc Chevrier
2022-09-14
1
-7/+5
*
genex-LINK_LIBRARY: ensure correct generation inside LINK_GROUP genex
Marc Chevrier
2022-07-05
1
-0/+11
*
Ensure targets which are frameworks can be used freely
Marc Chevrier
2022-03-29
1
-4/+10
*
genex-LINK_(LIBRARY|GROUP) features: update variables behavior
Marc Chevrier
2022-03-25
1
-2/+6
*
Genex-LINK_GROUP: Add possibility to group libraries at link step
Marc Chevrier
2022-02-28
1
-83/+201
*
cmComputeDepends::LinkEntry: introduce enum to specify item type
Marc Chevrier
2022-02-25
1
-2/+4
*
genex-LINK_LIBRARY: rename configuration variables
Marc Chevrier
2022-02-16
1
-2/+2
*
GenEx/LINK_LIBRARY: Add features for framework support on Apple
Marc Chevrier
2022-02-15
1
-22/+65
*
cmGlobalGenerator: Add helper to split framework path
Marc Chevrier
2022-02-13
1
-6/+5
*
$<LINK_LIBRARY>: Add LINK_LIBRARY_OVERRIDE target property
Marc Chevrier
2022-02-08
1
-6/+11
*
Genex: Add $<LINK_LIBRARY:...>
Marc Chevrier
2022-02-07
1
-25/+362
*
cmComputeLinkInformation: use cmComputeLinkDepends::LinkEntry
Marc Chevrier
2022-02-06
1
-44/+67
*
cmComputeLinkInformation: Add context to warning about linking a directory
Brad King
2021-10-27
1
-8/+9
*
Source: Fix clang -Wimplicit-fallthrough warnings
Sean McBride
2021-09-28
1
-1/+5
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-18/+19
*
Refactor: reduce cmToCStr usage
Marc Chevrier
2021-08-19
1
-5/+2
*
HIP: Add language to CMake
Robert Maynard
2021-06-07
1
-2/+2
*
OpenWatcom: Add infrastructure to link to object files
Brad King
2021-05-29
1
-8/+19
*
cmComputeLinkInformation: Improve type safety of item IsPath member
Brad King
2021-05-29
1
-12/+13
*
Genex: Add TARGET_RUNTIME_DLLS genex
Kyle Edwards
2021-02-24
1
-0/+19
*
Merge topic 'xcode-framework-path'
Brad King
2021-02-04
1
-3/+9
|
\
|
*
Xcode: Don't hard-code SDK-provided implicit framework search paths
Craig Scott
2021-02-03
1
-0/+6
|
*
cmComputeLinkInformation: Fix misspelt private variable name
Craig Scott
2021-02-03
1
-3/+3
|
*
Apple: Fix linking to frameworks that do not exist until build time
Brad King
2021-02-02
1
-12/+6
*
|
clang-tidy: fix `readability-make-member-function-const` warnings
Ben Boeckel
2021-01-27
1
-0/+3
*
|
Apple: Fix linking to frameworks that do not exist until build time
Brad King
2020-12-21
1
-12/+6
|
/
*
Xcode: Don't add framework as -framework argument in linker info list
Gusts Kaksis
2020-10-02
1
-5/+11
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-34/+32
*
Source: use cmNonempty()
Vitaly Stakhovsky
2020-07-28
1
-4/+3
*
cmIsOn: add overload accepting const std::string*
Vitaly Stakhovsky
2020-07-14
1
-2/+2
*
cmComputeLinkInformation: members use std:string arguments
Vitaly Stakhovsky
2020-07-10
1
-31/+30
*
Merge topic 'getdef-expand'
Brad King
2020-06-02
1
-24/+9
|
\
|
*
cmMakefile: add GetDefExpandList() that splits value into std::vector
Vitaly Stakhovsky
2020-05-30
1
-24/+9
*
|
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-0/+1
|
/
*
CUDA: Factor runtime library lookup into helper method
Brad King
2020-05-22
1
-27/+12
*
cmGeneratorTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-29
1
-9/+8
*
Refactoring: add cm::contains to <cmext/algorithm>
Marc Chevrier
2020-04-17
1
-8/+8
*
cmComputeLinkInformation: reserve space in built-up string
Ben Boeckel
2020-04-13
1
-0/+1
*
nits: replace some "c" instances with 'c'
Ben Boeckel
2020-04-13
1
-2/+2
*
clang-tidy: address bugprone-branch-clone lints
Ben Boeckel
2020-04-13
1
-1/+0
*
replace std::string::substr() with operations that do not allocate memory
Rolf Eike Beer
2020-03-23
1
-6/+6
*
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-5/+6
*
Merge branch 'backport-3.16-link-line-backtrace'
Brad King
2020-02-10
1
-40/+42
|
\
|
*
Propagate backtraces from LINK_LIBRARIES through to link line items
Brad King
2020-02-10
1
-40/+42
*
|
Merge topic 'modernize-memory-management'
Brad King
2020-01-28
1
-12/+8
|
\
\
|
*
|
cmComputeLinkInformation: modernize memory management
Marc Chevrier
2020-01-26
1
-12/+8
|
|
/
[next]