| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1219 from QuLogic/resolution | Nico Weber | 2017-10-20 | 1 | -1/+1 |
|\ |
|
| * | Make TimeStamp 64-bit. | Elliott Sales de Andrade | 2017-09-16 | 1 | -1/+1 |
|
|
* | | escape usage examples | Refael Ackermann | 2017-10-19 | 1 | -3/+3 |
|/ |
|
* | Restore tolerance of self-referencing phony build statements | Brad King | 2017-09-08 | 1 | -2/+16 |
|
|
* | Factor ManifestParser options into a structure | Brad King | 2017-09-07 | 1 | -4/+5 |
|
|
* | Support restat when rebuilding manifest | Dan Willemsen | 2017-02-08 | 1 | -4/+13 |
|
|
* | Merge pull request #1181 from DanielWeber/issue-1161 | Nico Weber | 2017-01-24 | 1 | -2/+2 |
|\ |
|
| * | Allow more path components | Daniel Weber | 2016-08-22 | 1 | -2/+2 |
|
|
* | | teach -t commands to optionally print only the final command | Nico Weber | 2016-11-06 | 1 | -5/+35 |
|/ |
|
* | Pass location of build.ninja file to browse script | Colin Cross | 2016-04-19 | 1 | -27/+27 |
|
|
* | browse: support --port and --no-browser options | Peter Wu | 2016-03-11 | 1 | -5/+1 |
|
|
* | Fix ambiguous call to set_terminate on Windows platform | g4m4 | 2016-02-17 | 1 | -1/+1 |
|
|
* | Replace ManifestParser::FileReader with general FileReader | Brad King | 2016-02-03 | 1 | -10/+1 |
|
|
* | Merge pull request #1096 from sgraham/dupe-edge-action | Nico Weber | 2016-01-29 | 1 | -1/+3 |
|\ |
|
| * | dupe_edge_should_err from bool to enum | Scott Graham | 2016-01-27 | 1 | -1/+3 |
|
|
* | | Add -d keepdepfile to preserve depfiles | Shinichiro Hamaji | 2016-01-28 | 1 | -5/+10 |
|/ |
|
* | Remove unnecessary `std::` | Tetsuo Kiso | 2016-01-10 | 1 | -2/+2 |
|
|
* | Do not attempt to rebuild infinitely in dry-run mode. | Nicolas Despres | 2015-12-09 | 1 | -0/+4 |
|
|
* | Merge pull request #1007 from mikesep/aix | Evan Martin | 2015-11-12 | 1 | -0/+3 |
|\ |
|
| * | Fix getopt for AIX | Mike Seplowitz | 2015-08-19 | 1 | -0/+3 |
|
|
* | | Make links point to org page | Nico Weber | 2015-11-11 | 1 | -1/+1 |
|/ |
|
* | Some mucking with std:: for set_terminate and terminate_handler | Scott Graham | 2015-08-10 | 1 | -1/+1 |
|
|
* | win: print right slashes in 'unknown target' message | Nico Weber | 2015-07-10 | 1 | -3/+3 |
|
|
* | Let Stat() have an err outparam instead of writing to stderr. | Nico Weber | 2015-03-31 | 1 | -2/+11 |
|
|
* | Add an opt-in flag to make duplicate edges an error (`-w dupbuild=err`). | Nico Weber | 2015-03-24 | 1 | -3/+38 |
|
|
* | Swap order of -k and -l in help output, to keep the list alphabetized. | Nico Weber | 2015-03-24 | 1 | -1/+1 |
|
|
* | Allow manifest rebuild to loop up to 100 times | Colin Cross | 2015-02-03 | 1 | -14/+13 |
|
|
* | Revert #223, fixes #874. | Nico Weber | 2014-12-04 | 1 | -5/+4 |
|
|
* | drop NINJA_BOOTSTRAP define | Evan Martin | 2014-11-18 | 1 | -1/+1 |
|
|
* | Make sure configure.py and ninja.cc always agree on if -t browse is included. | Nico Weber | 2014-11-14 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | Remove extra info from Usage() | kwesolowski | 2014-07-26 | 1 | -3/+0 |
|
|
* | Small usage info fix for windows | kwesolowski | 2014-07-25 | 1 | -1/+1 |
|
|
* | Fixed/improved -l N documentation For windows | kwesolowski | 2014-07-25 | 1 | -1/+1 |
|
|
* | Merge pull request #755 from zmodem/working_dir_vs_msvc_tool | Nico Weber | 2014-06-29 | 1 | -8/+9 |
|\ |
|
| * | Process the -C option before running RUN_AFTER_FLAGS tools. | Hans Wennborg | 2014-05-03 | 1 | -8/+9 |
|
|
* | | Rename -d nowinstatcache to -d nostatcache; might become useful elsewhere (#787) | Nico Weber | 2014-06-27 | 1 | -5/+5 |
|
|
* | | do not delete files from the logs that still exist on disk | Nico Weber | 2014-06-20 | 1 | -1/+3 |
|
|
* | | add some statcache tests | Nico Weber | 2014-06-15 | 1 | -2/+2 |
|
|
* | | Free cache memory once it's no longer used. | Nico Weber | 2014-06-15 | 1 | -7/+2 |
|
|
* | | on by default | Nico Weber | 2014-06-15 | 1 | -4/+4 |
|
|
* | | make win-only | Nico Weber | 2014-06-15 | 1 | -0/+4 |
|
|
* | | simplify more, move behind flag | Nico Weber | 2014-06-15 | 1 | -4/+11 |
|
|
* | | Turn on stat cache. Empty builds of chrome on my laptop 4s -> 1.3s (!) | Nico Weber | 2014-06-15 | 1 | -1/+1 |
|
|
* | | Add a stat cache. Demo-quality, and disabled atm. | Nico Weber | 2014-06-15 | 1 | -0/+6 |
|
|
* | | spellcheck "keeprsp" in -d options | Nico Weber | 2014-06-15 | 1 | -1/+1 |
|
|
* | | compdb: check that inputs is not empty | Ben Boeckel | 2014-05-05 | 1 | -0/+2 |
|/ |
|
* | Make BuildLogUser reference constant. | Nico Weber | 2014-01-07 | 1 | -1/+1 |
|
|
* | Add a comment. | Nico Weber | 2014-01-04 | 1 | -0/+7 |
|
|