summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Escape ninja output inserted into HTMLColin Cross2016-05-271-6/+10
* Merge pull request #1150 from KiYugadgeter/python3_measureNico Weber2016-05-041-5/+7
|\
| * Make misc/measure.py compatible with python3KiYugadgeter2016-05-041-5/+7
|/
* Merge pull request #1147 from colincross/elapsed_statusNico Weber2016-04-293-15/+31
|\
| * Fix NINJA_STATUS %r on dumb terminalsColin Cross2016-04-293-11/+25
| * Fix NINJA_STATUS %e on dumb terminalsColin Cross2016-04-281-4/+6
|/
* mark this 1.7.1.gitNico Weber2016-04-281-1/+1
* Merge pull request #1144 from nico/statustweaksNico Weber2016-04-281-1/+1
|\
| * Update %p to use finished edges after #1143.Nico Weber2016-04-281-1/+1
|/
* Merge pull request #1143 from colincross/statusNico Weber2016-04-282-2/+2
|\
| * Change default NINJA_STATUS to [%f/%t]Colin Cross2016-04-282-2/+2
|/
* fix path after moving github pages to ninja-build repoNico Weber2016-04-271-1/+1
* mark this 1.7.0.gitNico Weber2016-04-271-1/+1
* Merge pull request #1137 from nico/crashfixNico Weber2016-04-272-7/+35
|\
| * Fix crash with duplicate implicit outputs.Nico Weber2016-04-272-7/+35
|/
* Merge pull request #1134 from danw/ubuntu-libc++Nico Weber2016-04-214-0/+4
|\
| * Add <stdlib.h> includes for clang++/libc++ on UbuntuDan Willemsen2016-04-214-0/+4
|/
* Merge pull request #1116 from colincross/browseNico Weber2016-04-194-31/+35
|\
| * Pass location of build.ninja file to browse scriptColin Cross2016-04-194-31/+35
|/
* Merge pull request #1131 from bradking/improve-EdgeFinished-signatureNico Weber2016-04-193-33/+38
|\
| * Improve Plan::EdgeFinished signatureBrad King2016-04-193-33/+38
|/
* Merge pull request #1126 from bradking/pool-release-on-failNico Weber2016-04-193-36/+108
|\
| * Add another test case covering pool release on edge failureDavid Emett2016-04-061-0/+24
| * Release the pool slot held by an edge whether it succeeds or failsFredrik Medley2016-04-063-36/+84
* | Merge pull request #1130 from JohnstonJ/fix-tests-on-vs2015Nico Weber2016-04-194-97/+101
|\ \
| * | ninja_test: Fix Visual C++ 2015 warnings/errors about name hiding.James Johnston2016-04-184-97/+101
| |/
* | Merge pull request #1059 from bradking/avoid-double-scheduling-edgeNico Weber2016-04-192-7/+33
|\ \ | |/ |/|
| * Avoid double-scheduling build edges in another caseBrad King2016-02-032-7/+33
* | Merge pull request #1125 from nico/wintoolsNico Weber2016-04-069-211/+290
|\ \
| * | Make deps=msvc experimentally available on non-Windows.Nico Weber2016-04-069-211/+290
|/ /
* | Merge pull request #1118 from nico/posixspawn2Nico Weber2016-04-052-54/+56
|\ \
| * | Use posix_spawn() instead of fork()/exec().Nico Weber2016-03-212-54/+56
* | | Merge pull request #1112 from Lekensteyn/browse-tool-fixesNico Weber2016-04-045-21/+46
|\ \ \ | |/ / |/| |
| * | 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 #1113 from nico/nosetsidNico Weber2016-03-052-31/+3
|\ \ \
| * | | Revert #910.Nico Weber2016-03-052-31/+3
|/ / /
* | | Merge pull request #1102 from bradking/remove-unnecessary-StatIfNecessaryNico Weber2016-03-051-2/+1
|\ \ \ | |/ / |/| |
| * | Remove StatIfNecessary call that is never necessaryBrad King2016-02-251-2/+1
|/ /
* | 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
|/ / /