1. 76ddc52 Merge pull request #2434 from gruenich/feature/-actions-warning-upload-artifact by Jan Niklas Hasse · 7 hours ago main master upstream/master
  2. e0bfbc2 Merge pull request #2437 from orgads/slow-cursor by Jan Niklas Hasse · 7 hours ago
  3. efa4586 Merge pull request #2433 from gruenich/feature/improve-dyndep-parser by Jan Niklas Hasse · 8 hours ago
  4. 3d1a5fa RealDiskInterface: Do *not* set locale to an empty string by Orgad Shaneh · 19 hours ago
  5. fd96b9a github actions: Update upload-artifact to version 4 by Christoph Grüninger · 26 hours ago
  6. eb58b49 Replace 'continue' by moving following code into inversed if by Christoph Grüninger · 27 hours ago
  7. b6977e1 Combine two if's into a combined return by Christoph Grüninger · 29 hours ago
  8. 0b6df95 Use C++11 range-based for loops instead of iterator style by Christoph Grüninger · 29 hours ago
  9. 86b2fac Remove unused variable by Christoph Grüninger · 29 hours ago
  10. 0d1e49a Remove consecutive return statements by Christoph Grüninger · 30 hours ago
  11. f07dca3 Merge pull request #2432 from gruenich/feature/c-style-casts by Jan Niklas Hasse · 2 days ago
  12. db5c50e Add cppcoreguidelines-pro-type-cstyle-cast to clang-tidy config by Christoph Grüninger · 3 days ago
  13. cd7364e Use const_cast instead of C-style casts by Christoph Grüninger · 4 days ago
  14. d448ce0 Use static_cast instead of C-style casts by Christoph Grüninger · 4 days ago
  15. 4ef30b1 Merge pull request #2429 from jhasse/elide-middle-even by Jan Niklas Hasse · 6 days ago
  16. 862b53e GitHub Actions: Run output_test.py on Fedora 40 by Jan Niklas Hasse · 8 days ago
  17. 62328b6 ElideMiddle: Don't reduce size by 1 if width is even by Jan Niklas Hasse · 8 days ago
  18. 210e6f2 GitHub Actions doesn't seem to have a valid Git repo, fallback to hard-coded ignore list by Jan Niklas Hasse · 8 days ago
  19. f5b04af misc/ci.py: To make local dev easier, ignore files from .gitignore by Jan Niklas Hasse · 8 days ago
  20. 6659750 GitHub Actions: Add Fedora 40 build which also runs misc/ci.py again by Jan Niklas Hasse · 8 days ago
  21. b914a67 Remove trailing whitespace by Jan Niklas Hasse · 8 days ago
  22. ad50063 Merge pull request #2427 from digit-google/better-critical-path-computation by Jan Niklas Hasse · 8 days ago
  23. f7d9b2f Simplify ComputeCriticalPath() function. by David 'Digit' Turner · 12 days ago
  24. 1eb5308 #include <cstdint> for int64_t, fix #2426 by Jan Niklas Hasse · 2 weeks ago
  25. 2834deb Merge pull request #2422 from Arghnews/update_gtest by Jan Niklas Hasse · 3 weeks ago
  26. 1f8ddb3 Only set define on Windows using MSVC by Justin Riddell · 3 weeks ago
  27. 112576f Change MSVC define to WIN32 to exclude mingw by Justin Riddell · 3 weeks ago
  28. 932a66a Merge pull request #2420 from scivision/fallthrough by Jan Niklas Hasse · 3 weeks ago
  29. fbf698e Merge pull request #2415 from Biswa96/sysinfo-android-bionic by Jan Niklas Hasse · 3 weeks ago
  30. 055a5be Merge pull request #2421 from scivision/cmake-color by Jan Niklas Hasse · 3 weeks ago
  31. 8227479 Update GTest to 1.12.1 by Justin Riddell · 3 weeks ago
  32. 302dc42 correct NINJA_FALLTHROUGH logic by scivision · 3 weeks ago
  33. fafef35 Cmake: avoid unneeded feature check by scivision · 3 weeks ago
  34. 0fefeb3 util: Fix compiling with Android NDK by Biswapriyo Nath · 3 weeks ago
  35. 4a66995 Merge pull request #2414 from heitbaum/warning by Jan Niklas Hasse · 3 weeks ago
  36. da11ea2 Move Status interface into its own header by Jan Niklas Hasse · 4 weeks ago
  37. 8ea5fa8 fix: add explict braces to avoid ambiguous else by Rudi Heitbaum · 3 weeks ago
  38. 29b8f16 Merge pull request #2408 from Repiteo/more-type-hints by Jan Niklas Hasse · 3 weeks ago
  39. 3396d76 Merge pull request #2413 from gjasny/fix-missing-const by Jan Niklas Hasse · 3 weeks ago
  40. b4c9370 fix: add missing const by Gregor Jasny · 3 weeks ago
  41. 71b59d8 Merge pull request #2337 from ninja-build/dependabot/github_actions/actions/checkout-4 by Jan Niklas Hasse · 3 weeks ago
  42. a3838e0 Bump actions/checkout from 2 to 4 by dependabot[bot] · 3 weeks ago
  43. cbcfd54 GitHub Actions: Drop RHEL 7 support in favor of RHEL 8 (#2388) by Jan Niklas Hasse · 3 weeks ago
  44. 1e6b581 Update documentation for %p, fix #1145 by Jan Niklas Hasse · 3 weeks ago
  45. 9028a94 Return 130 instead of 2 when interrupted by Ctrl+C, fix #430 by Jan Niklas Hasse · 3 weeks ago
  46. 1dcebc6 mark this 1.13.0.git by Jan Niklas Hasse · 3 weeks ago
  47. 977096a Implement type hints in remaining python files by Thaddeus Crews · 4 weeks ago
  48. 4afe2a6 Merge pull request #2407 from Repiteo/type-hints by Jan Niklas Hasse · 4 weeks ago
  49. d7bb3f3 Merge pull request #2406 from dcbaker/submit/cleandad-fixes by Jan Niklas Hasse · 4 weeks ago
  50. 9cabe6a Implement type hints in `ninja_syntax.py` by Thaddeus Crews · 5 weeks ago
  51. e3f44dd clean: Improve performance in presence of dynamic dependencies by Dylan Baker · 5 weeks ago
  52. 003bb3b cleandead: remove outputs specified by dyndep files by Dylan Baker · 5 weeks ago
  53. 903a05c Merge pull request #2390 from jheydebrand/handle-deleted-logs-during-recompact by Jan Niklas Hasse · 6 weeks ago
  54. 481889b Merge pull request #2398 from paboldin/pboldin/fixes/meson-lisa-dpdk-build by Jan Niklas Hasse · 6 weeks ago
  55. 878aa46 Gracefully handle outdated .ninja_log during '-t recompact' by von Heydebrand Julian · 8 weeks ago
  56. 9279832 Merge pull request #2399 from jhasse/github-actions-ubuntu-update by Jan Niklas Hasse · 7 weeks ago
  57. 7712e30 AppVeyor: Update Ubuntu to 22.04 by Jan Niklas Hasse · 7 weeks ago
  58. be64d22 GitHub Actions: Update Ubuntu versions to 20.04, 22.04 and 24.04 by Jan Niklas Hasse · 7 weeks ago
  59. e5413d3 CanonicalizePath: fix 'a/b/.._foo' -> 'a' replacement by Pavel Boldin · 7 weeks ago
  60. 86997c4 Merge pull request #2394 from jheydebrand/GetLastErrorString-crash by Jan Niklas Hasse · 7 weeks ago
  61. 3b23631 Merge pull request #2396 from digit-google/remove-Worder-warnings by Jan Niklas Hasse · 7 weeks ago
  62. 0c1e006 Merge pull request #2395 from digit-google/fix-output_test by Jan Niklas Hasse · 7 weeks ago
  63. 8d47b88 Merge pull request #1963 from LebedevRI/reliable-eta by Jan Niklas Hasse · 7 weeks ago
  64. ca11416 Merge pull request #2391 from digit-google/empty-depfiles by Jan Niklas Hasse · 7 weeks ago
  65. 9792634 Support empty depfiles. by David 'Digit' Turner · 8 weeks ago
  66. 42f7b0a graph.h: Use default initializers to remove -Worder warnings. by David 'Digit' Turner · 7 weeks ago
  67. 58851eb Minor fix to output_test.py by David 'Digit' Turner · 7 weeks ago
  68. df4c6a4 Fix crash when FormatMessageA sets lpBuffer to nullptr by von Heydebrand Julian · 7 weeks ago
  69. ab510c7 Fix comparision error between pointer and NULL by Jan Niklas Hasse · 9 weeks ago
  70. bf6409a Merge pull request #1949 from Flowdalic/load-capacity by Jan Niklas Hasse · 9 weeks ago
  71. 460dff8 Merge pull request #2177 from peterbell10/cpsched-2 by Jan Niklas Hasse · 9 weeks ago
  72. 5f93e5a Merge pull request #2385 from icebreaker/missing_include_guards by Jan Niklas Hasse · 2 months ago
  73. 9a4f715 added missing include guards by Mihail Szabolcs · 3 months ago
  74. a1ad0fb GitHub Actions: Only specify major version for actions/upload-release-asset by Jan Niklas Hasse · 3 months ago
  75. 74d795c GitHub Actions: Don't specify patch version for actions/upload-release-asset by Jan Niklas Hasse · 3 months ago
  76. 9e44a19 Merge pull request #2373 from digit-google/document-manual-generation by Jan Niklas Hasse · 3 months ago
  77. ccf2339 README.md: document Manual and Doxygen generation by David 'Digit' Turner · 4 months ago
  78. d7a7c3b Merge pull request #2369 from Colecf/dark_mode by Jan Niklas Hasse · 3 months ago
  79. 7ea6df3 Merge pull request #2375 from scivision/correct-flag by Jan Niklas Hasse · 3 months ago
  80. 8b42a30 correction to #2360 by scivision · 4 months ago
  81. fd70676 Merge pull request #2360 from Simonhancrew/master by Jan Niklas Hasse · 4 months ago
  82. e40ed8e Add a dark mode to the docs by Cole Faust · 4 months ago
  83. 8eedf93 [FIX] compile: gcc version > 11.3, treat -Wmaybe-uninitialized as error by yourfather · 5 months ago
  84. 766eca4 Merge pull request #2358 from digit-google/fix-canonicalize-path2 by Jan Niklas Hasse · 4 months ago
  85. 4d38849 CanonicalizePath: Remove kMaxComponents limit by David 'Digit' Turner · 5 months ago
  86. 9772a29 Merge pull request #2356 from jhasse/remove-w-dupbuild by Jan Niklas Hasse · 5 months ago
  87. 4d98903 Improve misleading error message when an output is defined multiple times by Jan Niklas Hasse · 5 months ago
  88. 09b6b4e Merge pull request #2302 from Snektron/timer-to-micros-chrono by Jan Niklas Hasse · 5 months ago
  89. 8f47d5a Remove `-w dupbuild` completely, always error on duplicate edges by Jan Niklas Hasse · 5 months ago
  90. 8a2575e Consider the remaining load capacity in main loop by Florian Schmaus · 3 years, 1 month ago
  91. 82a7cb3 Merge pull request #2292 from digit-google/fix-stats-report by Jan Niklas Hasse · 5 months ago
  92. e64ed58 Merge pull request #2219 from Siogian/master by Jan Niklas Hasse · 5 months ago
  93. 4b6a8ac Merge pull request #1562 from jhasse/googletest by Jan Niklas Hasse · 5 months ago
  94. 236e320 Merge pull request #2355 from orgads/typo by Jan Niklas Hasse · 5 months ago
  95. 55bc484 Fix typo by Orgad Shaneh · 6 months ago
  96. 72e5727 Merge pull request #2352 from digit-google/remove-phony-in-edges by Jan Niklas Hasse · 6 months ago
  97. 87c92f2 CMakeLists.txt: Use GTest::gtest instead of gtest by David 'Digit' Turner · 6 months ago
  98. a744eea Remove phony edges for nodes created by a dependency loader. by David 'Digit' Turner · 6 months ago
  99. 2a2e470 Merge pull request #2350 from taminob/bugfix/2342/remove-no-work-to-do-output-with-quiet by Jan Niklas Hasse · 6 months ago
  100. b60a7dd Merge pull request #2347 from sunshaoce/RE2C_PROPER by Jan Niklas Hasse · 6 months ago