1. ee43260 Merge pull request #2451 from digit-google/explanations-class by Jan Niklas Hasse · 65 minutes ago main master upstream/master
  2. 214df86 Remove the global explanations_ variable. by David 'Digit' Turner · 4 days ago
  3. 1cb6ef8 Status: Add SetExplanations() method. by David 'Digit' Turner · 4 days ago
  4. 986d844 Add Explanations class by David 'Digit' Turner · 4 days ago
  5. 805cf31 Merge pull request #2067 from drothlis/explain-later by Jan Niklas Hasse · 6 days ago
  6. f14a949 Merge pull request #2448 from digit-google/build-tests-in-configure.py by Jan Niklas Hasse · 9 days ago
  7. d4b6084 Merge pull request #2428 from jhasse/elide-middle-ansi-escape by Jan Niklas Hasse · 9 days ago
  8. afcd4a1 configure.py: Support --gtest-source-dir to build tests. by David 'Digit' Turner · 11 days ago
  9. c470bf7 Merge pull request #2443 from digit-google/critical-path-with-topo-sort by Jan Niklas Hasse · 12 days ago
  10. ef89584 ComputeCriticalPath: Use topological sort to speed up function. by David 'Digit' Turner · 2 weeks ago
  11. 808fab6 Add test for "-d explain" output by David Röthlisberger · 2 years, 3 months ago
  12. 37e0870 misc/output_test.py: Refactor to allow calling ninja multiple times by David Röthlisberger · 2 years, 3 months ago
  13. 8e6c741 "explain" debug prints just before each command is run by David Röthlisberger · 2 years, 5 months ago
  14. 554579d Merge pull request #2440 from jdrouhard/dry-run-fix by Jan Niklas Hasse · 2 weeks ago
  15. 9f0f6ad fix: don't attempt to write and stat the lock file during dry runs by John Drouhard · 3 weeks ago
  16. 76ddc52 Merge pull request #2434 from gruenich/feature/-actions-warning-upload-artifact by Jan Niklas Hasse · 3 weeks ago
  17. e0bfbc2 Merge pull request #2437 from orgads/slow-cursor by Jan Niklas Hasse · 3 weeks ago
  18. efa4586 Merge pull request #2433 from gruenich/feature/improve-dyndep-parser by Jan Niklas Hasse · 3 weeks ago
  19. 3d1a5fa RealDiskInterface: Do *not* set locale to an empty string by Orgad Shaneh · 3 weeks ago
  20. fd96b9a github actions: Update upload-artifact to version 4 by Christoph Grüninger · 3 weeks ago
  21. eb58b49 Replace 'continue' by moving following code into inversed if by Christoph Grüninger · 3 weeks ago
  22. b6977e1 Combine two if's into a combined return by Christoph Grüninger · 3 weeks ago
  23. 0b6df95 Use C++11 range-based for loops instead of iterator style by Christoph Grüninger · 3 weeks ago
  24. 86b2fac Remove unused variable by Christoph Grüninger · 3 weeks ago
  25. 0d1e49a Remove consecutive return statements by Christoph Grüninger · 3 weeks ago
  26. f07dca3 Merge pull request #2432 from gruenich/feature/c-style-casts by Jan Niklas Hasse · 3 weeks ago
  27. db5c50e Add cppcoreguidelines-pro-type-cstyle-cast to clang-tidy config by Christoph Grüninger · 3 weeks ago
  28. cd7364e Use const_cast instead of C-style casts by Christoph Grüninger · 3 weeks ago
  29. d448ce0 Use static_cast instead of C-style casts by Christoph Grüninger · 3 weeks ago
  30. 522c6e4 Use emplace_back by Jan Niklas Hasse · 3 weeks ago
  31. 7454b0b Correctly handle ANSI Escape Codes in ElideMiddle, fix #713 by Jan Niklas Hasse · 4 weeks ago
  32. 4ef30b1 Merge pull request #2429 from jhasse/elide-middle-even by Jan Niklas Hasse · 3 weeks ago
  33. 862b53e GitHub Actions: Run output_test.py on Fedora 40 by Jan Niklas Hasse · 4 weeks ago
  34. 62328b6 ElideMiddle: Don't reduce size by 1 if width is even by Jan Niklas Hasse · 4 weeks ago
  35. 210e6f2 GitHub Actions doesn't seem to have a valid Git repo, fallback to hard-coded ignore list by Jan Niklas Hasse · 4 weeks ago
  36. f5b04af misc/ci.py: To make local dev easier, ignore files from .gitignore by Jan Niklas Hasse · 4 weeks ago
  37. 6659750 GitHub Actions: Add Fedora 40 build which also runs misc/ci.py again by Jan Niklas Hasse · 4 weeks ago
  38. b914a67 Remove trailing whitespace by Jan Niklas Hasse · 4 weeks ago
  39. ad50063 Merge pull request #2427 from digit-google/better-critical-path-computation by Jan Niklas Hasse · 4 weeks ago
  40. f7d9b2f Simplify ComputeCriticalPath() function. by David 'Digit' Turner · 4 weeks ago
  41. 1eb5308 #include <cstdint> for int64_t, fix #2426 by Jan Niklas Hasse · 5 weeks ago
  42. 2834deb Merge pull request #2422 from Arghnews/update_gtest by Jan Niklas Hasse · 5 weeks ago
  43. 1f8ddb3 Only set define on Windows using MSVC by Justin Riddell · 5 weeks ago
  44. 112576f Change MSVC define to WIN32 to exclude mingw by Justin Riddell · 5 weeks ago
  45. 932a66a Merge pull request #2420 from scivision/fallthrough by Jan Niklas Hasse · 5 weeks ago
  46. fbf698e Merge pull request #2415 from Biswa96/sysinfo-android-bionic by Jan Niklas Hasse · 5 weeks ago
  47. 055a5be Merge pull request #2421 from scivision/cmake-color by Jan Niklas Hasse · 5 weeks ago
  48. 8227479 Update GTest to 1.12.1 by Justin Riddell · 5 weeks ago
  49. 302dc42 correct NINJA_FALLTHROUGH logic by scivision · 5 weeks ago
  50. fafef35 Cmake: avoid unneeded feature check by scivision · 5 weeks ago
  51. 0fefeb3 util: Fix compiling with Android NDK by Biswapriyo Nath · 6 weeks ago
  52. 4a66995 Merge pull request #2414 from heitbaum/warning by Jan Niklas Hasse · 6 weeks ago
  53. da11ea2 Move Status interface into its own header by Jan Niklas Hasse · 6 weeks ago
  54. 8ea5fa8 fix: add explict braces to avoid ambiguous else by Rudi Heitbaum · 6 weeks ago
  55. 29b8f16 Merge pull request #2408 from Repiteo/more-type-hints by Jan Niklas Hasse · 6 weeks ago
  56. 3396d76 Merge pull request #2413 from gjasny/fix-missing-const by Jan Niklas Hasse · 6 weeks ago
  57. b4c9370 fix: add missing const by Gregor Jasny · 6 weeks ago
  58. 71b59d8 Merge pull request #2337 from ninja-build/dependabot/github_actions/actions/checkout-4 by Jan Niklas Hasse · 6 weeks ago
  59. a3838e0 Bump actions/checkout from 2 to 4 by dependabot[bot] · 6 weeks ago
  60. cbcfd54 GitHub Actions: Drop RHEL 7 support in favor of RHEL 8 (#2388) by Jan Niklas Hasse · 6 weeks ago
  61. 1e6b581 Update documentation for %p, fix #1145 by Jan Niklas Hasse · 6 weeks ago
  62. 9028a94 Return 130 instead of 2 when interrupted by Ctrl+C, fix #430 by Jan Niklas Hasse · 6 weeks ago
  63. 1dcebc6 mark this 1.13.0.git by Jan Niklas Hasse · 6 weeks ago
  64. 977096a Implement type hints in remaining python files by Thaddeus Crews · 6 weeks ago
  65. 4afe2a6 Merge pull request #2407 from Repiteo/type-hints by Jan Niklas Hasse · 6 weeks ago
  66. d7bb3f3 Merge pull request #2406 from dcbaker/submit/cleandad-fixes by Jan Niklas Hasse · 6 weeks ago
  67. 9cabe6a Implement type hints in `ninja_syntax.py` by Thaddeus Crews · 8 weeks ago
  68. e3f44dd clean: Improve performance in presence of dynamic dependencies by Dylan Baker · 7 weeks ago
  69. 003bb3b cleandead: remove outputs specified by dyndep files by Dylan Baker · 8 weeks ago
  70. 903a05c Merge pull request #2390 from jheydebrand/handle-deleted-logs-during-recompact by Jan Niklas Hasse · 9 weeks ago
  71. 481889b Merge pull request #2398 from paboldin/pboldin/fixes/meson-lisa-dpdk-build by Jan Niklas Hasse · 9 weeks ago
  72. 878aa46 Gracefully handle outdated .ninja_log during '-t recompact' by von Heydebrand Julian · 2 months ago
  73. 9279832 Merge pull request #2399 from jhasse/github-actions-ubuntu-update by Jan Niklas Hasse · 9 weeks ago
  74. 7712e30 AppVeyor: Update Ubuntu to 22.04 by Jan Niklas Hasse · 10 weeks ago
  75. be64d22 GitHub Actions: Update Ubuntu versions to 20.04, 22.04 and 24.04 by Jan Niklas Hasse · 10 weeks ago
  76. e5413d3 CanonicalizePath: fix 'a/b/.._foo' -> 'a' replacement by Pavel Boldin · 10 weeks ago
  77. 86997c4 Merge pull request #2394 from jheydebrand/GetLastErrorString-crash by Jan Niklas Hasse · 10 weeks ago
  78. 3b23631 Merge pull request #2396 from digit-google/remove-Worder-warnings by Jan Niklas Hasse · 10 weeks ago
  79. 0c1e006 Merge pull request #2395 from digit-google/fix-output_test by Jan Niklas Hasse · 10 weeks ago
  80. 8d47b88 Merge pull request #1963 from LebedevRI/reliable-eta by Jan Niklas Hasse · 10 weeks ago
  81. ca11416 Merge pull request #2391 from digit-google/empty-depfiles by Jan Niklas Hasse · 10 weeks ago
  82. 9792634 Support empty depfiles. by David 'Digit' Turner · 2 months ago
  83. 42f7b0a graph.h: Use default initializers to remove -Worder warnings. by David 'Digit' Turner · 2 months ago
  84. 58851eb Minor fix to output_test.py by David 'Digit' Turner · 2 months ago
  85. df4c6a4 Fix crash when FormatMessageA sets lpBuffer to nullptr by von Heydebrand Julian · 2 months ago
  86. ab510c7 Fix comparision error between pointer and NULL by Jan Niklas Hasse · 3 months ago
  87. bf6409a Merge pull request #1949 from Flowdalic/load-capacity by Jan Niklas Hasse · 3 months ago
  88. 460dff8 Merge pull request #2177 from peterbell10/cpsched-2 by Jan Niklas Hasse · 3 months ago
  89. 5f93e5a Merge pull request #2385 from icebreaker/missing_include_guards by Jan Niklas Hasse · 3 months ago
  90. 9a4f715 added missing include guards by Mihail Szabolcs · 3 months ago
  91. a1ad0fb GitHub Actions: Only specify major version for actions/upload-release-asset by Jan Niklas Hasse · 3 months ago
  92. 74d795c GitHub Actions: Don't specify patch version for actions/upload-release-asset by Jan Niklas Hasse · 3 months ago
  93. 9e44a19 Merge pull request #2373 from digit-google/document-manual-generation by Jan Niklas Hasse · 3 months ago
  94. ccf2339 README.md: document Manual and Doxygen generation by David 'Digit' Turner · 4 months ago
  95. d7a7c3b Merge pull request #2369 from Colecf/dark_mode by Jan Niklas Hasse · 3 months ago
  96. 7ea6df3 Merge pull request #2375 from scivision/correct-flag by Jan Niklas Hasse · 3 months ago
  97. 8b42a30 correction to #2360 by scivision · 4 months ago
  98. fd70676 Merge pull request #2360 from Simonhancrew/master by Jan Niklas Hasse · 5 months ago
  99. e40ed8e Add a dark mode to the docs by Cole Faust · 5 months ago
  100. 8eedf93 [FIX] compile: gcc version > 11.3, treat -Wmaybe-uninitialized as error by yourfather · 6 months ago