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
*
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
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
Define 'multiplicity' for cyclic dependencies
Brad King
2009-09-01
1
-1/+22
*
ENH: Introduce cmTarget::LinkImplementation API
Brad King
2009-07-08
1
-14/+7
*
ENH: Simplify cmTarget link interface storage
Brad King
2009-07-07
1
-2/+2
*
ENH: Centralize default link interface computation
Brad King
2009-07-06
1
-14/+13
*
ENH: Move CMP0004 check into cmTarget
Brad King
2009-07-06
1
-61/+1
*
BUG: Lookup transitive link deps in depender scope
Brad King
2009-04-06
1
-11/+23
*
ENH: Allow a custom list of debug configurations
Brad King
2008-09-04
1
-16/+3
*
BUG: Link flags should still be chained
Brad King
2008-08-29
1
-4/+1
*
BUG: A -framework Foo is also a lib
Brad King
2008-08-29
1
-1/+2
*
BUG: Fix previous fix.
Brad King
2008-08-29
1
-1/+1
*
BUG: When recognizing flags on link lines, we must still treat -l as a library.
Brad King
2008-08-29
1
-1/+1
*
ENH: New link line item ordering algorithm
Brad King
2008-08-27
1
-148/+218
*
BUG: Do not infer dependencies of link flags
Brad King
2008-08-27
1
-3/+10
*
BUG: Treat empty config name as no configuration
Brad King
2008-08-27
1
-1/+1
*
ENH: Add UNKNOWN type for IMPORTED libraries
Brad King
2008-08-18
1
-2/+10
*
BUG: Avoid bogus dependency on executable targets
Brad King
2008-08-06
1
-3/+22
*
BUG: Preserve all non-targets on user link lines
Brad King
2008-07-30
1
-19/+2
*
BUG: Preserve shared lib order for 2.4 compatibility
Brad King
2008-07-30
1
-2/+7
*
ENH: When preserving potentially static portions of original user link lines ...
Brad King
2008-04-30
1
-2/+14
*
BUG: Fix preservation of static libraries on original link lines.
Brad King
2008-04-23
1
-6/+68
*
ENH: Simplify link lines in some cases by not allowing targets to be inferred...
Brad King
2008-04-23
1
-1/+9
*
BUG: Fix bug 6605 more completely
Brad King
2008-03-31
1
-0/+37
*
ENH: Add policy CMP_0004 to require library names to have no leading or trail...
Brad King
2008-03-13
1
-11/+41
*
COMP: Fix Borland 5.5 build
Brad King
2008-02-24
1
-5/+5
*
BUG: Update cmComputeLinkDepends to support leading/trailing whitespace strip...
Brad King
2008-02-13
1
-2/+35
*
BUG: Fix cmComputeLinkDepends::AddVarLinkEntries
Brad King
2008-02-11
1
-1/+31
*
COMP: Add missing assert include.
Brad King
2008-02-07
1
-0/+2
*
ENH: Improve link line generation for static library cycles.
Brad King
2008-02-07
1
-55/+141
*
ENH: Pass dependent library search path to linker on some platforms.
Brad King
2008-02-01
1
-0/+8
*
ENH: Support linking to shared libs with dependent libs
Brad King
2008-01-31
1
-22/+83
*
ENH: Implemented link-interface specification feature.
Brad King
2008-01-30
1
-10/+15
*
BUG: cmComputeLinkDepends should not follow the dependencies of executables.
Brad King
2008-01-30
1
-7/+10
*
ENH: Updated exporting and importing of targets to support libraries and conf...
Brad King
2008-01-28
1
-23/+70
*
COMP: Use kwsys to get STL set_intersection algorithm.
Brad King
2008-01-27
1
-4/+4
*
ENH: Created cmComputeLinkDepends to compute link dependencies.
Brad King
2008-01-27
1
-0/+506