summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* DirName's separators and their length are known at compile timePietro Cerutti2017-04-111-3/+4
* browse: Bind to localhost by defaultTej Chajed2017-03-091-2/+6
* Merge pull request #1232 from nicolasdespres/fix-canon_perftestNico Weber2017-02-101-1/+1
|\
| * Fix compilation error in canon_perftest.Nicolas Despres2017-02-021-1/+1
* | Support restat when rebuilding manifestDan Willemsen2017-02-081-4/+13
|/
* Merge pull request #1181 from DanielWeber/issue-1161Nico Weber2017-01-2412-48/+57
|\
| * Use uint64_t for slash_bits consistentlyDaniel Weber2016-09-015-14/+15
| * Allow more path componentsDaniel Weber2016-08-229-36/+44
* | Close original pipe fd in subprocessesColin Cross2017-01-131-0/+2
* | Fix build with uclibcPawel Hajdan, Jr2017-01-021-0/+7
* | windows: replace deprecated GetVersionEx with recommended replacementNico Weber2016-11-081-12/+7
* | Merge pull request #1205 from nico/clangclformatNico Weber2016-11-081-1/+1
|\ \
| * | fix a clang-cl -Wformat warningNico Weber2016-11-081-1/+1
* | | Merge pull request #1194 from ilor/depfile-empty-pathNico Weber2016-11-081-1/+3
|\ \ \
| * | | Improve error message when a depfile contains a bad pathTomasz Ĺšniatowski2016-10-121-1/+3
* | | | Merge pull request #1182 from moosotc/masterNico Weber2016-11-081-2/+3
|\ \ \ \
| * | | | Use POSIX_SPAWN_USEVFORK if availablemalc2016-08-261-2/+3
| | |_|/ | |/| |
* | | | Merge pull request #1201 from nico/singlecommandNico Weber2016-11-071-5/+35
|\ \ \ \
| * | | | teach -t commands to optionally print only the final commandNico Weber2016-11-061-5/+35
* | | | | mark this 1.7.2.gitNico Weber2016-11-071-1/+1
* | | | | Only run SubprocessTest.SetWithLots on FreeBSD when ppoll() exists.Nico Weber2016-11-073-10/+9
* | | | | Tidy up rate snprintf'ing helperScott Graham2016-10-072-7/+9
| |_|/ / |/| | |
* | | | Disable ppoll(2) on FreeBSD < 10.2Pietro Cerutti2016-09-201-0/+7
| |/ / |/| |
* | | 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
|\ \ \ | |/ / |/| |