summaryrefslogtreecommitdiffstats
path: root/src/graphviz.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix backslashes in graphviz causing incorrect rendering on windows.Spencer Judge2015-04-081-1/+4
|
* graphviz: don't draw edges multiple timesEvan Martin2012-02-141-2/+6
| | | | From a patch from Ian Godin <iangodin@gmail.com>.
* Made graph horizontal (better for filenames)Ian Godin2012-02-141-0/+1
|
* make Rule::name_ privateEvan Martin2011-12-071-2/+2
|
* make Node::in_edge_ privateEvan Martin2011-12-071-3/+3
|
* merge FileStat into NodeEvan Martin2011-12-071-1/+1
| | | | | | The two were always one-to-one anyway. I started adding accessors to FileStat and then realized most users wanted them on Node and that forwarding them through was silly.
* move the implementation of GraphViz to source fileThiago Farina2011-03-071-0/+72