Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix backslashes in graphviz causing incorrect rendering on windows. | Spencer Judge | 2015-04-08 | 1 | -1/+4 |
| | |||||
* | graphviz: don't draw edges multiple times | Evan Martin | 2012-02-14 | 1 | -2/+6 |
| | | | | From a patch from Ian Godin <iangodin@gmail.com>. | ||||
* | Made graph horizontal (better for filenames) | Ian Godin | 2012-02-14 | 1 | -0/+1 |
| | |||||
* | make Rule::name_ private | Evan Martin | 2011-12-07 | 1 | -2/+2 |
| | |||||
* | make Node::in_edge_ private | Evan Martin | 2011-12-07 | 1 | -3/+3 |
| | |||||
* | merge FileStat into Node | Evan Martin | 2011-12-07 | 1 | -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 file | Thiago Farina | 2011-03-07 | 1 | -0/+72 |