summaryrefslogtreecommitdiffstats
path: root/src/graph.cc
Commit message (Expand)AuthorAgeFilesLines
* remove a redundant arg to RecomputeOutputDirtyEvan Martin2012-09-021-17/+12
* split out dirty recomputation logic from Edge classEvan Martin2012-09-021-51/+56
* safer build: consider target dirty if depfile is missingMaxim Kalaev2012-08-301-3/+9
* if a file is missing in the log, count it as dirtyScott Graham2012-08-151-4/+9
* Revert "Make StringPiece data members private."Nico Weber2012-07-281-2/+1
* Merge pull request #352 from tfarina/string-piece-privateEvan Martin2012-07-271-1/+2
|\
| * Make StringPiece data members private.Thiago Farina2012-06-301-1/+2
* | explain mode: show which input is more recentEvan Martin2012-07-171-1/+4
* | Rename parsers.* to manifest_parser.*Thiago Farina2012-07-091-1/+1
|/
* Improving Edge::Dump, introducing Node::DumpMaxim Kalaev2012-06-281-5/+24
* add $in_newlineScott Graham2012-06-151-6/+10
* Only store command hashes in the build log.Nico Weber2012-06-151-2/+2
* views: Mark single-argument constructors as explicit.Thiago Farina2012-05-061-1/+1
* add support for -d explain to help debug why rules are runningScott Graham2012-04-131-6/+25
* Mark a phony target with no inputs as outputs-readyPeter Collingbourne2012-03-051-4/+4
* fix some public/private errors in rspfile patchEvan Martin2012-02-231-3/+3
* Response filesunknown2012-02-091-3/+20
* remove string copy while loading depfilesEvan Martin2012-01-091-3/+2
* add a '-d stats' flag for detailed timingsEvan Martin2012-01-051-0/+3
* convert all time_t to a new TimeStamp typeEvan Martin2012-01-051-4/+5
* When expanding $in and $out, wrap with quotes if the filename has a space.Jeremy Apthorp2012-01-021-1/+8
* switch DepfileParser to take a string* to make memory clearerEvan Martin2011-12-271-1/+1
* Fix the TODO in Rule class.Thiago Farina2011-12-241-4/+4
* use re2c to parse depfilesEvan Martin2011-12-071-11/+12
* refactor EdgeEnvEvan Martin2011-12-071-23/+35
* make Rule::generator_ and restat_ privateEvan Martin2011-12-071-2/+2
* make Rule::name_ privateEvan Martin2011-12-071-1/+1
* make Node::out_edges_ privateEvan Martin2011-12-071-1/+1
* make Node::in_edge_ privateEvan Martin2011-12-071-5/+5
* make Node::dirty_ privateEvan Martin2011-12-071-3/+3
* merge FileStat into NodeEvan Martin2011-12-071-18/+18
* refactor to remove Node::ready()Evan Martin2011-12-071-0/+9
* Factor out Edge::EvaluateDepFilePeter Collingbourne2011-12-061-3/+6
* disable the 'unused parameter' warningEvan Martin2011-12-051-2/+2
* fix some minor style issues in RecomputeDirtyEvan Martin2011-12-041-11/+11
* when an edge is dirty, mark all outputs dirtyEvan Martin2011-12-041-9/+25
* refactor RecomputeOutputDirty to return true/false for dirtyEvan Martin2011-12-041-29/+25
* 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
|\