summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Search for generated headers relative to build dir.Jason Haslam2015-06-221-1/+1
* Revert "Bootstrap out of source"Nico Weber2015-06-221-1/+1
* Merge pull request #971 from stinb/bootstrap-out-of-sourceNico Weber2015-06-181-1/+1
|\
| * Search for generated headers relative to build dir.Jason Haslam2015-05-261-1/+1
* | Merge pull request #970 from nico/explainNico Weber2015-06-181-1/+7
|\ \
| * | Add a missing EXPLAIN() call.Nico Weber2015-05-151-1/+7
| |/
* | Add missing member initializer in Edge constructorBrad King2015-06-161-1/+2
|/
* Fix typo in comment.Nico Weber2015-05-021-1/+1
* Merge pull request #962 from sgraham/pool-use-fixNico Weber2015-04-294-21/+43
|\
| * simplify & inlineScott Graham2015-04-272-18/+8
| * avoid calling ResumeDelayedJobs insteadScott Graham2015-04-243-10/+8
| * add commentScott Graham2015-04-241-0/+3
| * Fix pool use count going unbalancedScott Graham2015-04-233-9/+40
* | Forward interruption signal to child processes.Nicolas Despres2015-04-242-29/+34
* | Allow SIGTERM for interruption.Nicolas Despres2015-04-243-6/+38
|/
* Run more than 34 processes on Win32 if we have 32+ cores.Rui Ueyama2015-04-171-1/+1
* Merge pull request #954 from nico/fixNico Weber2015-04-091-1/+1
|\
| * Fix an assert (and tests in --debug mode) after #921.Nico Weber2015-04-091-1/+1
* | Fix backslashes in graphviz causing incorrect rendering on windows.Spencer Judge2015-04-081-1/+4
|/
* Don't get stuck on cyclic graphs where one edge has multiple outputs.Nico Weber2015-04-012-4/+58
* Cleanup: Don't search stack for cycle elements twice.Nico Weber2015-04-011-4/+2
* Cleanup: Make stack a const ref now that it's no longer modified.Nico Weber2015-04-012-8/+10
* Cleanup: Don't modify during cycle checking.Nico Weber2015-04-011-6/+2
* Let Stat() have an err outparam instead of writing to stderr.Nico Weber2015-03-3112-138/+192
* Add an opt-in flag to make duplicate edges an error (`-w dupbuild=err`).Nico Weber2015-03-244-9/+65
* Swap order of -k and -l in help output, to keep the list alphabetized.Nico Weber2015-03-241-1/+1
* Make tests quiet again.Nico Weber2015-03-242-5/+9
* Move warning emission on dupe edges from State to ManifestParser.Nico Weber2015-03-243-10/+11
* Preallocate edge node vectors. ~1% faster.Nico Weber2015-03-211-0/+2
* 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
* Another crash fix for duplicate edges. Fixes #939.Nico Weber2015-03-194-14/+38
* Make failing stat() calls abort the build.Nico Weber2015-03-196-40/+88
* Add a missing &. (No behavior change, only used in tests.)Nico Weber2015-03-182-2/+2
* Env should only be about variables. No behavior change.Nico Weber2015-03-182-8/+2
* Merge pull request #930 from nico/depcolonNico Weber2015-03-175-6/+31
|\
| * On unexpected output in a .d file, rebuild instead erroring.Nico Weber2015-03-122-3/+21
| * Reject depfiles that don't contain a : after the target name.Nico Weber2015-03-124-3/+10
* | Build self-consistent graphs for dupe edges with multiple outputs.Nico Weber2015-03-155-1/+46
|/
* Merge pull request #917 from pinotree/rlimitNico Weber2015-03-091-2/+2
|\
| * subprocess_test: gracefully handle rlim.rlim_cur < kNumProcsPino Toscano2015-02-281-2/+2
* | Merge pull request #910 from jlnt/masterNico Weber2015-03-092-5/+33
|\ \
| * | POSIX: detach background subprocesses from terminal.Julien Tinnes2015-01-292-5/+33
* | | Fix build with libc++ after #921.Nico Weber2015-03-091-29/+29
* | | Merge pull request #921 from mohamed/masterNico Weber2015-03-0910-87/+117
|\ \ \
| * | | Added a new test to illustrate scoped rulesMohamed Bamakhrama2015-03-081-0/+13
| * | | Allow scoping rules through subninjaMohamed Bamakhrama2015-03-0110-87/+104
| | |/ | |/|
* | | Directly pass the string instead of char * to Truncate util function. It will...Pierre Schweitzer2015-03-071-1/+1
|/ /
* | Typo fix in graph.cctzik2015-02-061-1/+1
* | Allow manifest rebuild to loop up to 100 timesColin Cross2015-02-031-14/+13
|/