| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop unnecessary cycle detection in Plan::AddTarget | Brad King | 2017-06-19 | 1 | -44/+5 |
|
|
* | Refactor RecomputeDirty to take a node instead of an edge | Brad King | 2017-06-19 | 1 | -2/+3 |
|
|
* | Merge pull request #1156 from cdbennett/windows-binary-mode-output | Nico Weber | 2017-06-14 | 1 | -0/+15 |
|\ |
|
| * | Write subprocess output to stdout in binary mode | Colin D Bennett | 2016-05-12 | 1 | -0/+15 |
|
|
* | | Always rebuild on errors | Colin Cross | 2017-05-22 | 1 | -5/+11 |
|
|
* | | Add a test that fails if a rule updates it output file but fails | Colin Cross | 2017-05-22 | 1 | -0/+7 |
|
|
* | | Merge pull request #1181 from DanielWeber/issue-1161 | Nico Weber | 2017-01-24 | 1 | -1/+1 |
|\ \ |
|
| * | | Allow more path components | Daniel Weber | 2016-08-22 | 1 | -1/+1 |
|
|
* | | | Tidy up rate snprintf'ing helper | Scott Graham | 2016-10-07 | 1 | -2/+2 |
|/ / |
|
* | | Fixed not initialized elapsed time. | gkistanova | 2016-07-14 | 1 | -5/+8 |
|/ |
|
* | Fix NINJA_STATUS %r on dumb terminals | Colin Cross | 2016-04-29 | 1 | -7/+12 |
|
|
* | Fix NINJA_STATUS %e on dumb terminals | Colin Cross | 2016-04-28 | 1 | -4/+6 |
|
|
* | Update %p to use finished edges after #1143. | Nico Weber | 2016-04-28 | 1 | -1/+1 |
|
|
* | Change default NINJA_STATUS to [%f/%t] | Colin Cross | 2016-04-28 | 1 | -1/+1 |
|
|
* | Improve Plan::EdgeFinished signature | Brad King | 2016-04-19 | 1 | -6/+6 |
|
|
* | Merge pull request #1126 from bradking/pool-release-on-fail | Nico Weber | 2016-04-19 | 1 | -9/+16 |
|\ |
|
| * | Release the pool slot held by an edge whether it succeeds or fails | Fredrik Medley | 2016-04-06 | 1 | -9/+16 |
|
|
* | | Merge pull request #1059 from bradking/avoid-double-scheduling-edge | Nico Weber | 2016-04-19 | 1 | -7/+10 |
|\ \
| |/
|/| |
|
| * | Avoid double-scheduling build edges in another case | Brad King | 2016-02-03 | 1 | -7/+10 |
|
|
* | | Make deps=msvc experimentally available on non-Windows. | Nico Weber | 2016-04-06 | 1 | -3/+1 |
|/ |
|
* | Merge pull request #1033 from colincross/failed | Nico Weber | 2016-02-03 | 1 | -2/+9 |
|\ |
|
| * | Print output file on failure | Colin Cross | 2015-10-05 | 1 | -2/+9 |
|
|
* | | Expose more details in FileReader::ReadFile signature | Brad King | 2016-02-03 | 1 | -2/+10 |
|
|
* | | Add -d keepdepfile to preserve depfiles | Shinichiro Hamaji | 2016-01-28 | 1 | -3/+5 |
|
|
* | | Merge pull request #999 from colincross/dumbstatus | Nico Weber | 2015-11-12 | 1 | -2/+3 |
|\ \ |
|
| * | | Print status when edge finishes on dumb terminals | Colin Cross | 2015-07-31 | 1 | -2/+3 |
| |/ |
|
* | | Make links point to org page | Nico Weber | 2015-11-11 | 1 | -1/+1 |
|/ |
|
* | don't alias input/output in ExtractDeps (i.e. actually works now) | Scott Graham | 2015-06-18 | 1 | -1/+3 |
|
|
* | propagate include normalization failure to caller instead | Scott Graham | 2015-06-18 | 1 | -1/+2 |
|
|
* | simplify & inline | Scott Graham | 2015-04-27 | 1 | -12/+7 |
|
|
* | avoid calling ResumeDelayedJobs instead | Scott Graham | 2015-04-24 | 1 | -6/+7 |
|
|
* | Fix pool use count going unbalanced | Scott Graham | 2015-04-23 | 1 | -1/+3 |
|
|
* | Don't get stuck on cyclic graphs where one edge has multiple outputs. | Nico Weber | 2015-04-01 | 1 | -4/+21 |
|
|
* | Cleanup: Don't search stack for cycle elements twice. | Nico Weber | 2015-04-01 | 1 | -4/+2 |
|
|
* | Cleanup: Make stack a const ref now that it's no longer modified. | Nico Weber | 2015-04-01 | 1 | -7/+8 |
|
|
* | Cleanup: Don't modify during cycle checking. | Nico Weber | 2015-04-01 | 1 | -6/+2 |
|
|
* | Let Stat() have an err outparam instead of writing to stderr. | Nico Weber | 2015-03-31 | 1 | -11/+16 |
|
|
* | Make failing stat() calls abort the build. | Nico Weber | 2015-03-19 | 1 | -4/+17 |
|
|
* | Let DependencyScan::RecomputeDirty() work correclty with cyclic graphs. | Nico Weber | 2014-12-08 | 1 | -1/+0 |
|
|
* | Rename a few iterators. No behavior change. | Nico Weber | 2014-12-07 | 1 | -58/+58 |
|
|
* | make all GetNode explicit, add DepsLog canonicalize test | Scott Graham | 2014-11-10 | 1 | -1/+5 |
|
|
* | fix order of args to CanonicalizePath | Scott Graham | 2014-11-09 | 1 | -2/+2 |
|
|
* | remove CanonicalizePath overloads, test for toplevel behaviour | Scott Graham | 2014-11-09 | 1 | -2/+4 |
|
|
* | Throttle the number of pending commands by the parallelism configuration | tzik | 2014-09-22 | 1 | -1/+3 |
|
|
* | Make "depfile=$out.d" work if $out contains escaped characters, rspfile too. | Nico Weber | 2014-05-21 | 1 | -5/+5 |
|
|
* | Introduce the "console" pool | Peter Collingbourne | 2014-02-03 | 1 | -2/+12 |
|
|
* | Minor style fixes. No functionality change. | Nico Weber | 2013-10-19 | 1 | -1/+2 |
|
|
* | add deps_prefix for localized /showIncludes' output parsing | Peter Kümmel | 2013-10-18 | 1 | -2/+4 |
|
|
* | add -d keeprsp to preserve @rsp files on success on windows | Scott Graham | 2013-09-10 | 1 | -1/+2 |
|
|
* | Fix restat rebuild if deps are missing. | Maxim Kalaev | 2013-09-02 | 1 | -0/+4 |
|
|