summaryrefslogtreecommitdiffstats
path: root/src/graph.h
Commit message (Expand)AuthorAgeFilesLines
...
* make Node::dirty_ privateEvan Martin2011-12-071-5/+11
* merge FileStat into NodeEvan Martin2011-12-071-18/+30
* refactor to remove Node::ready()Evan Martin2011-12-071-1/+3
* add and use getter for Edge::rule_Evan Martin2011-12-071-0/+1
* Factor out Edge::EvaluateDepFilePeter Collingbourne2011-12-061-0/+1
* refactor RecomputeOutputDirty to return true/false for dirtyEvan Martin2011-12-041-2/+10
* Implement restat rulesPeter Collingbourne2011-10-241-2/+2
* Split Node::dirty_ into two flags: Node::dirty_ and Edge::outputs_ready_Peter Collingbourne2011-10-181-16/+23
* Implement generator rulesPeter Collingbourne2011-10-151-1/+2
* add doxygen-compatibile comments to most classesEvan Martin2011-04-291-2/+10
* Move CanonicalizePath into util.h so it can be shared by the other modules.Thiago Farina2011-04-151-3/+0
* canonicalize paths loaded from depfilesEvan Martin2011-03-071-0/+3
* add copyrightsEvan Martin2011-02-061-0/+14
* cleanup phony testingEvan Martin2011-02-051-0/+2
* remove bottom-up dirtyingEvan Martin2011-01-081-4/+1
* split out graph into its own headerEvan Martin2011-01-081-0/+109