-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added parsing and output of dependency graph #54
Conversation
* parses Dependency.txt style files * Outputs graphviz, or flat text * as suggested by feature: BlueBrain#6
Current coverage is
|
* parses Dependency.txt style files * Outputs graphviz, or flat text * as suggested by feature: BlueBrain#6
Can you add a target to the Makefile to build this ? |
Ok. The diagram is huge, fyi. |
You mean huge in file size ? Can it be rasterized ? |
I added a target for the Makefile. I don't think we should upload the graph yet. It probably needs a bit more love by someone who is more talented with graphviz, and can have it layout better. |
Ok, understood, thanks for the Makefile target |
Added parsing and output of dependency graph
Cool graph ... :-) |
Minor changes to eCode detection and fix double extraction of some features
Create a visual representation of feature dependencies #6