-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MetaCG v0.6.0 brings these new features and fixes * Improved CMake that allows to use the graph library via `add_link_libraries` * Utility tool to automatically generate a call graph via CMake File API * Simplified and updated CMake handling of dependencies * General code clean up MetaCG Graph Library * Removes explicit `edge` class * Metadata is now registered automatically, simplifying the use of it * Metadata can be attached to edges (not serialized into the file) * Better multigraph managing API * Improved implementation for json generation in `MCGWriter` class * Ability to sort edges in generated dot output * Ability to attach arbitrary `Metadata` and query its key * Several fixes for potential null pointer accesses CGCollector * Fixes to name generation PGIS * Overhead-based heuristics to work within the PIRA automatic profiler Infrastructure * Ability to run all integration tests concurrently See merge request tuda-sc/projects/metacg!124
- Loading branch information
Showing
134 changed files
with
5,392 additions
and
2,621 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.