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
*
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
|
|
/
/
*
|
|
add "msvc_deps_prefix" to Rule::IsReservedBinding()
Niklas Rosenstein
2015-12-06
1
-1/+2
|
/
/
*
|
Merge pull request #1007 from mikesep/aix
Evan Martin
2015-11-12
7
-4/+31
|
\
\
|
*
|
Fix getopt for AIX
Mike Seplowitz
2015-08-19
4
-0/+10
|
*
|
Implement GetLoadAverage on AIX using libperfstat
Mike Seplowitz
2015-08-19
1
-0/+12
|
*
|
Fix AIX compilation error related to printf macros
Mike Seplowitz
2015-08-19
1
-3/+8
|
*
|
Strip tabs from od's output
Mike Seplowitz
2015-08-19
1
-1/+1
*
|
|
Merge pull request #999 from colincross/dumbstatus
Nico Weber
2015-11-12
1
-2/+3
|
\
\
\
|
*
|
|
Print status when edge finishes on dumb terminals
Colin Cross
2015-07-31
1
-2/+3
*
|
|
|
Merge pull request #964 from nicolasdespres/sighup
Nico Weber
2015-11-12
3
-1/+36
|
\
\
\
\
|
*
|
|
|
Cleanup build on SIGHUP.
Nicolas Despres
2015-09-20
3
-1/+36
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #763 from drbo/master
Nico Weber
2015-11-12
3
-31/+38
|
\
\
\
\
|
*
\
\
\
Merge remote-tracking branch 'upstream/master'
Demetri Obenour
2014-05-31
12
-60/+124
|
|
\
\
\
\
|
*
|
|
|
|
Added test of international character support
Demetri Obenour
2014-05-08
2
-29/+36
|
*
|
|
|
|
Added support for international characters in makefile dependency names
Demetri Obenour
2014-05-08
1
-2/+2
*
|
|
|
|
|
Make links point to org page
Nico Weber
2015-11-11
4
-8/+8
*
|
|
|
|
|
Fix typo.
Nicolas Despres
2015-09-24
1
-1/+1
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #1014 from moroten/optimize-stringpiece
Nico Weber
2015-09-07
1
-1/+1
|
\
\
\
\
\
|
*
|
|
|
|
Optimize StringPiece hash map
Fredrik Medley
2015-09-03
1
-1/+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge LLVM r242069, make spell checking allocate less memory.
Nico Weber
2015-09-07
1
-18/+20
|
/
/
/
/
*
|
|
|
Remove accidental changes
Scott Graham
2015-08-10
2
-1105/+1105
[next]