
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
dep-graphV is an useful development tool,
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.
6 years ago
* 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
6 years ago
* 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
eticre
4 years ago
only "dProj" file option is available when try open new file
Report
romeoxbm
4 years ago
Report
eticre
4 years ago
only "dProj" file option is available when try open new file
Report
Soru
6 years ago
Report