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