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
...
*
|
|
Fix build with uclibc
Pawel Hajdan, Jr
2017-01-02
1
-0/+7
*
|
|
windows: replace deprecated GetVersionEx with recommended replacement
Nico Weber
2016-11-08
1
-12/+7
*
|
|
Merge pull request #1205 from nico/clangclformat
Nico Weber
2016-11-08
1
-1/+1
|
\
\
\
|
*
|
|
fix a clang-cl -Wformat warning
Nico Weber
2016-11-08
1
-1/+1
*
|
|
|
Merge pull request #1194 from ilor/depfile-empty-path
Nico Weber
2016-11-08
1
-1/+3
|
\
\
\
\
|
*
|
|
|
Improve error message when a depfile contains a bad path
Tomasz Ĺšniatowski
2016-10-12
1
-1/+3
*
|
|
|
|
Merge pull request #1182 from moosotc/master
Nico Weber
2016-11-08
1
-2/+3
|
\
\
\
\
\
|
*
|
|
|
|
Use POSIX_SPAWN_USEVFORK if available
malc
2016-08-26
1
-2/+3
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #1201 from nico/singlecommand
Nico Weber
2016-11-07
1
-5/+35
|
\
\
\
\
\
|
*
|
|
|
|
teach -t commands to optionally print only the final command
Nico Weber
2016-11-06
1
-5/+35
*
|
|
|
|
|
mark this 1.7.2.git
Nico Weber
2016-11-07
1
-1/+1
*
|
|
|
|
|
Only run SubprocessTest.SetWithLots on FreeBSD when ppoll() exists.
Nico Weber
2016-11-07
3
-10/+9
*
|
|
|
|
|
Tidy up rate snprintf'ing helper
Scott Graham
2016-10-07
2
-7/+9
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Disable ppoll(2) on FreeBSD < 10.2
Pietro Cerutti
2016-09-20
1
-0/+7
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Fixed not initialized elapsed time.
gkistanova
2016-07-14
2
-5/+9
*
|
|
|
Regression test for not initialized elapsed time bug.
gkistanova
2016-07-14
1
-0/+8
*
|
|
|
Constify State::RootNodes().
Nicolas Despres
2016-06-09
2
-6/+7
*
|
|
|
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
|
\
\
[prev]
[next]