summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v1.7.2v1.7.2Nico Weber2016-11-0715-69/+201
|\
| * mark this 1.7.2.gitNico Weber2016-11-071-1/+1
| * Merge pull request #1202 from nico/ppollbsdNico Weber2016-11-073-10/+9
| |\
| | * Only run SubprocessTest.SetWithLots on FreeBSD when ppoll() exists.Nico Weber2016-11-073-10/+9
| |/
| * Merge pull request #1198 from jamesr/fix_write_fake_manifestsNico Weber2016-11-071-2/+2
| |\
| | * Fix syntax error in misc/write_fake_manifests.pyJames Robinson2016-10-241-2/+2
| * | Merge pull request #1192 from sgraham/tidy-snprintfNico Weber2016-11-062-7/+9
| |\ \ | | |/ | |/|
| | * Tidy up rate snprintf'ing helperScott Graham2016-10-072-7/+9
| |/
| * Merge pull request #1109 from fbenkstein/enhance_write_fake_manifestNico Weber2016-09-221-18/+71
| |\
| | * enhance write_fake_manifest.pyFrank Benkstein2016-06-231-18/+71
| * | Merge pull request #1185 from gahr/freebsd-ppollNico Weber2016-09-202-1/+8
| |\ \
| | * | Disable ppoll(2) on FreeBSD < 10.2Pietro Cerutti2016-09-201-0/+7
| | * | FreeBSD supports ppoll(2)Pietro Cerutti2016-09-151-1/+1
| |/ /
| * | Merge pull request #1174 from gkistanova/not-initialized-elapsed-fixNico Weber2016-07-313-5/+17
| |\ \ | | |/ | |/|
| | * Fixed not initialized elapsed time.gkistanova2016-07-142-5/+9
| | * Regression test for not initialized elapsed time bug.gkistanova2016-07-141-0/+8
| |/
| * Merge pull request #1164 from nicolasdespres/const_rootnodesNico Weber2016-06-102-6/+7
| |\
| | * Constify State::RootNodes().Nicolas Despres2016-06-092-6/+7
| |/
| * Merge pull request #1157 from colincross/browseNico Weber2016-05-301-6/+10
| |\
| | * Escape ninja output inserted into HTMLColin Cross2016-05-271-6/+10
| * | Merge pull request #1159 from nicolasdespres/no-explicit-outputsNico Weber2016-05-273-9/+45
| |\ \ | | |/ | |/|
| | * Parser accepts no explicit outputs.Nicolas Despres2016-05-253-9/+45
| |/
| * 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
| |/
* | v1.7.1v1.7.1Nico Weber2016-04-284-6/+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-272-2/+2
| |/
| * fix path after moving github pages to ninja-build repoNico Weber2016-04-271-1/+1
* | v1.7.0v1.7.0Nico Weber2016-04-2773-823/+1537
|\ \ | |/
| * 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-204-0/+4
| |\
| | * Add <stdlib.h> includes for clang++/libc++ on UbuntuDan Willemsen2016-04-204-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
| |\ \ | | |/ | |/|