
dep-graphV
Source (link to git-repo or to original if based on someone elses unmodified work):
Available as/for:
Description:written in C++ and powered by Qt and GraphViz, that creates a graph of your codebase,
by parsing every #include statement found in the project's root folder.
It is helpful when you need to analize and visualize the dependecy tree,
highlightining cycles and "useless paths", and It means, in short, that you could drastically
reduce build times, especially when working on large-scale projects.
* Version 0.2
- User interface has been localized; It's now possible to change the main window language at run-time.
- Image render mode has been removed;
- Persistent user settings;
- Available GraphViz plugins are now detected;
- Minor fixes and changes;
* Version 0.1
- First initial public release
Ratings & Comments
4 Comments
compile without error on arch but only "dProj" file option is available when try open new file
.dProj is the extension used by dep-graphV for saving project files. You first need to create a new project.
compile without error on arch but only "dProj" file option is available when try open new file
Interesting, thanks!