Skip to content

MetaCG v0.6.0

Compare
Choose a tag to compare
@jplehr jplehr released this 18 Oct 19:08
· 75 commits to master since this release

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