summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* browse: support --port and --no-browser optionsPeter Wu2016-03-115-20/+41
* browse.py: Python 3 compatibilityPeter Wu2016-03-111-2/+5
* browse.py: allow port override via environment variablePeter Wu2016-02-252-2/+3
* Merge pull request #1110 from G4m4/explicit_std_prefixNico Weber2016-02-171-1/+1
|\
| * Fix ambiguous call to set_terminate on Windows platformg4m42016-02-171-1/+1
|/
* Merge pull request #1107 from nicolasdespres/ninja_syntax_implicit_outputsNico Weber2016-02-072-1/+13
|\
| * Add support for implicit outputs in ninja_syntax.py.Nicolas Despres2016-02-062-1/+13
* | Merge pull request #1108 from edbaunton/patch-1Nico Weber2016-02-071-2/+2
|\ \ | |/ |/|
| * Add link to mailing listEd Baunton2016-02-061-2/+2
|/
* Merge pull request #1106 from nico/winfixNico Weber2016-02-051-5/+3
|\
| * win: Only drop /showIncludes in bootstrap builds.Nico Weber2016-02-051-5/+3
* | Merge pull request #1101 from fbenkstein/vs2010Nico Weber2016-02-051-0/+2
|\ \
| * | MSVC: disable warning about constant conditional expressionsFrank Benkstein2016-02-051-0/+2
|/ /
* | Merge pull request #1100 from nico/docNico Weber2016-02-031-9/+5
|\ \
| * | Minor updates to the manual.Nico Weber2016-02-031-9/+5
* | | Merge pull request #1033 from colincross/failedNico Weber2016-02-031-2/+9
|\ \ \
| * | | Print output file on failureColin Cross2015-10-051-2/+9
* | | | Merge pull request #989 from bradking/implicit-outputsNico Weber2016-02-037-3/+148
|\ \ \ \ | |_|/ / |/| | |
| * | | Add support for build statement implicit outputsBrad King2016-02-037-3/+148
* | | | Merge pull request #1060 from bradking/deduplicate-disk-interfaceNico Weber2016-02-0312-91/+99
|\ \ \ \
| * | | | Replace ManifestParser::FileReader with general FileReaderBrad King2016-02-035-63/+32
| * | | | Expose more details in FileReader::ReadFile signatureBrad King2016-02-037-24/+59
| * | | | Factor a `FileReader` base class out of `DiskInterface`Brad King2016-02-031-6/+10
* | | | | Merge pull request #1099 from bradking/fix-perftest-compilationNico Weber2016-02-032-2/+2
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | perftest: fix compilation after dupe_edge_should_err changeBrad King2016-02-022-2/+2
* | | | Merge pull request #1076 from colincross/canonicalizeNico Weber2016-02-022-18/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Canonicalize "." to "."Colin Cross2015-12-162-18/+18
* | | | Merge pull request #1096 from sgraham/dupe-edge-actionNico Weber2016-01-295-54/+61
|\ \ \ \
| * | | | dupe_edge_should_err from bool to enumScott Graham2016-01-275-54/+61
* | | | | Merge pull request #1098 from shinh/keepdepNico Weber2016-01-294-8/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add -d keepdepfile to preserve depfilesShinichiro Hamaji2016-01-284-8/+19
|/ / / /
* | | | Merge pull request #1095 from sgraham/dupbuild-errNico Weber2016-01-274-47/+63
|\ \ \ \
| * | | | Make dupbuild=err work in subninjaScott Graham2016-01-274-47/+63
|/ / / /
* | | | Merge pull request #1094 from sphawk/masterNico Weber2016-01-271-1/+1
|\ \ \ \
| * | | | fix for localized version of cl.exesphawk2016-01-251-1/+1
* | | | | Merge pull request #1085 from tetsuok/remove-unnecessary-stdNico Weber2016-01-275-11/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove unnecessary `std::`Tetsuo Kiso2016-01-105-11/+11
* | | | | Merge pull request #1086 from tetsuok/use-container-based-infra-for-ciEvan Martin2016-01-101-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use container-based infrastructure for travis-ci.Tetsuo Kiso2016-01-101-0/+1
|/ / / /
* | | | Merge pull request #1073 from ninja-build/manual-fontNico Weber2015-12-291-6/+0
|\ \ \ \
| * | | | use the default font size for manual headingsEvan Martin2015-12-161-6/+0
| | |/ / | |/| |
* | | | Merge pull request #1074 from ninja-build/manual-commandNico Weber2015-12-291-6/+24
|\ \ \ \
| * | | | add a section to the manual discussing the command= variableEvan Martin2015-12-161-6/+24
| |/ / /
* | | | Merge pull request #1082 from nicolasdespres/zshcomp-intermediary-targetsNico Weber2015-12-291-3/+2
|\ \ \ \
| * | | | Teach zsh to complete intermediary targets.Nicolas Despres2015-12-241-3/+2
|/ / / /
* | | | Merge pull request #1069 from nicolasdespres/dry_manifest_regenEvan Martin2015-12-091-0/+4
|\ \ \ \
| * | | | Do not attempt to rebuild infinitely in dry-run mode.Nicolas Despres2015-12-091-0/+4
|/ / / /
* | | | Merge pull request #1042 from avallee/masterEvan Martin2015-12-062-2/+9
|\ \ \ \
| * | | | Disable long word wrapping entirely in comments.Alex Vallée2015-11-272-10/+3
| * | | | Fix indent in pull request #1042.Alex Vallee2015-11-121-1/+1