summaryrefslogtreecommitdiffstats
path: root/src/graph.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1181 from DanielWeber/issue-1161Nico Weber2017-01-241-4/+4
|\
| * Use uint64_t for slash_bits consistentlyDaniel Weber2016-09-011-2/+2
| * Allow more path componentsDaniel Weber2016-08-221-2/+2
* | Improve error message when a depfile contains a bad pathTomasz Ĺšniatowski2016-10-121-1/+3
|/
* Remove StatIfNecessary call that is never necessaryBrad King2016-02-251-2/+1
* Merge pull request #989 from bradking/implicit-outputsNico Weber2016-02-031-1/+2
|\
| * Add support for build statement implicit outputsBrad King2016-02-031-1/+2
* | Expose more details in FileReader::ReadFile signatureBrad King2016-02-031-2/+9
|/
* win: print right slashes in 'unknown target' messageNico Weber2015-07-101-3/+4
* Add a missing EXPLAIN() call.Nico Weber2015-05-151-1/+7
* Let Stat() have an err outparam instead of writing to stderr.Nico Weber2015-03-311-7/+1
* Recover slowdown for cyclic rule bindings fix.Nico Weber2015-03-211-9/+17
* Don't crash on cyclic references between rule bindings.Nico Weber2015-03-211-0/+12
* Make failing stat() calls abort the build.Nico Weber2015-03-191-10/+22
* Env should only be about variables. No behavior change.Nico Weber2015-03-181-5/+0
* On unexpected output in a .d file, rebuild instead erroring.Nico Weber2015-03-121-3/+4
* Allow scoping rules through subninjaMohamed Bamakhrama2015-03-011-24/+5
* Typo fix in graph.cctzik2015-02-061-1/+1
* Let DependencyScan::RecomputeDirty() work correclty with cyclic graphs.Nico Weber2014-12-081-3/+14
* Rename a few iterators. No behavior change.Nico Weber2014-12-071-9/+9
* remove two unneeded `explicit`sNico Weber2014-12-071-1/+1
* whitespace/comment/wrap fixes, no intended functionality changeScott Graham2014-11-121-1/+1
* no need to Decanonicalize on non-WindowsScott Graham2014-11-111-0/+2
* make all GetNode explicit, add DepsLog canonicalize testScott Graham2014-11-101-1/+1
* fix order of args to CanonicalizePathScott Graham2014-11-091-3/+3
* remove CanonicalizePath overloads, test for toplevel behaviourScott Graham2014-11-091-2/+9
* path decanonicalization when building commandScott Graham2014-11-081-1/+13
* Make "depfile=$out.d" work if $out contains escaped characters, rspfile too.Nico Weber2014-05-211-6/+25
* Introduce the "console" poolPeter Collingbourne2014-02-031-0/+4
* More robust escaping of $in, $out pathsNicholas Hutchinson2014-01-061-9/+6
* add -d keeprsp to preserve @rsp files on success on windowsScott Graham2013-09-101-1/+1
* Simplify.Nico Weber2013-09-021-18/+7
* Delete a line I failed to delete in d7a46654a7be1.Nico Weber2013-09-021-1/+0
* Fix restat rebuild if deps are missing.Maxim Kalaev2013-09-021-1/+2
* Share more code between CleanNode() and RecomputeDirty().Maxim Kalaev2013-09-021-12/+14
* Check depslog timestamp in LoadDepsFromLog(), not in RecomputeOutputDirty().Maxim Kalaev2013-09-021-19/+17
* Add test that proves `node->AddOutEdge(edge);` in `LoadDepFile()` is needed.Nico Weber2013-06-041-3/+4
* Fix restat builds with edges generating headers depended on through deps filesNico Weber2013-06-031-0/+1
* include mtimes in deplog explainEvan Martin2013-04-101-1/+2
* add a test for the "deps out of date" caseEvan Martin2013-04-091-1/+1
* use logged deps mtime in dirty calculationEvan Martin2013-04-081-5/+15
* rename "special" to "deps"Evan Martin2013-04-081-4/+4
* use special=anything to trigger loading from depslogEvan Martin2013-04-081-1/+1
* add "special=gcc" attribute, use to load depslogEvan Martin2013-04-081-10/+34
* use DepsLog in loading dependenciesEvan Martin2013-04-081-56/+79
* factor out implicit dep loadingEvan Martin2013-04-081-2/+3
* refactor some of the output mtime-handling codeEvan Martin2013-04-051-12/+13
* more verbose error (including path) when depfile fails to loadScott Graham2013-01-241-1/+3
* rearrange handling of builtin bindings to make rules simplerEvan Martin2012-12-291-36/+45
* wrap some overlong linesEvan Martin2012-12-291-3/+4