Analyzed about 1 month ago
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
... [More]
and "useless paths", and It means, in short, that you could drastically reduce build times, especially when working on large-scale projects. [Less]