summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #1331 from ilor/missingdeps3Jan Niklas Hasse2021-02-239-5/+497
|\ \ \
| * | | missingdeps: use nested maps for edge adjacency cacheTomasz Śniatowski2021-02-222-34/+15
| * | | missingdeps: add exception for targets that dep on build.ninjaTomasz Śniatowski2021-02-221-0/+8
| * | | Add manual entry about the missingdeps toolTomasz Śniatowski2021-02-221-0/+15
| * | | Add a -t missingdeps tool to detect some classes of build flakesTomasz Śniatowski2021-02-226-1/+478
| * | | Refactor depfile loading in preparation for the missingdeps toolTomasz Śniatowski2021-02-222-4/+15
* | | | Merge pull request #1915 from jhasse/windows-utf8Jan Niklas Hasse2021-02-233-15/+32
|\ \ \ \
| * | | | Use UTF-8 on Windows 10 Version 1903, fix #1195Jan Niklas Hasse2021-02-173-15/+32
* | | | | Merge pull request #1911 from eszlari/cmake-cleanupJan Niklas Hasse2021-02-221-13/+13
|\ \ \ \ \
| * | | | | cmake: add_compile_options / PROJECT_SOURCE_DIRPeter Eszlari2021-02-091-13/+13
| | |_|/ / | |/| | |
* | | | | Merge pull request #1899 from colincross/status_for_serializeJan Niklas Hasse2021-02-2211-393/+534
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Put builder output through status interfaceColin Cross2021-02-056-15/+76
| * | | | Turn BuildStatus into an interfaceColin Cross2020-12-189-327/+429
| * | | | Simplify running edges statusColin Cross2020-12-183-25/+21
| * | | | Move edge time from Status to BuilderColin Cross2020-12-184-98/+80
* | | | | Merge pull request #1913 from bradking/windows-removeJan Niklas Hasse2021-02-121-8/+15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | disk_interface: Restore toleration of missing files in RemoveFile on WindowsBrad King2021-02-121-1/+8
| * | | | disk_interface: Do not query bits of INVALID_FILE_ATTRIBUTESBrad King2021-02-121-5/+5
| * | | | disk_interface: Improve wrapping of comment in RemoveFileBrad King2021-02-121-3/+3
|/ / / /
* | | | GitHub Actions: Test both Debug and Release with MSVCJan Niklas Hasse2021-02-121-2/+7
* | | | 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
* | | | Merge pull request #1905 from korli/haikuJan Niklas Hasse2021-01-281-0/+4
|\ \ \ \
| * | | | Add Haiku support.Augustin Cavalier2021-01-281-0/+4
|/ / / /
* | | | Merge pull request #1904 from remexre/masterJan Niklas Hasse2021-01-131-1/+3
|\ \ \ \
| * | | | Adds dyndep support to ninja_syntax.py.Nathan Ringo2021-01-121-1/+3
|/ / / /
* | | | 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 #1893 from AdamKorcz/fuzz1Jan Niklas Hasse2020-12-113-0/+84
|\ \ \ \
| * | | | Created oss-fuzz folder and moved build.sh and sample ninja file into itAdamKorcz2020-12-102-0/+0
| * | | | Added fuzzer with build script and seedAdamKorcz2020-12-083-0/+84
| | |/ / | |/| |
* | | | Merge pull request #1894 from gjasny/modern-add-test-signatureJan Niklas Hasse2020-12-112-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | cmake: Use modern add_test signatureGregor Jasny2020-12-112-2/+2
|/ / /
* | | Ignore new clangd cache directory, tooJan Niklas Hasse2020-12-061-0/+1
* | | 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-062-4/+3
|\ \ \ \
| * | | | [clang-tidy] simplify boolean expressionRosen Penev2020-12-052-4/+3
| |/ / /
* | | | Merge pull request #1873 from jhasse/remove-travisJan Niklas Hasse2020-12-052-36/+21
|\ \ \ \
| * | | | Replace Travis CI with GitHub ActionsJan Niklas Hasse2020-11-062-36/+21
* | | | | Merge pull request #1876 from orgads/msvc-warningsJan Niklas Hasse2020-12-051-1/+3
|\ \ \ \ \
| * | | | | Suppress MSVC warningsOrgad Shaneh2020-11-111-1/+3
* | | | | | Ignore clangd filesJan Niklas Hasse2020-12-041-0/+4
* | | | | | 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