1. b2ac0e7 Limit the maximum number of GN worker threads to 32. by Takuto Ikuta · 4 days ago main master
  2. c91f7e8 Remove premature target writing before validation during `gn gen`. by David 'Digit' Turner · 8 days ago
  3. 755ea88 Only run target checks in background threads during resolution. by David 'Digit' Turner · 5 days ago
  4. 3007f57 Add additional files to gitignore by Matt Stark · 2 weeks ago
  5. 335219e Add `inputs` parameter to `tool`. by Matt Stark · 3 weeks ago
  6. 85999e3 Unit test foo* not just *foo patterns by Richard Wang · 10 days ago
  7. d22fa2d Unit test edge cases around consecutive \b in patterns by Richard Wang · 10 days ago
  8. 2941d2a Reject newlines in string config values (defines, cflags, etc.) by Nico Weber · 3 weeks ago
  9. 382e68c Set clang-format to use C++20 by Matt Stark · 2 weeks ago
  10. 83c605e Run formatter by Matt Stark · 2 weeks ago
  11. 129ce6b Bump min mac version flag. by Matt Stark · 2 weeks ago
  12. d8c2f07 Add --error-limit flag to control error output count by Takuto Ikuta · 3 weeks ago
  13. 3c855e6 [gn] Fix Value::operator== for empty lists by Takuto Ikuta · 3 weeks ago
  14. ef0e058 [gn] Optimize Value::LIST with Copy-On-Write using nullptr by Takuto Ikuta · 3 weeks ago
  15. a155c8c Capture C++ modules compilation commands in compile_commands.json by Takuto Ikuta · 4 weeks ago
  16. 1a310e8 Output -fmodule-map-file as well as -fmodule-file for module dependencies. by Matt Stark · 4 weeks ago
  17. 6767e99 Optimize HeaderChecker by parallelizing ReachabilityCache pre-calculation and removing lock contention. by Takuto Ikuta · 4 weeks ago
  18. 47b40ef Optimize HeaderChecker file I/O by parsing files only once by Takuto Ikuta · 5 weeks ago
  19. bfffe16 Optimize reachability cache to drastically reduce BFS executions by Takuto Ikuta · 5 weeks ago
  20. 2c775ed Remove unused targets_count_ in HeaderChecker by Takuto Ikuta · 5 weeks ago
  21. f896025 Apply clang-format by Takuto Ikuta · 5 weeks ago
  22. 2d1bf87 Use high-performance cores on Apple Silicon for worker pool by Takuto Ikuta · 5 weeks ago
  23. 318ec1d Optimize HeaderChecker::IsDependencyOf using HashTableBase by Takuto Ikuta · 5 weeks ago
  24. 18d8e6d [perf] Optimize HeaderChecker BFS using reserve() by Takuto Ikuta · 5 weeks ago
  25. 9d19a78 [perf] Share ResolvedTargetData across worker threads by Takuto Ikuta · 6 weeks ago
  26. 651e16f [perf] Cache dependency checks in HeaderChecker by Takuto Ikuta · 6 weeks ago
  27. 41942b7 [test] Fix SetupTest.AbsolutePythonPathInsideRootDir on macOS by Takuto Ikuta · 6 weeks ago
  28. 77e6715 [mac] Update minimum macOS version to 10.12 by Takuto Ikuta · 6 weeks ago
  29. 304bbef Include validations when collecting metadata by Neri Marschik · 7 weeks ago
  30. ae3a7d3 Fix target being written twice under certain circumstances by Neri Marschik · 7 weeks ago
  31. 7498ca2 Add validation support to gn analyze/desc/path/refs by Neri Marschik · 8 weeks ago
  32. b7f5917 Fix race condition when using validations by Neri Marschik · 8 weeks ago
  33. 3c0f5be Add pcm files to the deps of phony target by Takuto Ikuta · 8 weeks ago
  34. bd3356a Add `validations` dependency type to targets by Neri Marschik · 9 weeks ago
  35. 103f8b4 Fix result of Scheduler::Run() with empty work queue by Matthias Liedtke · 2 months ago
  36. 1d89b98 Add conductor setup files by Matt Stark · 9 months ago
  37. 9673115 Improve writing runtime deps by Greg Thompson · 3 months ago
  38. 5550ba0 Unit test label user visible name by Richard Wang · 3 months ago
  39. aac7c27 Improve error message for rebase_path builtin by Neri Marschik · 3 months ago
  40. 1a9fc61 Minor table-driven test refactor by Richard Wang · 3 months ago
  41. 40aac3f win: Use relative path for python in ninja files if possible by Shezan Baig · 3 months ago
  42. 64d3586 Fix sha2 on big endian by Milad Fa · 4 months ago
  43. 3c18899 [Windows] Reduce the number of worker threads on many-core machines by Greg Thompson · 3 months ago
  44. 4e0818f Add a sha256 hash implementation and use it for string_hash by Daniel Cheng · 4 months ago
  45. 5964f49 Opt-in to the Windows SegmentHeap by Greg Thompson · 4 months ago
  46. 0eb071f Add a `module_name` flag to source_set. by Matt Stark · 4 months ago
  47. bf891ce Refactor module name to be dynamic. by Matt Stark · 4 months ago
  48. 8450d60 Optimize vector creation in compile_commands_writer.cc. by Jeffrey Yu · 4 months ago
  49. 6e0b557 Run 'tools/run_formatter.sh' by Matt Stark · 4 months ago
  50. ab6f8b2 Implement `string_hash` function. by Lukasz Anforowicz · 4 months ago
  51. d92aee2 Support weak_libraries by XiaoPeng Li · 4 months ago
  52. 4619125 Do not add .inputdeps paths to --ninja-outputs-file by David 'Digit' Turner · 4 months ago
  53. fb3b73d Make clang modules output -fmodule-file=foo=<pcm>. by Matt Stark · 5 months ago
  54. a156d0b infra: Revert CIPD autoconf by Junji Watanabe · 4 months ago
  55. 59cb063 infra: Include autoconf bin directory to PATH by Junji Watanabe · 4 months ago
  56. 5ed737c infra: Fix autoconf executable path by Junji Watanabe · 4 months ago
  57. 944b383 infra: Use CIPD autoconf by Junji Watanabe · 4 months ago
  58. c5a0003 Allow led access in GN via http://go/ciba by Victor Hugo Vianna Silva · 4 months ago
  59. 748c957 Revert "Build non-linkable deps async with Ninja's validaitons" by Junji Watanabe · 5 months ago
  60. 8c77cb9 Upgrade linux bots from ubuntu 22.04 to ubuntu 24.04 by Victor Hugo Vianna Silva · 5 months ago
  61. c4eb732 Use unordered_map instead of map in HeaderChecker by Takuto Ikuta · 5 months ago
  62. e7f3202 Add --file_relation to gn refs command by Dan Harrington · 5 months ago
  63. 20a6b6d Optimize vector initialization and preallocation in desc_builder.cc. by Jeffrey Yu · 5 months ago
  64. a0c5124 Add `reserve` statement when vector size is known beforehand. by Jeffrey Yu · 6 months ago
  65. 092f4f0 Refactor container update by preferring the range insert. by Jeffrey Yu · 6 months ago
  66. 07d3c6f Handle symlinked directories correctly during gn clean on Windows. by Aleksei Khoroshilov · 6 months ago
  67. 5ddf42d Fix relative imports from args.gn. by Aleksei Khoroshilov · 6 months ago
  68. 81b24e0 update reference.md by Takuto Ikuta · 6 months ago
  69. 1a7c151 Include -fmodule-file flags in compile_commands.json by Takuto Ikuta · 6 months ago
  70. cbb50f2 Refactor C++ module dependency logic into a new utility by Takuto Ikuta · 6 months ago
  71. 9f1c583 Gitiles navigation bar by Richard Wang · 6 months ago
  72. aa3ecae Adds a len() function by Andrew Grieve · 7 months ago
  73. b38dcb6 Avoid clashes of include_dir in rust-project.json. by Matt Stark · 8 months ago
  74. 5d0a415 Check all targets to find duplicated outputs. by Takuto Ikuta · 7 months ago
  75. 037970e infra/config: Remove luci.recipes.use_python3 experiment by Takuto Ikuta · 7 months ago
  76. ee5b7e3 Handle empty outputs in WriteInputDepsStampOrPhonyAndGetDep by Takuto Ikuta · 8 months ago
  77. c15bfa4 build: Propagate module dependencies through group targets by Takuto Ikuta · 8 months ago
  78. 4ce861f Deduplicate item in 'deps', 'sources' and related lists by Sylvain Defresne · 8 months ago
  79. cc7c61e infra: Update comment for macOS version used in CQ/CI by Takuto Ikuta · 8 months ago
  80. 1928142 [Apple] Allow passing a manifest to the post-processing script by Sylvain Defresne · 8 months ago
  81. 97be95a Update link to buganizer in README.md by Takuto Ikuta · 8 months ago
  82. 93cc2d3 [Apple] Fix `gn gen` when using swift and no_stamp_files by Sylvain Defresne · 8 months ago
  83. e58da9d [Apple] Remove deprecated aliases for `post_processing_$var` by Sylvain Defresne · 8 months ago
  84. 10b4eeb Revert "Allow newline in string literal" by Takuto Ikuta · 8 months ago
  85. d1ee470 Use std::ranges::all_of in parse_tree_unittest by Takuto Ikuta · 8 months ago
  86. e850582 infra: Correctly use macOS 13 instead of 11 by Takuto Ikuta · 8 months ago
  87. e66ef96 Update Xcode and macOS version in bots by Takuto Ikuta · 8 months ago
  88. 3a4f5ce infra: Add shadow buckets to trigger led job by Takuto Ikuta · 8 months ago
  89. acfe5fd Allow newline in string literal by Takuto Ikuta · 8 months ago
  90. c9ed4b1 Revert "Update macOS version to 13 used in CQ/CI" by Takuto Ikuta · 8 months ago
  91. 4cfb717 Update macOS version to 13 used in CQ/CI by Takuto Ikuta · 8 months ago
  92. e9fc92a Refactor command_format.cc by Lei Zhang · 8 months ago
  93. 05e0316 Shorten targets from //path/to/foo:foo to //path/to/foo by Lei Zhang · 8 months ago
  94. 85f62c1 Modernize and improve parse_tree.cc by Lei Zhang · 8 months ago
  95. eb4530a Auto-format the codebase by Lei Zhang · 8 months ago
  96. c474841 Remove hardcoded -fmodules-embed-all-files flag by Takuto Ikuta · 9 months ago
  97. 635a71e Reland "Use JSON escaping for JSON string output" by Peter DeLong · 10 months ago
  98. 97b68a0 Reland #2 "Run Target::OnResolve() on background threads" by Andrew Grieve · 9 months ago
  99. 3f7fb0d Propagate module dependencies transitively via public_deps by Takuto Ikuta · 9 months ago
  100. 8734223 Fix bug in Grow logic in HashTableBase by Andrew Grieve · 9 months ago