index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #958 from rui314/master
Nico Weber
2015-04-19
1
-1/+1
|
\
|
*
Run more than 34 processes on Win32 if we have 32+ cores.
Rui Ueyama
2015-04-17
1
-1/+1
|
/
*
Merge pull request #954 from nico/fix
Nico Weber
2015-04-09
1
-1/+1
|
\
|
*
Fix an assert (and tests in --debug mode) after #921.
Nico Weber
2015-04-09
1
-1/+1
*
|
Merge pull request #953 from Sushisource/graphivz_fix
Nico Weber
2015-04-08
1
-1/+4
|
\
\
|
|
/
|
/
|
|
*
Fix backslashes in graphviz causing incorrect rendering on windows.
Spencer Judge
2015-04-08
1
-1/+4
|
/
*
Merge pull request #951 from nico/cyclefix2
Nico Weber
2015-04-01
2
-4/+58
|
\
|
*
Don't get stuck on cyclic graphs where one edge has multiple outputs.
Nico Weber
2015-04-01
2
-4/+58
|
/
*
Merge pull request #950 from nico/cleanup
Nico Weber
2015-04-01
2
-14/+10
|
\
|
*
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
2
-8/+10
|
*
Cleanup: Don't modify during cycle checking.
Nico Weber
2015-04-01
1
-6/+2
|
/
*
Merge pull request #949 from nico/staterr
Nico Weber
2015-03-31
12
-138/+192
|
\
|
*
Let Stat() have an err outparam instead of writing to stderr.
Nico Weber
2015-03-31
12
-138/+192
|
/
*
Merge pull request #945 from nico/reldocs
Nico Weber
2015-03-25
1
-3/+6
|
\
|
*
make notes on how to update docs more detailed
Nico Weber
2015-03-25
1
-3/+6
|
/
*
Merge pull request #944 from nico/flags
Nico Weber
2015-03-25
4
-10/+66
|
\
|
*
Add an opt-in flag to make duplicate edges an error (`-w dupbuild=err`).
Nico Weber
2015-03-24
4
-9/+65
|
*
Swap order of -k and -l in help output, to keep the list alphabetized.
Nico Weber
2015-03-24
1
-1/+1
|
/
*
Merge pull request #943 from nico/ssshh
Nico Weber
2015-03-24
4
-11/+16
|
\
|
*
Make tests quiet again.
Nico Weber
2015-03-24
2
-5/+9
|
*
Move warning emission on dupe edges from State to ManifestParser.
Nico Weber
2015-03-24
3
-10/+11
|
/
*
Merge pull request #942 from nico/cyclefix2
Nico Weber
2015-03-21
2
-1/+23
|
\
|
*
Preallocate edge node vectors. ~1% faster.
Nico Weber
2015-03-21
1
-0/+2
|
*
Recover slowdown for cyclic rule bindings fix.
Nico Weber
2015-03-21
1
-9/+17
|
*
Don't crash on cyclic references between rule bindings.
Nico Weber
2015-03-21
1
-0/+12
|
/
*
Merge pull request #940 from nico/moredupes
Nico Weber
2015-03-19
4
-14/+38
|
\
|
*
Another crash fix for duplicate edges. Fixes #939.
Nico Weber
2015-03-19
4
-14/+38
|
/
*
Merge pull request #938 from nico/aflclang
Nico Weber
2015-03-19
18
-0/+51
|
\
|
*
Add notes on using afl-fuzz to HACKING.
Nico Weber
2015-03-19
18
-0/+51
|
/
*
Merge pull request #937 from nico/statfix
Nico Weber
2015-03-19
6
-40/+88
|
\
|
*
Make failing stat() calls abort the build.
Nico Weber
2015-03-19
6
-40/+88
*
|
Merge pull request #936 from nico/cleanup
Nico Weber
2015-03-19
3
-10/+4
|
\
\
|
|
/
|
*
Add a missing &. (No behavior change, only used in tests.)
Nico Weber
2015-03-18
2
-2/+2
|
*
Env should only be about variables. No behavior change.
Nico Weber
2015-03-18
2
-8/+2
|
/
*
Merge pull request #930 from nico/depcolon
Nico Weber
2015-03-17
5
-6/+31
|
\
|
*
On unexpected output in a .d file, rebuild instead erroring.
Nico Weber
2015-03-12
2
-3/+21
|
*
Reject depfiles that don't contain a : after the target name.
Nico Weber
2015-03-12
4
-3/+10
*
|
Merge pull request #933 from nico/dupeedgefix
Nico Weber
2015-03-15
5
-1/+46
|
\
\
|
*
|
Build self-consistent graphs for dupe edges with multiple outputs.
Nico Weber
2015-03-15
5
-1/+46
|
|
/
*
|
Merge pull request #928 from nico/novar
Evan Martin
2015-03-10
1
-1/+0
|
\
\
|
|
/
|
/
|
|
*
Remove option no longer needed now that we don't use gtest.
Nico Weber
2015-03-10
1
-1/+0
|
/
*
Simplify. No behavior change.
Nico Weber
2015-03-10
1
-2/+1
*
Merge pull request #917 from pinotree/rlimit
Nico Weber
2015-03-09
1
-2/+2
|
\
|
*
subprocess_test: gracefully handle rlim.rlim_cur < kNumProcs
Pino Toscano
2015-02-28
1
-2/+2
*
|
Merge pull request #910 from jlnt/master
Nico Weber
2015-03-09
2
-5/+33
|
\
\
|
*
|
POSIX: detach background subprocesses from terminal.
Julien Tinnes
2015-01-29
2
-5/+33
*
|
|
Merge pull request #927 from nico/colorgcc
Nico Weber
2015-03-09
1
-3/+6
|
\
\
\
|
*
|
|
Make diagnostics colored with new gccs (4.9+) too.
Nico Weber
2015-03-09
1
-3/+6
*
|
|
|
Merge pull request #926 from nico/fixlibcpp
Nico Weber
2015-03-09
1
-29/+29
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
[next]