summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
|\ \ \ \
| * | | | Add test for status suppression under '--quiet'.Eli Ribble2021-05-061-0/+18
| * | | | Add jhasse's suggestion to suppress output on '--quiet'.Eli Ribble2021-05-061-1/+1
| * | | | Update help description for --quietHenner Zeller2021-05-061-1/+1
| * | | | Add --quiet option that suppresses status updates.Henner Zeller2021-05-063-3/+10
|/ / / /
* | | | Avoid implicit cast LoadStatus -> boolJan Niklas Hasse2021-04-091-3/+2
* | | | Fix misleading usage of return type of Open*LogJan Niklas Hasse2021-04-091-4/+4
* | | | Merge pull request #1944 from EwoutH/patch-1Jan Niklas Hasse2021-03-291-1/+0
|\ \ \ \
| * | | | CI: macOS: Unfix Xcode version to use the latest stable oneEwout ter Hoeven2021-03-281-1/+0
|/ / / /
* | | | Merge pull request #1937 from bradking/dyndep-out-depfile-inJan Niklas Hasse2021-03-285-5/+86
|\ \ \ \
| * | | | dyndep: reconcile dyndep-specified outputs with depfile-specified inputsBrad King2021-03-244-5/+55
| * | | | dyndep: add dedicated test for dyndep-discovered implicit dependenciesBrad King2021-03-241-0/+31
|/ / / /
* | | | Merge pull request #1935 from jdrouhard/revert_input_mtimeJan Niklas Hasse2021-03-246-223/+257
|\ \ \ \
| * | | | Add some regression tests for additional test casesJohn Drouhard2021-03-241-0/+186
| * | | | Revert "Change build log to always log the most recent input mtime"John Drouhard2021-03-246-226/+74
|/ / / /
* | | | Remove `-w dupbuild` from error message and help outputJan Niklas Hasse2021-03-203-10/+7
* | | | Merge pull request #1753 from jdrouhard/log_input_mtimeJan Niklas Hasse2021-03-206-74/+226
|\ \ \ \
| * | | | Change build log to always log the most recent input mtimeJohn Drouhard2021-03-166-74/+226
|/ / / /
* | | | Merge pull request #1907 from aDotInTheVoid/patch-1Jan Niklas Hasse2021-03-051-2/+3
|\ \ \ \
| * | | | Clarify purpose for implicit dependenciesNixon Enraght-Moony2021-01-291-2/+3
* | | | | Merge pull request #1921 from bradking/windows-code-page-utf8Jan Niklas Hasse2021-03-042-10/+13
|\ \ \ \ \
| * | | | | wincodepage: minimize to indicate UTF-8 or notBrad King2021-03-012-10/+13
|/ / / / /
* | | | | Merge pull request #1918 from bradking/windows-code-pageJan Niklas Hasse2021-02-262-2/+31
|\ \ \ \ \
| * | | | | Add tool to print code page information on WindowsBrad King2021-02-262-0/+29
| * | | | | doc: fix format of 'missingdeps' documentationBrad King2021-02-261-2/+2
|/ / / / /
* | | | | Merge pull request #1916 from scivision/check_msgJan Niklas Hasse2021-02-231-0/+8
|\ \ \ \ \
| * | | | | cmake: add browse check statusMichael Hirsch2021-02-231-0/+8
|/ / / / /
* | | | | 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