summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert RELEASING to Markdown and add instruction for GitHub releasereleaseJan Niklas Hasse2022-08-301-14/+22
* v1.11.1v1.11.1Jan Niklas Hasse2022-08-302-2/+2
* Fixbug: SIGFPE error when cpu.cfs_period_us = 0Yang Zongze2022-08-301-0/+2
* v1.11.0v1.11.0Jan Niklas Hasse2022-05-1563-922/+3434
|\
| * mark this 1.11.0.gitJan Niklas Hasse2022-05-151-1/+1
| * Merge pull request #1827 from okhowang/cpu-limitJan Niklas Hasse2022-04-302-5/+197
| |\
| | * feat: don't detect cpu if -j setokhowang(王沛文)2021-11-011-1/+20
| | * feat: support cpu limit by cgroups on linuxokhowang(王沛文)2021-11-011-2/+161
| | * feat: support cpu limit by job api on windowsokhowang(王沛文)2021-11-011-2/+16
| * | Merge pull request #2075 from digit-google/deterministic-inputsJan Niklas Hasse2022-03-226-8/+123
| |\ \
| | * | Make the output of `ninja -t inputs` deterministicDavid 'Digit' Turner2022-03-216-8/+123
| |/ /
| * | Merge pull request #2087 from digit-google/msvc-toolJan Niklas Hasse2022-03-202-4/+35
| |\ \
| | * | Ensure the `msvc` tool is built in all Win32 Ninja binaries.David 'Digit' Turner2022-03-111-4/+4
| | * | Document the `msvc` toolDavid 'Digit' Turner2022-03-111-0/+31
| |/ /
| * | Ignore Visual Studios foldersJan Niklas Hasse2022-03-051-0/+4
| * | Merge pull request #2088 from digit-google/fix-ReadFile-handle-leakJan Niklas Hasse2022-02-231-1/+2
| |\ \
| | * | Fix ReadFile() handle leak on read error on Windows.David 'Digit' Turner2022-02-181-1/+2
| * | | Merge pull request #2092 from scivision/cmake-pruneJan Niklas Hasse2022-02-211-1/+1
| |\ \ \
| | * | | cmake: remove unnecessary install parameterMichael Hirsch2022-02-201-1/+1
| |/ / /
| * | | Merge pull request #2085 from randomascii/remove_bufferingJan Niklas Hasse2022-02-171-11/+0
| |\ \ \ | | |/ / | |/| |
| | * | Don't disable stdout buffering on WindowsBruce Dawson2022-02-161-11/+0
| |/ /
| * | Merge pull request #1730 from naarcini/masterJan Niklas Hasse2022-02-022-1/+37
| |\ \
| | * | Use correct version number for inputs toolJan Niklas Hasse2021-12-211-1/+1
| | * | Add 'inputs' tool to print out all inputs for a set of targetsNicolas Arciniega2020-02-032-1/+37
| * | | Merge pull request #2074 from gunechristensen/masterJan Niklas Hasse2022-02-021-1/+2
| |\ \ \
| | * | | Filter lines ending with ".c++" in clparserDESKTOP-8CNEPM9\sune2022-01-261-1/+2
| * | | | Merge pull request #2055 from swills/still-dirty-timeJan Niklas Hasse2022-01-281-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Suggest possible cause for hitting cycle limitSteve Wills2021-11-231-1/+1
| * | | | Merge pull request #1901 from MartinBP/windows_case_sensitive_foldersJan Niklas Hasse2022-01-201-3/+4
| |\ \ \ \
| | * | | | disk_interface: Improve the stat cache handling for case sensitive folders on...Martin Boye Petersen2021-01-021-3/+4
| * | | | | Merge pull request #2065 from maruel/re2c_no_versionJan Niklas Hasse2022-01-014-4/+4
| |\ \ \ \ \
| | * | | | | Disable re2c from embedding the version number in the source fileMarc-Antoine Ruel2021-12-314-4/+4
| |/ / / / /
| * | | | | Merge pull request #2062 from maruel/typosJan Niklas Hasse2021-12-292-2/+2
| |\ \ \ \ \
| | * | | | | Fix two typosMarc-Antoine Ruel2021-12-282-2/+2
| |/ / / / /
| * | | | | Merge pull request #1800 from colincross/validationsJan Niklas Hasse2021-12-2116-165/+676
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Add validation nodes to ninjaColin Cross2021-10-1116-160/+663
| | * | | | Remove early return from Builder::AddTargetColin Cross2021-10-112-5/+13
| | | |_|/ | | |/| |
| * | | | Fix crash when FakeCommandRunner is deleted twiceJan Niklas Hasse2021-11-161-0/+1
| * | | | Merge pull request #2040 from scivision/gnu-win32-clangJan Niklas Hasse2021-11-151-3/+1
| |\ \ \ \
| | * | | | minidump-win32 is needed by native GNU-like Clang on WindowsMichael Hirsch2021-11-031-3/+1
| | |/ / /
| * | | | Fix typos discovered by codespell (#2047)Christian Clauss2021-11-126-5/+8
| * | | | xrange() was removed in Python 3 in favor of range() (#2036)Christian Clauss2021-11-111-4/+4
| * | | | Merge pull request #2045 from Arthur-Milchior/rules_documentationJan Niklas Hasse2021-11-111-3/+3
| |\ \ \ \
| | * | | | NF: clarify documentation's part about rules descriptionArthur Milchior2021-11-071-3/+3
| | |/ / /
| * | | | Fix typoDimitris Apostolou2021-11-081-1/+1
| |/ / /
| * | | Merge pull request #2031 from randomascii/buffering2Jan Niklas Hasse2021-10-042-5/+11
| |\ \ \
| | * | | Disable stdout buffering in real_mainBruce Dawson2021-10-012-5/+11
| |/ / /
| * | | Merge pull request #1964 from rascani/fix-phony-edgesNico Weber2021-10-015-6/+232
| |\ \ \
| | * | | Set output mtime of phony edges to the latest inputsRichard Geary2021-08-025-6/+232
| * | | | Remove -H CMake flag from README.md (#2023)Ronald2021-09-201-1/+1