1. de08982 Merge pull request #2634 from digit-google/jobserver-pool by Jan Niklas Hasse · 3 days ago main master upstream/master
  2. e188486 Merge pull request #2781 from Omotola/fix/msvc-warnings-c4244-c4267 by Jan Niklas Hasse · 3 days ago
  3. bfb4e71 Merge pull request #2655 from magistau/zero-deps by Jan Niklas Hasse · 3 days ago
  4. 4e794fe Enable MSVC warnings C4244 and C4267 (#2769) by Omotola Akeredolu · 12 days ago
  5. a907177 Support `enable_jobserver_pool = 1` in `build.ninja`. by David 'Digit' Turner · 13 days ago
  6. 7424d27 Implement GNU jobserver pool mode. by David 'Digit' Turner · 13 days ago
  7. 41ed4aa Add JobserverPool class. by David 'Digit' Turner · 13 days ago
  8. d6cba0f feat: `zero` deps format by Tau · 4 weeks ago
  9. b51a1e3 Merge pull request #2817 from moritzx22/fixUnitTest_DyndepBuildDiscoverOutputAndDepfileInput by Jan Niklas Hasse · 6 weeks ago
  10. 7255bed Unittest DyndepBuildDiscoverOutputAndDepfileInput by moritzx22 · 6 weeks ago
  11. fc6bb98 Use 2 spaces for indent in CMakeLists.txt, too by Jan Niklas Hasse · 7 weeks ago
  12. 88f90e8 Merge pull request #2680 from moritzx22/fix2666 by Jan Niklas Hasse · 7 weeks ago
  13. 0b115d8 Load depfile only when output nodes are not dirty by Moritz · 7 weeks ago
  14. a658435 Refactor dirty‑state recomputation with caching and cleanup by moritzX22 · 7 weeks ago
  15. 3d87209 Refactoring by moritzX22 · 7 weeks ago
  16. 2501879 Reorder operations in RecomputeNodeDirty by moritzX22 · 7 weeks ago
  17. 77d328f Merge pull request #2797 from orgads/emhash by Jan Niklas Hasse · 8 weeks ago
  18. ada4c10 Merge pull request #2809 from elliotgoodrich/fix-signature-mismatch by Jan Niklas Hasse · 10 weeks ago
  19. 034e2b8 Fix signature mismatch in `StatusFormatEnv` by Elliot Goodrich · 10 weeks ago
  20. 89a60db Merge pull request #2716 from elliotgoodrich/take-stringpiece-on-graph-methods by Jan Niklas Hasse · 10 weeks ago
  21. ce60eb1 Merge pull request #2774 from jhasse/status-description by Jan Niklas Hasse · 10 weeks ago
  22. 33a4003 Merge pull request #2799 from orgads/mkdtemp-mingw by Jan Niklas Hasse · 10 weeks ago
  23. 8942286 Merge pull request #2804 from ninja-build/dependabot/github_actions/actions/checkout-7 by Jan Niklas Hasse · 10 weeks ago
  24. 9cf0f74 Bump actions/checkout from 6 to 7 by dependabot[bot] · 3 months ago
  25. 06191e7 Merge pull request #2796 from orgads/tests-pipe by Jan Niklas Hasse · 3 months ago
  26. a2f5ce7 Fix test build on mingw by Orgad Shaneh · 3 months ago
  27. 77fc2c3 Update emhash by Orgad Shaneh · 3 months ago
  28. d128826 Tests: Use context manager for Popen by Orgad Shaneh · 3 months ago
  29. f735970 Merge pull request #2751 from philwo/clean-multi-outputs by Jan Niklas Hasse · 3 months ago
  30. cdb7c8b Merge pull request #2763 from braydenkrus/patch-2 by Jan Niklas Hasse · 3 months ago
  31. ec91f7d Merge pull request #2789 from bradking/dyndep-multi by Jan Niklas Hasse · 3 months ago
  32. f942e6e Merge pull request #2792 from orgads/bootstrap-test by Jan Niklas Hasse · 3 months ago
  33. 75c3aee Fix bootstrap with unit tests by Orgad Shaneh · 3 months ago
  34. dd1faec dyndep: fix handling of multiple dyndep file outputs on one edge by Brad King · 3 months ago
  35. 5a7fe11 deduplicate CMake target logic (#2775) by scivision · 4 months ago
  36. 173f464 Merge pull request #2777 from scivision/cmake-noop by Jan Niklas Hasse · 4 months ago
  37. 2c729fa Remove unnecessary NO_COLOR checks, condense checks for CLICOLOR_FORCE and FORCE_COLOR by Brayden Krus · 4 months ago
  38. 0d57a90 remove noop CMake policy - always new already by scivision · 4 months ago
  39. 23a6827 Allow to change order of description in --status by Jan Niklas Hasse · 4 months ago
  40. 2a8ddcc Merge pull request #2772 from jhasse/status-cmd-line by Jan Niklas Hasse · 4 months ago
  41. 0f55557 Add --status flag with Ninja-style variable expansion by Jan Niklas Hasse · 4 months ago
  42. 166d023 Merge pull request #2771 from jhasse/test_issue_2621 by Jan Niklas Hasse · 4 months ago
  43. 28d5408 Make test_issue_2621 resistence against different ordering by Jan Niklas Hasse · 4 months ago
  44. aa4c15c Merge pull request #2722 from elliotgoodrich/small-string-utils by Jan Niklas Hasse · 4 months ago
  45. 68398e1 Merge pull request #2738 from ninja-build/dependabot/github_actions/actions/upload-artifact-7 by Jan Niklas Hasse · 4 months ago
  46. b7b5d31 Merge pull request #2744 from braydenkrus/patch-1 by Jan Niklas Hasse · 4 months ago
  47. 02e3fd2 Merge pull request #2765 from jhasse/builddir-target by Jan Niklas Hasse · 4 months ago
  48. 044656d Add a check for NO_COLOR for UNIX that was included for Windows by Brayden Krus · 4 months ago
  49. 6aa47db Use anonymous namespace for helper functions, uncomment NO_COLOR code by Brayden Krus · 4 months ago
  50. d4f11df Remove ansi_color, move its implementation to line_printer by Brayden Krus · 4 months ago
  51. 61b029a Switch to getenv and _putenv_s for Windows ansi_color by Brayden Krus · 4 months ago
  52. f19dc4a Address comments by Jan Niklas Hasse · 4 months ago
  53. a830ae5 Merge pull request #2726 from jamesl-10/ninja-parallelism by Jan Niklas Hasse · 4 months ago
  54. 14fa2b7 Fix AnsiColorTest on Windows, remove Windows line endings by Brayden Krus · 5 months ago
  55. 1e6c96f Implement ansi_color by Brayden Krus · 5 months ago
  56. 201c9b9 Implement ansi_color by Brayden Krus · 5 months ago
  57. 27e4b60 Simplify helper functions by Brayden Krus · 5 months ago
  58. def9560 Merge pull request #2764 from skeeto/fix-recovery by Nico Weber · 5 months ago
  59. e1707b4 Add support for FORCE_COLOR. (For now) comment out NO_COLOR logic by Brayden Krus · 5 months ago
  60. cedf78d Merge pull request #2739 from jhasse/exclude-validation-edges-from-compdb by Jan Niklas Hasse · 5 months ago
  61. 93e431a Fall back to $builddir/target when target lookup fails by Jan Niklas Hasse · 5 months ago
  62. 947aade Merge pull request #2753 from bradking/explain-dyndep by Jan Niklas Hasse · 5 months ago
  63. 93d37d0 Add test for deps log duplicate path record recovery. by Christopher Wellons · 5 months ago
  64. 3f910ed Fix deps log recovery failing to remove corrupt records by Christopher Wellons · 5 months ago
  65. 54ce433 Clean unneeded comment by Brayden Krus · 5 months ago
  66. 467483f Implement helper functions for NO_COLOR and CLICOLOR_FORCE by Brayden Krus · 5 months ago
  67. 0d80e3c Fix `getenv` by Brayden Krus · 5 months ago
  68. ad4a073 Check `NO_COLOR` flag before `CLICOLOR_FORCE` by Brayden Krus · 5 months ago
  69. bbde7f3 Restore "explain" output when a dyndep file is loaded by Brad King · 5 months ago
  70. b7bbeec Add test for `ninja -d explain` with dyndep by Brad King · 5 months ago
  71. 1ad778b Migrate explanation printing from StatusPrinter to Explanations by Brad King · 5 months ago
  72. 2dc18d3 Factor out implementation of Explanations into a dedicated source by Brad King · 5 months ago
  73. b90f358 Merge pull request #2756 from bradking/graph-visit-cleanup by Jan Niklas Hasse · 5 months ago
  74. f42b614 Simplify logic that updates an edge from dyndep and depfile bindings by Brad King · 5 months ago
  75. 85f4e5e Merge pull request #2750 from lklivingstone/fix/browse-url-encode by Jan Niklas Hasse · 5 months ago
  76. 882af5e Explicitly load a node's mtime before comparing it to the deps log by Brad King · 5 months ago
  77. ec78f22 fix URL-encode targets in -t browse by lklivingstone · 5 months ago
  78. 79482d3 Queue an edge's validation nodes before *all* inputs by Brad King · 5 months ago
  79. 57157f6 Merge pull request #2754 from bradking/doc-dyndep by Jan Niklas Hasse · 5 months ago
  80. 1cda427 Document more precisely how a dyndep file may affect the build graph by Brad King · 6 months ago
  81. a37b2ce Merge pull request #2749 from bradking/graph-visit-order by Jan Niklas Hasse · 6 months ago
  82. c04c557 Merge pull request #2747 from cuiweixie/fix/lexer-version-check-operator by Jan Niklas Hasse · 6 months ago
  83. 297718e clang-tidy: bugprone-assignment-in-if-condition by Jan Niklas Hasse · 6 months ago
  84. 2ae7caf Fix -t clean to remove all outputs of multi-output edges by Philipp Wollermann · 6 months ago
  85. 36c1fd9 Visit all of an edge's inputs before checking if any is ready by Brad King · 6 months ago
  86. 258ec10 fix: use == instead of = in newline escape version check by Weixie Cui · 6 months ago
  87. 389d044 Document `pool` option under "Rule Variables" by Brayden Krus · 6 months ago
  88. 1a7da2b Added regression test for jobserver token availability by jamesl-10 · 6 months ago
  89. 8af25f1 Capture runner states in BuildResult algebraic data type by jamesl-10 · 6 months ago
  90. 5ff92d8 Merge pull request #2741 from adrian-javid/editor_config_python_indent_size_4 by Jan Niklas Hasse · 6 months ago
  91. 293b34d update `.editorconfig` such that indent size of 4 is used for Python files by Adrian · 6 months ago
  92. f7da445 compdb: Exclude validation-only edges from compile_commands.json by Jan Niklas Hasse · 6 months ago
  93. 8e0d1ff Add integration test to see if compdb tool includes validation-only edges by Jan Niklas Hasse · 6 months ago
  94. 9ec8b85 Handle jobserver token availability in runner by jamesl-10 · 6 months ago
  95. 16000e1 Change SubprocessSet::DoWork to react to Jobserver token availability by jamesl-10 · 6 months ago
  96. 0cd88be Merge pull request #2729 from codesuki/validations by Jan Niklas Hasse · 6 months ago
  97. 8a2d5fb Bump actions/upload-artifact from 6 to 7 by dependabot[bot] · 6 months ago
  98. 131337b Fix typo, improve formatting in README.md by Jan Niklas Hasse · 6 months ago
  99. b227a2d Merge pull request #2736 from haosenwang1018/fix/bare-excepts by Jan Niklas Hasse · 6 months ago
  100. 394ba36 Merge pull request #2737 from zufuliu/msvc-c++17 by Jan Niklas Hasse · 6 months ago