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
*
browse: support --port and --no-browser options
Peter Wu
2016-03-11
5
-20/+41
*
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
2
-2/+3
*
Merge pull request #1110 from G4m4/explicit_std_prefix
Nico Weber
2016-02-17
1
-1/+1
|
\
|
*
Fix ambiguous call to set_terminate on Windows platform
g4m4
2016-02-17
1
-1/+1
|
/
*
Merge pull request #1107 from nicolasdespres/ninja_syntax_implicit_outputs
Nico Weber
2016-02-07
2
-1/+13
|
\
|
*
Add support for implicit outputs in ninja_syntax.py.
Nicolas Despres
2016-02-06
2
-1/+13
*
|
Merge pull request #1108 from edbaunton/patch-1
Nico Weber
2016-02-07
1
-2/+2
|
\
\
|
|
/
|
/
|
|
*
Add link to mailing list
Ed Baunton
2016-02-06
1
-2/+2
|
/
*
Merge pull request #1106 from nico/winfix
Nico Weber
2016-02-05
1
-5/+3
|
\
|
*
win: Only drop /showIncludes in bootstrap builds.
Nico Weber
2016-02-05
1
-5/+3
*
|
Merge pull request #1101 from fbenkstein/vs2010
Nico Weber
2016-02-05
1
-0/+2
|
\
\
|
*
|
MSVC: disable warning about constant conditional expressions
Frank Benkstein
2016-02-05
1
-0/+2
|
/
/
*
|
Merge pull request #1100 from nico/doc
Nico Weber
2016-02-03
1
-9/+5
|
\
\
|
*
|
Minor updates to the manual.
Nico Weber
2016-02-03
1
-9/+5
*
|
|
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
7
-3/+148
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Add support for build statement implicit outputs
Brad King
2016-02-03
7
-3/+148
*
|
|
|
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
*
|
|
|
|
Merge pull request #1098 from shinh/keepdep
Nico Weber
2016-01-29
4
-8/+19
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Add -d keepdepfile to preserve depfiles
Shinichiro Hamaji
2016-01-28
4
-8/+19
|
/
/
/
/
*
|
|
|
Merge pull request #1095 from sgraham/dupbuild-err
Nico Weber
2016-01-27
4
-47/+63
|
\
\
\
\
|
*
|
|
|
Make dupbuild=err work in subninja
Scott Graham
2016-01-27
4
-47/+63
|
/
/
/
/
*
|
|
|
Merge pull request #1094 from sphawk/master
Nico Weber
2016-01-27
1
-1/+1
|
\
\
\
\
|
*
|
|
|
fix for localized version of cl.exe
sphawk
2016-01-25
1
-1/+1
*
|
|
|
|
Merge pull request #1085 from tetsuok/remove-unnecessary-std
Nico Weber
2016-01-27
5
-11/+11
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Remove unnecessary `std::`
Tetsuo Kiso
2016-01-10
5
-11/+11
*
|
|
|
|
Merge pull request #1086 from tetsuok/use-container-based-infra-for-ci
Evan Martin
2016-01-10
1
-0/+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Use container-based infrastructure for travis-ci.
Tetsuo Kiso
2016-01-10
1
-0/+1
|
/
/
/
/
*
|
|
|
Merge pull request #1073 from ninja-build/manual-font
Nico Weber
2015-12-29
1
-6/+0
|
\
\
\
\
|
*
|
|
|
use the default font size for manual headings
Evan Martin
2015-12-16
1
-6/+0
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #1074 from ninja-build/manual-command
Nico Weber
2015-12-29
1
-6/+24
|
\
\
\
\
|
*
|
|
|
add a section to the manual discussing the command= variable
Evan Martin
2015-12-16
1
-6/+24
|
|
/
/
/
*
|
|
|
Merge pull request #1082 from nicolasdespres/zshcomp-intermediary-targets
Nico Weber
2015-12-29
1
-3/+2
|
\
\
\
\
|
*
|
|
|
Teach zsh to complete intermediary targets.
Nicolas Despres
2015-12-24
1
-3/+2
|
/
/
/
/
*
|
|
|
Merge pull request #1069 from nicolasdespres/dry_manifest_regen
Evan Martin
2015-12-09
1
-0/+4
|
\
\
\
\
|
*
|
|
|
Do not attempt to rebuild infinitely in dry-run mode.
Nicolas Despres
2015-12-09
1
-0/+4
|
/
/
/
/
*
|
|
|
Merge pull request #1042 from avallee/master
Evan Martin
2015-12-06
2
-2/+9
|
\
\
\
\
|
*
|
|
|
Disable long word wrapping entirely in comments.
Alex Vallée
2015-11-27
2
-10/+3
|
*
|
|
|
Fix indent in pull request #1042.
Alex Vallee
2015-11-12
1
-1/+1
[next]