summaryrefslogtreecommitdiffstats
path: root/src/graph.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement restat rulesPeter Collingbourne2011-10-241-5/+18
* Implement Make-style order-only dependenciesPeter Collingbourne2011-10-241-16/+9
* Split Node::dirty_ into two flags: Node::dirty_ and Edge::outputs_ready_Peter Collingbourne2011-10-181-27/+54
* Implement generator rulesPeter Collingbourne2011-10-151-1/+3
* make CanonicalizePath report an error on empty pathEvan Martin2011-10-061-1/+2
* Merge pull request #106 from pcc/depfile-vectorEvan Martin2011-09-141-4/+7
|\
| * Allocate space in the inputs vector for the depfile implicit depsPeter Collingbourne2011-09-141-4/+7
* | Consider missing phony targets with no dependencies out of datePeter Collingbourne2011-09-141-1/+4
|/
* use StringPiece for makefile depsEvan Martin2011-09-121-5/+7
* don't mark phony edges dirty if none of their inputs are dirtyEvan Martin2011-09-091-2/+11
* Add depfile support to build command with multiple outputs (Fixes: #61)Qingning Huo2011-09-061-4/+0
* Factor out State struct from ninja_jumble.cc into its header/source files.Thiago Farina2011-09-031-1/+2
* Merge pull request #86 from tfarina/real-disk-interfaceEvan Martin2011-08-251-0/+1
|\
| * Move RealDiskInterface class to disk_interface.h.Thiago Farina2011-08-251-0/+1
* | semantic change: allow reaching into parent directories in pathsEvan Martin2011-08-241-2/+1
|/
* src/graph.cc: fix EdgeEnv::LookupVariableQingning Huo2011-06-101-1/+6
* make the phony depfile edge order-onlyEvan Martin2011-05-171-0/+1
* SEMANTIC CHANGE: implicit inputs are now required to existEvan Martin2011-05-131-3/+10
* add doxygen-compatibile comments to most classesEvan Martin2011-04-291-0/+1
* Move CanonicalizePath into util.h so it can be shared by the other modules.Thiago Farina2011-04-151-53/+1
* files that have both implicit and explicit edges should be implicitEvan Martin2011-03-071-11/+3
* canonicalize paths loaded from depfilesEvan Martin2011-03-071-1/+58
* add copyrightsEvan Martin2011-02-061-0/+14
* cleanup phony testingEvan Martin2011-02-051-0/+3
* include path when printing a makefile parse errorEvan Martin2011-02-041-1/+4
* remove bottom-up dirtyingEvan Martin2011-01-081-32/+0
* split out graph into its own headerEvan Martin2011-01-081-0/+201