summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-1216-160/+663
| * | Remove early return from Builder::AddTargetColin Cross2021-10-122-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
* | | Merge pull request #2025 from mischajonker/mjonker_828Jan Niklas Hasse2021-09-162-7/+32
|\ \ \
| * | | Fix ninja -t clean for directories on WindowsMischa Jonker2021-09-132-7/+32
|/ / /
* | | Merge pull request #1983 from sgraham/masterJan Niklas Hasse2021-08-251-1/+1
|\ \ \
| * | | win: Use cl /help to test for /FS requirementScott Graham2021-06-131-1/+1
* | | | Merge pull request #2002 from randomascii/stats_optimizeJan Niklas Hasse2021-08-252-5/+0
|\ \ \ \
| * | | | Optimize ninja -d statsBruce Dawson2021-07-262-5/+0
* | | | | Merge pull request #1347 from tzik/revdepJan Niklas Hasse2021-08-124-8/+54
|\ \ \ \ \
| * | | | | Look up header dependencies on the first-output buildtzik2017-10-254-8/+54
* | | | | | Merge pull request #1996 from digit-google/cleandead-preserves-inputsJan Niklas Hasse2021-07-292-1/+71
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | cleandead: Fix the logic to preserve inputs.David 'Digit' Turner2021-07-212-1/+71
* | | | | | Merge pull request #1994 from afq984/1e408562-f801-4644-b703-46cd9c672400Jan Niklas Hasse2021-07-256-13/+128
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | compdb: escape control characters in JSON stringsLi-Yu Yu2021-07-226-13/+128
|/ / / / /
* | | | | Merge pull request #1991 from zmodem/filter_filenames_lessNico Weber2021-06-282-1/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | CLParser: Don't filter filename lines after seeing /showIncludesHans Wennborg2021-06-252-1/+14
|/ / / /
* | | | Merge pull request #1979 from bradking/simplify-CanonicalizePathJan Niklas Hasse2021-06-1013-151/+128
|\ \ \ \
| * | | | util: Remove unnecessary CanonicalizePath error handlingBrad King2021-06-0413-151/+103
| * | | | Add explicit "empty path" errors before calling CanonicalizePathBrad King2021-06-044-0/+25
* | | | | Make output_test.py executable again (mistake thanks to WSL)Jan Niklas Hasse2021-06-101-0/+0
* | | | | Put Info output back on stdout instead of stderrJan Niklas Hasse2021-06-102-3/+8
| |_|/ / |/| | |
* | | | Merge pull request #1977 from mathstuf/cross-compilation-browseJan Niklas Hasse2021-06-041-5/+10
|\ \ \ \ | |/ / / |/| | |
| * | | cmake: use `check_symbol_exists` for browse supportBen Boeckel2021-06-021-5/+10
|/ / /
* | | Merge pull request #1970 from lurch/patch-2Jan Niklas Hasse2021-05-181-4/+4
|\ \ \
| * | | Attempt to fix Linux CI buildAndrew Scheller2021-05-161-4/+4
|/ / /
* | | Merge pull request #1968 from EliRibble/pull-1818Jan Niklas Hasse2021-05-084-4/+29
|\ \ \