index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Merge pull request #1157 from colincross/browse
Nico Weber
2016-05-30
1
-6/+10
|
\
\
\
\
|
*
|
|
|
Escape ninja output inserted into HTML
Colin Cross
2016-05-27
1
-6/+10
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Parser accepts no explicit outputs.
Nicolas Despres
2016-05-25
3
-9/+45
|
/
/
/
*
|
|
Fix NINJA_STATUS %r on dumb terminals
Colin Cross
2016-04-29
3
-11/+25
*
|
|
Fix NINJA_STATUS %e on dumb terminals
Colin Cross
2016-04-28
1
-4/+6
*
|
|
mark this 1.7.1.git
Nico Weber
2016-04-28
1
-1/+1
*
|
|
Update %p to use finished edges after #1143.
Nico Weber
2016-04-28
1
-1/+1
*
|
|
Change default NINJA_STATUS to [%f/%t]
Colin Cross
2016-04-28
1
-1/+1
|
/
/
*
|
mark this 1.7.0.git
Nico Weber
2016-04-27
1
-1/+1
*
|
Fix crash with duplicate implicit outputs.
Nico Weber
2016-04-27
2
-7/+35
*
|
Add <stdlib.h> includes for clang++/libc++ on Ubuntu
Dan Willemsen
2016-04-21
4
-0/+4
|
/
*
Pass location of build.ninja file to browse script
Colin Cross
2016-04-19
4
-31/+35
*
Improve Plan::EdgeFinished signature
Brad King
2016-04-19
3
-33/+38
*
Merge pull request #1126 from bradking/pool-release-on-fail
Nico Weber
2016-04-19
3
-36/+108
|
\
|
*
Add another test case covering pool release on edge failure
David Emett
2016-04-06
1
-0/+24
|
*
Release the pool slot held by an edge whether it succeeds or fails
Fredrik Medley
2016-04-06
3
-36/+84
*
|
Merge pull request #1130 from JohnstonJ/fix-tests-on-vs2015
Nico Weber
2016-04-19
4
-97/+101
|
\
\
|
*
|
ninja_test: Fix Visual C++ 2015 warnings/errors about name hiding.
James Johnston
2016-04-18
4
-97/+101
|
|
/
*
|
Merge pull request #1059 from bradking/avoid-double-scheduling-edge
Nico Weber
2016-04-19
2
-7/+33
|
\
\
|
|
/
|
/
|
|
*
Avoid double-scheduling build edges in another case
Brad King
2016-02-03
2
-7/+33
*
|
Make deps=msvc experimentally available on non-Windows.
Nico Weber
2016-04-06
8
-211/+288
*
|
Merge pull request #1118 from nico/posixspawn2
Nico Weber
2016-04-05
2
-54/+56
|
\
\
|
*
|
Use posix_spawn() instead of fork()/exec().
Nico Weber
2016-03-21
2
-54/+56
*
|
|
Merge pull request #1112 from Lekensteyn/browse-tool-fixes
Nico Weber
2016-04-04
4
-19/+39
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
browse: support --port and --no-browser options
Peter Wu
2016-03-11
4
-17/+34
|
*
|
browse.py: Python 3 compatibility
Peter Wu
2016-03-11
1
-2/+5
|
*
|
browse.py: allow port override via environment variable
Peter Wu
2016-02-25
1
-1/+1
*
|
|
Revert #910.
Nico Weber
2016-03-05
2
-31/+3
*
|
|
Remove StatIfNecessary call that is never necessary
Brad King
2016-02-25
1
-2/+1
|
/
/
*
|
Fix ambiguous call to set_terminate on Windows platform
g4m4
2016-02-17
1
-1/+1
|
/
*
Merge pull request #1033 from colincross/failed
Nico Weber
2016-02-03
1
-2/+9
|
\
|
*
Print output file on failure
Colin Cross
2015-10-05
1
-2/+9
*
|
Merge pull request #989 from bradking/implicit-outputs
Nico Weber
2016-02-03
6
-2/+122
|
\
\
|
*
|
Add support for build statement implicit outputs
Brad King
2016-02-03
6
-2/+122
*
|
|
Merge pull request #1060 from bradking/deduplicate-disk-interface
Nico Weber
2016-02-03
12
-91/+99
|
\
\
\
|
*
|
|
Replace ManifestParser::FileReader with general FileReader
Brad King
2016-02-03
5
-63/+32
|
*
|
|
Expose more details in FileReader::ReadFile signature
Brad King
2016-02-03
7
-24/+59
|
*
|
|
Factor a `FileReader` base class out of `DiskInterface`
Brad King
2016-02-03
1
-6/+10
*
|
|
|
Merge pull request #1099 from bradking/fix-perftest-compilation
Nico Weber
2016-02-03
2
-2/+2
|
\
\
\
\
|
|
/
/
/
|
|
/
/
|
|
/
/
|
/
|
|
|
*
|
perftest: fix compilation after dupe_edge_should_err change
Brad King
2016-02-02
2
-2/+2
*
|
|
Merge pull request #1076 from colincross/canonicalize
Nico Weber
2016-02-02
2
-18/+18
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Canonicalize "." to "."
Colin Cross
2015-12-16
2
-18/+18
*
|
|
Merge pull request #1096 from sgraham/dupe-edge-action
Nico Weber
2016-01-29
5
-54/+61
|
\
\
\
|
*
|
|
dupe_edge_should_err from bool to enum
Scott Graham
2016-01-27
5
-54/+61
*
|
|
|
Add -d keepdepfile to preserve depfiles
Shinichiro Hamaji
2016-01-28
4
-8/+19
|
/
/
/
*
|
|
Make dupbuild=err work in subninja
Scott Graham
2016-01-27
4
-47/+63
*
|
|
Remove unnecessary `std::`
Tetsuo Kiso
2016-01-10
5
-11/+11
*
|
|
Do not attempt to rebuild infinitely in dry-run mode.
Nicolas Despres
2015-12-09
1
-0/+4
*
|
|
Merge pull request #1062 from tfarina/bindings-typedef
Evan Martin
2015-12-06
2
-3/+3
|
\
\
\
|
*
|
|
make use of Bindings typedef
Thiago Farina
2015-12-04
2
-3/+3
|
|
/
/
[prev]
[next]