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