cpp-dependencies
Dependency analyzer
A tool that scans C++ source code to generate dependency graphs in .dot format
Tool to check C++ #include dependencies (dependency graphs created in .dot format)
747 stars
41 watching
85 forks
Language: C++
last commit: over 1 year ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
tcurdt/jdependency | An analysis tool for class dependencies and jar file relationships | 72 |
trailofbits/it-depends | Automatically builds dependency graphs and Software Bills of Materials for packages and source code repositories. | 334 |
coq-community/coq-dpdgraph | Analyze Coq object dependencies and produce files with dependency information | 87 |
mamuz/phpdependencyanalysis | A tool for static code analysis of PHP projects to identify dependencies and violations in object-oriented structures | 566 |
fylhan/qompoter | A tool to manage dependencies for C++/Qt projects, allowing easy sharing and management of source code and libraries. | 24 |
gabotechs/dep-tree | A tool to visualize and analyze the complexity of codebases by depicting file dependencies as a 3D graph | 1,537 |
mage-os/php-dependency-list | A tool to list PHP class dependencies within a project by parsing source code files. | 5 |
jmcdo29/nestjs-spelunker | Analyzes the dependencies of a NestJS application and generates an overview of its module structure and dependencies. | 322 |
shipmonk-rnd/composer-dependency-analyser | Detects and reports on unused, shadow, and misplaced dependencies in PHP projects using Composer. | 464 |
vector-of-bool/pubgrub | An algorithm for resolving dependencies between packages in a C++ project | 12 |
fpgmaas/deptry | A tool to detect and report unused, missing, and transitive dependencies in Python projects. | 932 |
maglnet/composerrequirechecker | Analyzes composer dependencies and checks for unknown symbols used in the code of a package. | 905 |
realvizu/nsdepcop | Analyzes namespace dependencies in C# projects to prevent unintended dependencies | 200 |
mosure/inversify-cpp | A C++17 inversion of control and dependency injection container library | 14 |
deps-rs/deps.rs | Provides a service to analyze and display the status of dependencies in Rust projects. | 440 |