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
...
|
*
|
|
|
Fix crash in attempting to canonicalize paths longer than _MAX_PATH
Scott Graham
2015-06-08
2
-1/+52
*
|
|
|
|
Merge pull request #979 from stinb/bootstrap-out-of-source
Nico Weber
2015-07-05
2
-9/+19
|
\
\
\
\
\
|
*
|
|
|
|
Fix bootstrap from a source path containing spaces.
Jason Haslam
2015-06-22
1
-2/+6
|
*
|
|
|
|
Search for generated headers relative to build dir.
Jason Haslam
2015-06-22
2
-1/+4
|
*
|
|
|
|
Allow configure script to bootstrap out of source.
Jason Haslam
2015-06-22
1
-7/+10
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
fix typos, punctuation, redundant words in HACKING.md
Nico Weber
2015-07-02
1
-5/+4
*
|
|
|
|
Merge pull request #984 from martine/vcvars
Nico Weber
2015-07-01
2
-7/+24
|
\
\
\
\
\
|
*
|
|
|
|
point people at more detailed build docs if they're on Windows
Evan Martin
2015-06-30
2
-7/+24
|
/
/
/
/
/
*
|
|
|
|
mark this 1.6.0.git
Nico Weber
2015-06-29
1
-1/+1
|
/
/
/
/
*
|
|
|
Merge pull request #978 from martine/revert-971-bootstrap-out-of-source
Nico Weber
2015-06-22
2
-14/+8
|
\
\
\
\
|
*
|
|
|
Revert "Bootstrap out of source"
Nico Weber
2015-06-22
2
-14/+8
|
/
/
/
/
*
|
|
|
Merge pull request #975 from nico/docs
Nico Weber
2015-06-19
1
-1/+4
|
\
\
\
\
|
*
|
|
|
Document the change from #921 in the manual.
Nico Weber
2015-06-19
1
-1/+4
|
/
/
/
/
*
|
|
|
Merge pull request #971 from stinb/bootstrap-out-of-source
Nico Weber
2015-06-18
2
-8/+14
|
\
\
\
\
|
*
|
|
|
Search for generated headers relative to build dir.
Jason Haslam
2015-05-26
2
-1/+4
|
*
|
|
|
Allow configure script to bootstrap out of source.
Jason Haslam
2015-05-26
1
-7/+10
|
|
/
/
/
*
|
|
|
Merge pull request #970 from nico/explain
Nico Weber
2015-06-18
1
-1/+7
|
\
\
\
\
|
*
|
|
|
Add a missing EXPLAIN() call.
Nico Weber
2015-05-15
1
-1/+7
|
|
/
/
/
*
|
|
|
Merge pull request #974 from bradking/add-missing-initializer
Nico Weber
2015-06-18
1
-1/+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add missing member initializer in Edge constructor
Brad King
2015-06-16
1
-1/+2
|
/
/
/
*
|
|
Fix typo in comment.
Nico Weber
2015-05-02
1
-1/+1
*
|
|
Merge pull request #962 from sgraham/pool-use-fix
Nico Weber
2015-04-29
4
-21/+43
|
\
\
\
|
*
|
|
simplify & inline
Scott Graham
2015-04-27
2
-18/+8
|
*
|
|
avoid calling ResumeDelayedJobs instead
Scott Graham
2015-04-24
3
-10/+8
|
*
|
|
add comment
Scott Graham
2015-04-24
1
-0/+3
|
*
|
|
Fix pool use count going unbalanced
Scott Graham
2015-04-23
3
-9/+40
*
|
|
|
Merge pull request #743 from nicolasdespres/sigterm
Nico Weber
2015-04-27
3
-35/+72
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Forward interruption signal to child processes.
Nicolas Despres
2015-04-24
2
-29/+34
|
*
|
|
Allow SIGTERM for interruption.
Nicolas Despres
2015-04-24
3
-6/+38
|
/
/
/
*
|
|
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
[prev]
[next]