digitalmars.D - import relationship diagrams?
- kris <foo bar.com> Jun 16 2006
- Carlos Santander <csantander619 gmail.com> Jun 16 2006
- kris <foo bar.com> Jun 16 2006
- BCS <BCS pathlink.com> Jun 17 2006
- Justin C Calvarese <technocrat7 gmail.com> Jun 19 2006
- BCS <BCS pathlink.com> Jun 21 2006
- kris <foo bar.com> Jun 21 2006
- BCS <BCS pathlink.com> Jun 21 2006
- kris <foo bar.com> Jun 21 2006
- jcc7 <jcc7_member pathlink.com> Jun 22 2006
I recall there was a program released, ages ago, that generated a nice diagram of import relationships between a set of mudules ... does anyone remember what that was called? Or know where it lives nowadays? Thx
Jun 16 2006
kris escribió:I recall there was a program released, ages ago, that generated a nice diagram of import relationships between a set of mudules ... does anyone remember what that was called? Or know where it lives nowadays? Thx
The name was Dimple. The site is http://www.shfls.org/w/d/dimple/, but I don't know if it compiles anymore. -- Carlos Santander Bernal
Jun 16 2006
Carlos Santander wrote:kris escribió:I recall there was a program released, ages ago, that generated a nice diagram of import relationships between a set of mudules ... does anyone remember what that was called? Or know where it lives nowadays? Thx
The name was Dimple. The site is http://www.shfls.org/w/d/dimple/, but I don't know if it compiles anymore.
Thank you!
Jun 16 2006
Carlos Santander wrote:kris escribió:I recall there was a program released, ages ago, that generated a nice diagram of import relationships between a set of mudules ... does anyone remember what that was called? Or know where it lives nowadays? Thx
The name was Dimple. The site is http://www.shfls.org/w/d/dimple/, but I don't know if it compiles anymore.
Jun 17 2006
BCS wrote:Carlos Santander wrote:kris escribió:I recall there was a program released, ages ago, that generated a nice diagram of import relationships between a set of mudules ... does anyone remember what that was called? Or know where it lives nowadays? Thx
The name was Dimple. The site is http://www.shfls.org/w/d/dimple/, but I don't know if it compiles anymore.
I didn't run it through the ringer, but it seemed to work for me with a recent version of DMD (it might have been .160). -- jcc7
Jun 19 2006
Justin C Calvarese wrote:BCS wrote:Carlos Santander wrote:kris escribió:I recall there was a program released, ages ago, that generated a nice diagram of import relationships between a set of mudules ... does anyone remember what that was called? Or know where it lives nowadays? Thx
The name was Dimple. The site is http://www.shfls.org/w/d/dimple/, but I don't know if it compiles anymore.
I didn't run it through the ringer, but it seemed to work for me with a recent version of DMD (it might have been .160).
What did you use for graphical display?
Jun 21 2006
BCS wrote:Justin C Calvarese wrote:BCS wrote:Carlos Santander wrote:kris escribió:I recall there was a program released, ages ago, that generated a nice diagram of import relationships between a set of mudules ... does anyone remember what that was called? Or know where it lives nowadays? Thx
The name was Dimple. The site is http://www.shfls.org/w/d/dimple/, but I don't know if it compiles anymore.
I didn't run it through the ringer, but it seemed to work for me with a recent version of DMD (it might have been .160).
What did you use for graphical display?
Dimple emits text files intended for use with the ATT Graphviz package: http://graphviz.org/
Jun 21 2006
kris wrote:BCS wrote:What did you use for graphical display?
Dimple emits text files intended for use with the ATT Graphviz package: http://graphviz.org/
Found that. That page is a maze. But then again, what should you expect from people that deal with relationship graphs for fun and profit.
Jun 21 2006
BCS wrote:kris wrote:BCS wrote:What did you use for graphical display?
Dimple emits text files intended for use with the ATT Graphviz package: http://graphviz.org/
Found that. That page is a maze. But then again, what should you expect from people that deal with relationship graphs for fun and profit.
lol!
Jun 21 2006
In article <e7c992$k5r$1 digitaldaemon.com>, BCS says...Justin C Calvarese wrote:BCS wrote:Carlos Santander wrote:kris escribió:I recall there was a program released, ages ago, that generated a nice diagram of import relationships between a set of mudules ... does anyone remember what that was called? Or know where it lives nowadays? Thx
The name was Dimple. The site is http://www.shfls.org/w/d/dimple/, but I don't know if it compiles anymore.
I didn't run it through the ringer, but it seemed to work for me with a recent version of DMD (it might have been .160).
What did you use for graphical display?
GraphViz (http://graphviz.org/). Since the official webpage is a little out-of-date (the GraphViz link is wrong), I created a wiki page where D users could give each out hints on usage: http://www.prowiki.org/wiki4d/wiki.cgi?Dimple jcc7
Jun 22 2006









kris <foo bar.com> 