summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use uint64_t for slash_bits consistentlyDaniel Weber2016-09-015-14/+15
* Allow more path componentsDaniel Weber2016-08-229-36/+44
* Fixed not initialized elapsed time.gkistanova2016-07-142-5/+9
* Regression test for not initialized elapsed time bug.gkistanova2016-07-141-0/+8
* 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
* | Parser accepts no explicit outputs.Nicolas Despres2016-05-253-9/+45
|/
* 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
* Update %p to use finished edges after #1143.Nico Weber2016-04-281-1/+1
* Change default NINJA_STATUS to [%f/%t]Colin Cross2016-04-281-1/+1
* mark this 1.7.0.gitNico Weber2016-04-271-1/+1
* Fix crash with duplicate implicit outputs.Nico Weber2016-04-272-7/+35
* Add <stdlib.h> includes for clang++/libc++ on UbuntuDan Willemsen2016-04-214-0/+4
* Pass location of build.ninja file to browse scriptColin Cross2016-04-194-31/+35
* 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
* | Make deps=msvc experimentally available on non-Windows.Nico Weber2016-04-068-211/+288
* | 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-044-19/+39
|\ \ \ | |/ / |/| |
| * | browse: support --port and --no-browser optionsPeter Wu2016-03-114-17/+34
| * | browse.py: Python 3 compatibilityPeter Wu2016-03-111-2/+5
| * | browse.py: allow port override via environment variablePeter Wu2016-02-251-1/+1
* | | Revert #910.Nico Weber2016-03-052-31/+3
* | | Remove StatIfNecessary call that is never necessaryBrad King2016-02-251-2/+1
|/ /
* | Fix ambiguous call to set_terminate on Windows platformg4m42016-02-171-1/+1
|/
* 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-036-2/+122
|\ \
| * | Add support for build statement implicit outputsBrad King2016-02-036-2/+122
* | | 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
* | | | Add -d keepdepfile to preserve depfilesShinichiro Hamaji2016-01-284-8/+19
|/ / /