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
/
cmComputeLinkDepends.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-2/+3
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-4/+3
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-52/+39
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-3/+3
*
Pass large types by const&, small types by value
Daniel Pfeifer
2017-06-03
1
-1/+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
-2/+2
*
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
-0/+9
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-3/+3
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-279/+176
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-25/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-2/+2
*
Make cmLinkInterface:: and cmGeneratorTarget::Multiplicity unsigned ints
Christoph GrĂ¼ninger
2016-02-04
1
-1/+1
*
Move ComputeLinkType out of cmTarget.
Stephen Kelly
2015-10-20
1
-1/+3
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-2/+2
*
cmTarget: Move link type enum out.
Stephen Kelly
2015-10-14
1
-8/+8
*
cmLinkItem: Port to cmGeneratorTarget.
Stephen Kelly
2015-10-12
1
-7/+3
*
cmGeneratorTarget: Move FindTargetToLink from cmTarget.
Stephen Kelly
2015-10-12
1
-3/+4
*
cmComputeLinkDepends: Port result API to cmGeneratorTarget.
Stephen Kelly
2015-10-12
1
-1/+2
*
cmGeneratorTarget: Port GetLinkInterface away from cmTarget.
Stephen Kelly
2015-10-10
1
-3/+3
*
cmComputeLinkDepends: Port some API to cmGeneratorTarget.
Stephen Kelly
2015-10-10
1
-16/+14
*
Merge topic 'use-generator-target'
Brad King
2015-08-27
1
-9/+15
|
\
|
*
cmGeneratorTarget: Move GetLinkImplementation from cmTarget.
Stephen Kelly
2015-08-26
1
-1/+1
|
*
cmLinkItem: Add cmLinkImplementation type.
Stephen Kelly
2015-08-26
1
-1/+1
|
*
cmGeneratorTarget: Move GetLinkInterface from cmTarget.
Stephen Kelly
2015-08-26
1
-3/+9
|
*
cmTarget: Move link interface libraries struct out.
Stephen Kelly
2015-08-26
1
-4/+4
*
|
Reduce uses of cmMakefile::GetGlobalGenerator.
Stephen Kelly
2015-08-25
1
-1/+3
|
/
*
Remove use of include <cmsys/stl/*> and cmsys_stl::*
Brad King
2015-08-20
1
-2/+0
*
cmComputeLinkDepends: Port to cmGeneratorTarget.
Stephen Kelly
2015-08-05
1
-8/+9
*
cmComputeLinkDepends: Remove unused local generator.
Stephen Kelly
2015-05-03
1
-3/+1
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
Convert some raw loops to cmWrap.
Stephen Kelly
2015-02-20
1
-4/+1
*
cmComputeLinkDepends: Remove temporary iterator copy.
Stephen Kelly
2015-02-06
1
-2/+1
*
Remove use of cmsys_stl.
Stephen Kelly
2015-02-05
1
-3/+3
*
Convert raw loops to vector member insert.
Stephen Kelly
2015-01-18
1
-5/+2
*
Use the cmDeleteAll algorithm instead of trivial raw loops.
Stephen Kelly
2015-01-13
1
-6/+1
*
Merge topic 'drop-ancient-workarounds'
Brad King
2015-01-12
1
-1/+1
|
\
|
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-1/+1
*
|
Revert "Misc. fixes for the Oracle / Sun compiler."
Stephen Kelly
2015-01-11
1
-3/+2
|
/
*
Misc. fixes for the Oracle / Sun compiler.
Chuck Atkins
2014-12-12
1
-2/+3
*
Fix link line order when shared libraries are de-duplicated
Daniele E. Domenichelli
2014-11-10
1
-4/+9
*
De-duplicate shared library targets in generated link lines
Brad King
2014-07-30
1
-2/+13
*
cmComputeLinkDepends: Convert AddLinkEntries to a template
Brad King
2014-07-07
1
-2/+3
*
cmTarget: Lookup targets in LinkInterface and LinkImplementation
Brad King
2014-06-23
1
-24/+22
*
cmTarget: Add method to lookup other targets in a target's scope
Brad King
2014-06-23
1
-28/+3
*
cmTarget: Remove 'head' argument from GetLinkImplementation
Brad King
2014-06-23
1
-1/+1
*
cmComputeLinkInformation: Remove 'head' argument
Brad King
2014-06-23
1
-7/+5
*
cmComputeLinkDepends: Simplify CheckWrongConfigItem implementation
Brad King
2014-06-23
1
-6/+3
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-5/+5
[next]