The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the C++ Core Guidelines maintained by the Standard C++ Foundation.
DeepEnds is a tool written by Zeb Mason to perform dependency analysis on code in a hierarchical manner.
It produces DGML files for visualisation of graphs within Visual Studio and computes various metrics which can be placed in a CSV file or a HTML report.
The HTML report can be generated...
More information
DeepEnds is a tool written to perform dependency analysis on code in a hierarchical manner.
It produces DGML files for visualisation of graphs within Visual Studio and computes various reports.
Input can a mix of Visual Studio solution files or parts thereof, alternatively it can read CMake.
Run...
More information