CodethinkLabs / software-dependency-visualizer

Prototype software dependency visualizer tool
Apache License 2.0
0 stars 1 forks source link

Jmac/new importer #33

Closed jmacarthur closed 8 years ago

jmacarthur commented 8 years ago

I've rewritten the importer because the previous one missed out symbols that were defined but weren't part of calls; this caused the database to think some internal symbols were actually external. This hasn't actually been fixed; you can still see external packages listed with no call lines going to them, but the new importer is in my opinion better written and simplifies the import process.

If this is OK for master then I'll update the import documentation and remove the original callgraph-parser.py.