1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

4 Commits

Author SHA1 Message Date
Paul Licameli
c3a2eb043f scripts/graph.pl clusters certain sub-folders 2020-05-28 15:21:06 -04:00
Paul Licameli
6541e808be graph.pl includes .mm files, and unpaired .h ; reveals more cycles...
... There is now a new big blob of 40 and a smaller one of 4
2020-05-27 13:42:20 -04:00
Paul Licameli
bf8387327e src/graph.pl can generate hyperlinks for nodes in .svg images 2020-05-24 17:15:49 -04:00
Paul Licameli
eeb290aeb6 New script graph.pl to analyze dependencies...
... To use it, first install graphViz.  Then change to the scripts directory
and run ./graph.pl .  Then view the resulting image file in a browser.

See an acyclic graph, each node labeled with the list of .cpp files in
one strongly connected component of the linkage dependencies as determined
by scanning the #include directives in the sources.

It worked for me in macOS.
2019-05-15 14:06:06 -04:00