summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1892 from jhasse/windows-readonlyJan Niklas Hasse2021-02-102-2/+25
|\
| * Delete read-only files on Windows, tooJan Niklas Hasse2020-12-072-2/+25
* | Add Haiku support.Augustin Cavalier2021-01-281-0/+4
* | Merge pull request #1674 from cameron314/bugfix/core-countJan Niklas Hasse2021-01-011-0/+29
|\ \ | |/ |/|
| * Added preprocessor if to clarify processor count workaround code is only need...Cameron2020-12-311-1/+2
| * Tweaks following code reviewCameron2020-06-101-4/+3
| * Style changes following code reviewCameron Desrochers2019-11-201-4/+8
| * Removed unnecessary #ifdef following code reviewCameron Desrochers2019-11-131-2/+1
| * Use symbolic constant as suggested in code reviewCameron2019-11-131-1/+1
| * Fixed processor count detection on Windows when multiple processor groups (i....Cameron Desrochers2019-11-121-0/+26
* | Merge pull request #1791 from neheb/expJan Niklas Hasse2020-12-062-5/+4
|\ \
| * | [clang-tidy] add explicit to single argument constructorsRosen Penev2020-12-062-5/+4
* | | Merge pull request #1790 from neheb/boolJan Niklas Hasse2020-12-061-4/+1
|\ \ \
| * | | [clang-tidy] simplify boolean expressionRosen Penev2020-12-051-4/+1
| |/ /
* | | Merge pull request #1866 from jhasse/unique-edge-idsJan Niklas Hasse2020-12-037-23/+34
|\ \ \
| * | | Add unique IDs to edgesColin Cross2020-10-307-23/+34
* | | | [clang-tidy] fix inconsistent declarationsRosen Penev2020-12-022-7/+7
| |/ / |/| |
* | | Add FreeBSD support to GetProcessorCountMateusz Guzik2020-11-301-1/+12
* | | mark this 1.10.2.gitJan Niklas Hasse2020-11-281-1/+1
* | | Merge pull request #1879 from kadler/aix-cleanupJan Niklas Hasse2020-11-141-0/+3
|\ \ \
| * | | Use internal getopt for IBM i and AIXKevin Adler2020-11-131-0/+3
* | | | Fix buffer overread in hash_collision_benchmark.ccKevin Adler2020-11-131-1/+2
|/ / /
* | | [clang-tidy] remove pointless string initRosen Penev2020-11-071-2/+2
* | | Merge pull request #1868 from kadler/fix-aix-signal-checkingJan Niklas Hasse2020-11-021-0/+10
|\ \ \
| * | | Handle process signalling correctly on AIXKevin Adler2020-10-311-0/+10
| |/ /
* | | Merge pull request #1834 from jhasse/close-during-generatorJan Niklas Hasse2020-11-022-2/+5
|\ \ \ | |/ / |/| |
| * | Close BuildLog while running generators, fix #1724Jan Niklas Hasse2020-08-262-2/+5
* | | Check return value of setvbuf, fix #509Jan Niklas Hasse2020-10-302-2/+6
* | | Comply with project formatting rules wrt 80 column linesMichael Jones2020-09-308-13/+19
* | | Remove 'using namespace std' from header files, properly namespace all std sy...Michael Jones2020-09-3026-276/+250
* | | Add 'using namespace std;' to all cc files to prepare for removing it from he...Michael Jones2020-09-3055-1/+109
* | | Merge pull request #1789 from neheb/ifJan Niklas Hasse2020-09-101-2/+1
|\ \ \
| * | | [clang-tidy] fix small false positiveRosen Penev2020-06-181-2/+1
* | | | 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