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
*
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
*
stringapi: Pass configuration names as strings
Ben Boeckel
2014-03-08
1
-3/+4
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-5/+5
*
stringapi: Use strings in target name
Ben Boeckel
2014-03-08
1
-4/+5
*
Constify handling of link targets.
Stephen Kelly
2013-12-11
1
-5/+6
*
cmTarget: Make GetProperty() const.
Stephen Kelly
2013-10-31
1
-1/+2
*
Add the INTERFACE_LIBRARY target type.
Stephen Kelly
2013-10-07
1
-0/+7
*
Make linking APIs aware of 'head' target
Stephen Kelly
2013-01-08
1
-5/+6
*
Add OBJECT_LIBRARY target type
Brad King
2012-03-13
1
-0/+13
*
Run vim spellcheck on some files
Yury G. Kudryashov
2012-02-29
1
-3/+3
*
Tolerate cycles in shared library link interfaces (#12647)
Brad King
2012-01-13
1
-3/+19
*
Follow all dependencies of shared library private dependencies
Brad King
2011-12-14
1
-1/+2
*
Documentation: Fix spelling / formatting errors (#12287)
Modestas Vainius
2011-06-19
1
-1/+1
*
Distinguish "strong" and "weak" target dependency edges
Brad King
2010-08-25
1
-1/+2
*
Split notion of node lists and edge lists
Brad King
2010-08-25
1
-10/+10
[next]