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
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-5/+6
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-17/+17
*
cmComputeLinkInformation: Better RPATH detection for versioned libraries.
Byoungchan Lee
2018-01-22
1
-5/+3
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-1/+1
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-67/+44
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-10/+10
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-2/+2
*
Add options for separate compile and link sysroots
Brad King
2017-05-09
1
-1/+7
*
Replace boolean `implib` parameters with enum
Gregor Jasny
2017-04-20
1
-4/+16
*
Allow imported INTERFACE libraries to specify a link library name
Brad King
2016-11-09
1
-0/+6
*
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+1
*
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-22/+23
*
Add a BUILD_RPATH target property specifying build-tree RPATH entries
Ruslan Baratov
2016-10-03
1
-0/+6
*
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/+9
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-9/+9
*
Simplify boolean expressions
Daniel Pfeifer
2016-06-02
1
-2/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-646/+439
*
cmComputeLinkInformation: Do not mark interface library as a path
Brad King
2016-05-13
1
-1/+1
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-42/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+8
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-5/+5
*
cmGeneratorTarget: Add GetLinkDirectories API.
Stephen Kelly
2015-10-26
1
-3/+3
*
Access policy status from cmGeneratorTarget at generate time.
Stephen Kelly
2015-10-20
1
-5/+5
*
cmGeneratorTarget: Provide direct access to the backtrace.
Stephen Kelly
2015-10-20
1
-5/+5
*
cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget.
Stephen Kelly
2015-10-20
1
-1/+1
*
cmGeneratorTarget: Copy IsFrameworkOnApple from cmTarget.
Stephen Kelly
2015-10-19
1
-1/+1
*
cmGeneratorTarget: Move IsLinkable from cmTarget.
Stephen Kelly
2015-10-19
1
-1/+1
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-19/+19
*
Generators: Use GetType from the cmGeneratorTarget.
Stephen Kelly
2015-10-14
1
-3/+3
*
cmComputeLinkDepends: Port result API to cmGeneratorTarget.
Stephen Kelly
2015-10-12
1
-7/+6
*
cmComputeLinkInformation: Port result API to cmGeneratorTarget.
Stephen Kelly
2015-10-12
1
-2/+2
*
cmComputeLinkInformation: Port data interface to cmGeneratorTarget.
Stephen Kelly
2015-10-12
1
-3/+3
*
cmComputeLinkInformation: Port some implementation to cmGeneratorTarget.
Stephen Kelly
2015-10-12
1
-13/+11
*
Merge topic 'use-generator-target'
Brad King
2015-10-12
1
-23/+19
|
\
|
*
cmComputeLinkDepends: Port some API to cmGeneratorTarget.
Stephen Kelly
2015-10-10
1
-19/+14
|
*
cmGeneratorTarget: Move IsImportedSharedLibWithoutSOName from cmTarget.
Stephen Kelly
2015-10-10
1
-1/+2
|
*
cmGeneratorTarget: Move HasMacOSXRpathInstallNameDir from cmTarget.
Stephen Kelly
2015-10-10
1
-2/+2
|
*
cmGeneratorTarget: Move HaveInstallTreeRPATH from cmTarget.
Stephen Kelly
2015-10-08
1
-1/+1
*
|
Merge topic 'add-cmLocalGenerator-API'
Brad King
2015-10-12
1
-2/+3
|
\
\
|
*
|
cmLocalGenerator: Add Home directory accessors.
Stephen Kelly
2015-10-08
1
-2/+3
|
|
/
*
|
cmGeneratorTarget: Use local GetProperty method.
Stephen Kelly
2015-10-08
1
-6/+6
|
/
*
Merge topic 'add-link-search-static-properties-defaults'
Brad King
2015-09-01
1
-5/+3
|
\
|
*
Revert LINK_SEARCH_{START,END}_STATIC behavior change
Brad King
2015-08-31
1
-5/+3
*
|
Merge topic 'use-generator-target'
Brad King
2015-08-27
1
-1/+1
|
\
\
|
*
|
cmGeneratorTarget: Move HaveBuildTreeRPath from cmTarget.
Stephen Kelly
2015-08-26
1
-1/+1
*
|
|
Reduce uses of cmMakefile::GetGlobalGenerator.
Stephen Kelly
2015-08-25
1
-1/+1
|
/
/
*
|
Merge topic 'use-generator-target'
Brad King
2015-08-17
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
cmComputeLinkInformation: Lookup a target only if we have one
Brad King
2015-08-13
1
-1/+1
[next]