index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmComputeTargetDepends.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-8
/
+8
*
stringapi: Use strings in target name
Ben Boeckel
2014-03-08
1
-7
/
+8
*
cmMakefile: make some methods take const std::string& instead of const char*
Rolf Eike Beer
2014-01-16
1
-1
/
+1
*
AddDependencies: new policy requires dependencies to exist
Nils Gladitz
2014-01-12
1
-0
/
+39
*
Constify handling of target dependencies.
Stephen Kelly
2013-12-11
1
-20
/
+22
*
Remove INTERFACE build targets.
Stephen Kelly
2013-12-10
1
-18
/
+7
*
INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties.
Stephen Kelly
2013-11-25
1
-1
/
+9
*
Create make rules for INTERFACE_LIBRARY targets.
Stephen Kelly
2013-10-21
1
-1
/
+9
*
Add entire link interface transitive closure as target depends.
Stephen Kelly
2013-07-02
1
-0
/
+2
*
Add LINK_LIBRARIES property for direct target link dependencies
Stephen Kelly
2013-01-08
1
-7
/
+33
*
Make linking APIs aware of 'head' target
Stephen Kelly
2013-01-08
1
-1
/
+2
*
Make targets depend on the link interface of their dependees.
Stephen Kelly
2013-01-03
1
-0
/
+59
*
Run vim spellcheck on some files
Yury G. Kudryashov
2012-02-29
1
-1
/
+1
*
Refactor TargetTypeNames.
Nicolas Despres
2011-10-02
1
-1
/
+1
*
Do not crash when an imported target depends on a missing target
Brad King
2011-08-04
1
-3
/
+5
*
Allow add_dependencies() on imported targets (#10395)
Brad King
2010-11-19
1
-23
/
+34
*
Record edge type in global dependency graph
Brad King
2010-11-18
1
-5
/
+7
*
Honor strong intra-component target dependencies
Brad King
2010-08-25
1
-22
/
+85
*
Distinguish "strong" and "weak" target dependency edges
Brad King
2010-08-25
1
-10
/
+16
*
Split notion of node lists and edge lists
Brad King
2010-08-25
1
-8
/
+8
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14
/
+9
*
Create GLOBAL_DEPENDS_NO_CYCLES property
Brad King
2009-08-24
1
-2
/
+18
*
BUG: Avoid bogus dependency on executable targets
Brad King
2008-08-06
1
-3
/
+14
*
ENH: Improve readability of circular depends error
Brad King
2008-08-06
1
-2
/
+2
*
ENH: Improve link line generation for static library cycles.
Brad King
2008-02-07
1
-166
/
+70
*
ENH: Analyze inter-target dependencies to safely fix cycles
Brad King
2008-02-05
1
-0
/
+527