[cmake-commits] king committed bootstrap 1.103 1.104
cmake-commits at cmake.org
cmake-commits at cmake.org
Sun Jan 27 13:42:51 EST 2008
Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv31564
Modified Files:
bootstrap
Log Message:
ENH: Created cmComputeLinkDepends to compute link dependencies.
- This will be useful for imported library dependencies
- Replaces old cmTarget analyze-lib-depends stuff for linking
- Formalizes graph construction and dump
- Explicitly represents dependency inferral sets
- Use BFS of initial dependencies to preserve order
Index: bootstrap
===================================================================
RCS file: /cvsroot/CMake/CMake/bootstrap,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- bootstrap 23 Jan 2008 22:43:08 -0000 1.103
+++ bootstrap 27 Jan 2008 18:42:49 -0000 1.104
@@ -167,6 +167,7 @@
cmDocumentVariables \
cmCacheManager \
cmListFileCache \
+ cmComputeLinkDepends \
cmComputeLinkInformation \
"
More information about the Cmake-commits
mailing list