a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: DEPS command-line tools
Currently only contains the limited "graph-includes" tool.
.
Graph-includes creates a graph of dependencies between source-files
and/or groups of source-files, with an emphasis on getting readable
and usable graphs even for large projects.
.
Usability of the dependency graphs are currently improved by:
- customizable grouping of several source files into a single node
- transitive reduction of the graph
.
It currently supports graphing the C/C++ #include relationship, using
graphviz by default. Limited support is provided to draw 3D graphs
using tulip.
Description: DEPS command-line tools
Currently only contains the limited "graph-includes" tool.
.
Graph-includes creates a graph of dependencies between source-files
and/or groups of source-files, with an emphasis on getting readable
and usable graphs even for large projects.
.
Usability of the dependency graphs are currently improved by:
- customizable grouping of several source files into a single node
- transitive reduction of the graph
.
It currently supports graphing the C/C++ #include relationship, using
graphviz by default.
--- 21794 Thu Jan 1 00:00:00 1970
+++ 258338 Thu Jan 1 00:00:00 1970
@@ -10,5 +10,4 @@
- transitive reduction of the graph
.
It currently supports graphing the C/C++ #include relationship, using
- graphviz by default. Limited support is provided to draw 3D graphs
+ graphviz by default.
- using tulip.