summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Cleanup: Don't modify during cycle checking.Nico Weber2015-04-011-6/+2
|/ / /
* | | Merge pull request #949 from nico/staterrNico Weber2015-03-3112-138/+192
|\ \ \
| * | | Let Stat() have an err outparam instead of writing to stderr.Nico Weber2015-03-3112-138/+192
|/ / /
* | | Merge pull request #945 from nico/reldocsNico Weber2015-03-251-3/+6
|\ \ \
| * | | make notes on how to update docs more detailedNico Weber2015-03-251-3/+6
|/ / /
* | | Merge pull request #944 from nico/flagsNico Weber2015-03-244-10/+66
|\ \ \
| * | | 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
|/ / /
* | | Merge pull request #943 from nico/ssshhNico Weber2015-03-234-11/+16
|\ \ \
| * | | Make tests quiet again.Nico Weber2015-03-232-5/+9
| * | | Move warning emission on dupe edges from State to ManifestParser.Nico Weber2015-03-233-10/+11
|/ / /
* | | Merge pull request #942 from nico/cyclefix2Nico Weber2015-03-212-1/+23
|\ \ \
| * | | 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
|/ / /
* | | Merge pull request #940 from nico/moredupesNico Weber2015-03-194-14/+38
|\ \ \
| * | | Another crash fix for duplicate edges. Fixes #939.Nico Weber2015-03-194-14/+38
|/ / /
* | | Merge pull request #938 from nico/aflclangNico Weber2015-03-1918-0/+51
|\ \ \
| * | | Add notes on using afl-fuzz to HACKING.Nico Weber2015-03-1918-0/+51
|/ / /
* | | Merge pull request #937 from nico/statfixNico Weber2015-03-196-40/+88
|\ \ \
| * | | Make failing stat() calls abort the build.Nico Weber2015-03-196-40/+88
* | | | Merge pull request #936 from nico/cleanupNico Weber2015-03-183-10/+4
|\ \ \ \ | |/ / /
| * | | 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-165-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
* | | | Merge pull request #933 from nico/dupeedgefixNico Weber2015-03-155-1/+46
|\ \ \ \
| * | | | Build self-consistent graphs for dupe edges with multiple outputs.Nico Weber2015-03-155-1/+46
| |/ / /
* | | | Merge pull request #928 from nico/novarEvan Martin2015-03-101-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove option no longer needed now that we don't use gtest.Nico Weber2015-03-101-1/+0
|/ / /
* | | Simplify. No behavior change.Nico Weber2015-03-101-2/+1
* | | 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
* | | | | Merge pull request #927 from nico/colorgccNico Weber2015-03-091-3/+6
|\ \ \ \ \
| * | | | | Make diagnostics colored with new gccs (4.9+) too.Nico Weber2015-03-091-3/+6
* | | | | | Merge pull request #926 from nico/fixlibcppNico Weber2015-03-081-29/+29
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix build with libc++ after #921.Nico Weber2015-03-081-29/+29
|/ / / / /
* | | | | Merge pull request #921 from mohamed/masterNico Weber2015-03-0810-87/+117
|\ \ \ \ \
| * | | | | Added a new test to illustrate scoped rulesMohamed Bamakhrama2015-03-081-0/+13
| * | | | | Allow scoping rules through subninjaMohamed Bamakhrama2015-03-0210-87/+104
| | |/ / / | |/| | |
* | | | | Merge pull request #925 from kirbyfan64/masterNico Weber2015-03-081-2/+6
|\ \ \ \ \
| * | | | | Test for Clang by checking --versionRyan Gonzalez2015-03-081-2/+6
|/ / / / /
* | | | | Merge pull request #923 from HeisSpiter/masterNico Weber2015-03-081-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Directly pass the string instead of char * to Truncate util function. It will...Pierre Schweitzer2015-03-071-1/+1
|/ / / /
* | | | Merge pull request #914 from tzik/typo_fixNico Weber2015-02-061-1/+1
|\ \ \ \
| * | | | Typo fix in graph.cctzik2015-02-061-1/+1
|/ / / /
* | | | Merge pull request #908 from colincross/multipassNico Weber2015-02-031-14/+13
|\ \ \ \ | |/ / / |/| | |