summaryrefslogtreecommitdiffstats
path: root/src/graph.h
Commit message (Expand)AuthorAgeFilesLines
...
| * Add comments, remove unwanted whitespace changePetr Wolf2012-02-101-0/+10
| * Response filesunknown2012-02-091-1/+6
* | Fix the TODO in graph.h.Thiago Farina2012-02-161-2/+1
|/
* convert all time_t to a new TimeStamp typeEvan Martin2012-01-051-4/+4
* Fix warning about class previously declared as struct.Nicolas Despres2012-01-031-1/+1
* switch the core ninja parser to use re2c for the lexerEvan Martin2011-12-291-2/+2
* Follow up fix to commit 32bf74f (Fix the TODO in Rule class.)Thiago Farina2011-12-241-0/+1
* Fix the TODO in Rule class.Thiago Farina2011-12-241-13/+15
* make Rule::generator_ and restat_ privateEvan Martin2011-12-071-2/+10
* make Rule::name_ privateEvan Martin2011-12-071-0/+7
* remove unused functionEvan Martin2011-12-071-3/+0
* make Node::out_edges_ privateEvan Martin2011-12-071-3/+4
* make Node::in_edge_ privateEvan Martin2011-12-071-1/+7
* 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