summaryrefslogtreecommitdiffstats
path: root/src/graphviz.cc
Commit message (Expand)AuthorAgeFilesLines
* Add 'using namespace std;' to all cc files to prepare for removing it from he...Michael Jones2020-09-301-0/+2
* graph: load dyndep filesBrad King2019-04-181-0/+8
* 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
* 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
* move the implementation of GraphViz to source fileThiago Farina2011-03-071-0/+72