summaryrefslogtreecommitdiffstats
path: root/src/graphviz.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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