summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1786 from neheb/membJan Niklas Hasse2020-09-102-8/+3
|\
| * [clang-tidy] remove redundant member initRosen Penev2020-06-182-8/+3
* | Improve error handling in inline.shAlastair Harrison2020-08-281-3/+10
* | Mark this 1.10.1.gitJan Niklas Hasse2020-08-181-1/+1
* | Merge pull request #1780 from jhasse/delay-openJan Niklas Hasse2020-08-034-47/+89
|\ \
| * | Delay actually opening log files until the first write, fix #1724Jan Niklas Hasse2020-05-234-47/+89
* | | Fix typosDimitris Apostolou2020-07-072-3/+3
* | | Merge pull request #1804 from ninja-build/nico-patch-2Nico Weber2020-06-211-1/+6
|\ \ \
| * | | Include sys/select.h in subprocess-posix.ccNico Weber2020-06-211-1/+6
| | |/ | |/|
* | | Include unistd.h in disk_interface.ccNico Weber2020-06-211-0/+2
|/ /
* | [clang-tidy] check empty instead of size (#1784)Rosen Penev2020-06-044-4/+4
* | [clang-tidy] remove pointless c_str() (#1785)Rosen Penev2020-06-041-1/+1
* | bugfix: Process escaped colon in GCC depfiles. (#1774)zero91782020-05-203-24/+121
|/
* MinGW now has _mktemp_s, use overload with size parameterJan Niklas Hasse2020-05-181-11/+2
* Null terminate the out2 string passed as filter2 to log.Restatyydevelop2020-04-151-1/+1
* Merge pull request #1637 from beevik/windows-create-process-fixJan Niklas Hasse2020-03-261-5/+13
|\
| * Improve error messages when ninja commands fail on Windows.Brett Vickers2019-08-281-5/+13
* | browse.py: use html.escape for python3Michael Hirsch, Ph.D2020-02-191-2/+5
* | mark this 1.10.0.gitJan Niklas Hasse2020-01-271-1/+1
* | restat: No need for loading build.ninjaJan Niklas Hasse2020-01-161-1/+1
* | restat: Accept list of outputs to restat (none means all)Jan Niklas Hasse2020-01-164-8/+43
* | Merge branch 'master' into clean_dead_outputsJan Niklas Hasse2020-01-0424-310/+868
|\ \
| * \ Merge pull request #1534 from mathstuf/remove-depslog-restrictionJan Niklas Hasse2020-01-0410-141/+378
| |\ \
| | * | depfile_parser_test: test buggy -MP behaviorBen Boeckel2019-11-203-2/+31
| | * | depfile_parser: remove restriction on multiple outputsBen Boeckel2019-11-2010-138/+344
| | * | build: add to deps log for each edge outputBen Boeckel2019-11-201-7/+9
| * | | Merge pull request #1685 from jhasse/restatJan Niklas Hasse2020-01-047-24/+197
| |\ \ \
| | * | | Ignore nonexistent .ninja_log/.ninja_deps for restat and recompactJan Niklas Hasse2019-12-237-26/+66
| | * | | Add restat tool which recalculates all mtimes in the build logJan Niklas Hasse2019-12-234-0/+133
| * | | | Fix logic-error in IsPathDead, see #1432Jan Niklas Hasse2019-12-271-1/+1
| * | | | Fix error handling for getcwdAndreas Kempf2019-12-271-2/+4
| |/ / /
| * | | build.cc: constify BuildStatusKonstantin Kharlamov2019-11-202-4/+4
| * | | build.cc: constify a map in BuildStatusKonstantin Kharlamov2019-11-201-1/+1
| * | | graph.cc: constify DependencyScanKonstantin Kharlamov2019-11-202-3/+3
| * | | build.cc: constify a few Plan functionsKonstantin Kharlamov2019-11-202-13/+13
| * | | build.cc: constify a map key in RealCommandRunnerKonstantin Kharlamov2019-11-201-3/+3
| |/ /
| * | Merge pull request #1680 from jonesmz/patch-1Jan Niklas Hasse2019-11-162-2/+2
| |\ \
| | * | Update graph_test.ccMichael Jones2019-11-141-1/+1
| | * | Fix invalid preprocessor #ifMichael Jones2019-11-141-1/+1
| * | | Fix minor typo of return valuexianglin10062019-11-151-2/+2
| |/ /
| * | Add Bionic tweak for getloadavgjoakim-noah2019-11-091-1/+1
| * | Merge pull request #1654 from BourgondAries/masterJan Niklas Hasse2019-10-302-0/+10
| |\ \
| | * | Ensure substring indexing never goes negativeKevin Robert Stravers2019-09-282-0/+10
| * | | Revert "1492 add column headers to .ninja_log"Jan Niklas Hasse2019-10-282-8/+5
| |/ /
| * | Fix crash when using MSVC in debug modeJan Niklas Hasse2019-09-211-0/+4
| * | Small constifications (#1647)Konstantin Kharlamov2019-09-195-15/+15
| |/
| * Enable build on IBM i platform (#1630)ThePrez2019-08-091-1/+5
| * Merge pull request #1604 from jessemckenna/correct-cpu-count-over-64Jan Niklas Hasse2019-08-081-3/+1
| |\
| | * Make GetProcessorCount() count processors across all processor groupsJesse McKenna2019-07-121-3/+1
| * | Merge pull request #1513 from nykula/masterJan Niklas Hasse2019-08-061-10/+4
| |\ \