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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Genex-LINK_GROUP: Add possibility to group libraries at link step
Marc Chevrier
2022-02-28
1
-6/+31
*
GenEx/LINK_LIBRARY: Add features for framework support on Apple
Marc Chevrier
2022-02-15
1
-0/+5
*
cmGlobalGenerator: Add helper to split framework path
Marc Chevrier
2022-02-13
1
-1/+0
*
Genex: Add $<LINK_LIBRARY:...>
Marc Chevrier
2022-02-07
1
-12/+53
*
cmComputeLinkInformation: use cmComputeLinkDepends::LinkEntry
Marc Chevrier
2022-02-06
1
-13/+13
*
cmComputeLinkInformation: Add context to warning about linking a directory
Brad King
2021-10-27
1
-1/+1
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-2/+2
*
Refactor: reduce cmToCStr usage
Marc Chevrier
2021-08-19
1
-1/+2
*
OpenWatcom: Add infrastructure to link to object files
Brad King
2021-05-29
1
-2/+18
*
cmComputeLinkInformation: Improve type safety of item IsPath member
Brad King
2021-05-29
1
-3/+10
*
Genex: Add TARGET_RUNTIME_DLLS genex
Kyle Edwards
2021-02-24
1
-0/+6
*
Xcode: Don't hard-code SDK-provided implicit framework search paths
Craig Scott
2021-02-03
1
-0/+1
*
cmComputeLinkInformation: Fix misspelt private variable name
Craig Scott
2021-02-03
1
-1/+1
*
Apple: Fix linking to frameworks that do not exist until build time
Brad King
2021-02-02
1
-1/+0
*
Modernize: Use #pragma once in all header files
Kitware Robot
2020-09-03
1
-4/+1
*
cmComputeLinkInformation: members use std:string arguments
Vitaly Stakhovsky
2020-07-10
1
-3/+3
*
Merge branch 'backport-3.16-link-line-backtrace'
Brad King
2020-02-10
1
-9/+11
|
\
|
*
Propagate backtraces from LINK_LIBRARIES through to link line items
Brad King
2020-02-10
1
-9/+11
*
|
Merge topic 'modernize-memory-management'
Brad King
2020-01-28
1
-3/+7
|
\
\
|
*
|
cmComputeLinkInformation: modernize memory management
Marc Chevrier
2020-01-26
1
-3/+7
|
|
/
*
|
CUDA: Add abstraction for cuda runtime selection
Robert Maynard
2020-01-27
1
-0/+1
|
/
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-1/+2
*
cmLinkLineComputer: Add ComputeLinkLibs overload with backtraces
Justin Goshi
2019-09-18
1
-0/+2
*
cmComputeLinkInformation: Add GetDirectoriesWithBacktraces
Justin Goshi
2019-09-18
1
-0/+1
*
cmComputeLinkInformation: Add AppendValues with backtraces
Justin Goshi
2019-09-18
1
-0/+3
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-1/+1
*
Make CMAKE_LINK_LIBRARY_FILE_FLAG work like CMAKE_LINK_LIBRARY_FLAG
Brad King
2019-08-02
1
-0/+5
*
Refactor checks for whether a target has an import library
Brad King
2019-07-12
1
-1/+0
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-1/+1
*
clang-tidy: Pass by value
Regina Pfeifer
2019-01-22
1
-3/+3
*
clang-tidy: Use default member initialization
Regina Pfeifer
2018-12-15
1
-7/+3
*
clang-tidy: Remove redundant member initializations
Regina Pfeifer
2018-12-15
1
-2/+1
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-0/+1
*
cmComputeLinkInformation: make some members const
Vitaly Stakhovsky
2018-03-22
1
-14/+14
*
cmComputeLinkInformation: make GetItems() const
Michael Stürmer
2018-03-19
1
-1/+1
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-2/+2
*
cmComputeLinkInformation::Item: remove custom copy ctor
Daniel Pfeifer
2017-04-21
1
-6/+0
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2/+2
*
CUDA: Add LinkLineComputer that computes cuda dlink lines.
Robert Maynard
2016-11-14
1
-0/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
fix a batch of include-what-you-use violations
Daniel Pfeifer
2016-08-23
1
-3/+7
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-2/+3
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-7/+25
*
cmComputeLinkInformation: Port result API to cmGeneratorTarget.
Stephen Kelly
2015-10-12
1
-3/+2
*
cmComputeLinkInformation: Port data interface to cmGeneratorTarget.
Stephen Kelly
2015-10-12
1
-2/+2
*
cmComputeLinkInformation: Port some implementation to cmGeneratorTarget.
Stephen Kelly
2015-10-12
1
-2/+2
*
cmComputeLinkDepends: Port some API to cmGeneratorTarget.
Stephen Kelly
2015-10-10
1
-2/+2
*
cmComputeLinkInformation: Port to cmGeneratorTarget.
Stephen Kelly
2015-08-05
1
-2/+3
*
cmGeneratorTarget: Move GetLinkClosure from cmTarget.
Stephen Kelly
2015-08-05
1
-0/+1
*
Merge topic 'data-layout'
Brad King
2015-06-08
1
-18/+17
|
\
[next]