dependency-graph icon indicating copy to clipboard operation
dependency-graph copied to clipboard

A script to draw the dependency of C++ classes.

Results 3 dependency-graph issues
Sort by recently updated
recently updated
newest added

Noticed that we had some commented out includes that still were included in the graph. Would be nice if the regexp could take that into account. (Although I know it...

These updates fix a parse issue on some forms of `#include`.

Fixed a bug where the graph was built incorrectly when different files in project had the same names. Add some additional features: --gv Create graph.gv files with this extension that...