1. df98b86 [gn] Fix "link" in the //examples/simple_build/build/toolchain/BUILD.gn by anlex N · 4 weeks ago main master
  2. feb2746 [template] Fix "rule alink_thin" in the //build/build_linux.ninja.template by anlex N · 4 weeks ago
  3. b0c2742 Allow multiple --ide switches by Ben Wagner · 5 weeks ago
  4. f284b6b [src] Add "#include <limits>" in the //src/base/files/file_enumerator_win.cc by anlex N · 4 weeks ago
  5. 155c539 Get updates to infra/recipes.py from upstream by Ho Cheung · 6 weeks ago
  6. d823fd8 Revert "Teach gn to handle systems with > 64 processors" by Bruce Dawson · 6 weeks ago
  7. f07499a [apple] Rename the code-signing properties of create_bundle by Sylvain Defresne · 7 weeks ago
  8. 415b3b1 Fix a typo in "gn help refs" output by Lei Zhang · 7 weeks ago
  9. 93ee9b9 Revert "[bundle] Use "phony" builtin tool for create_bundle targets" by Sylvain Defresne · 8 weeks ago
  10. cfddfff [bundle] Use "phony" builtin tool for create_bundle targets by Sylvain Defresne · 9 weeks ago
  11. 06cdcc8 [ios] Simplify handling of assets catalog by Sylvain Defresne · 9 weeks ago
  12. 22581fb [swift] List all outputs as deps of "source_set" stamp file by Sylvain Defresne · 2 months ago
  13. 59c4bb9 [swift] Update `gn check ...` to consider the generated header by Sylvain Defresne · 3 months ago
  14. dd0927e [swift] Set `restat = 1` to swift build rules by Sylvain Defresne · 3 months ago
  15. 88e8054 Fix build with gcc12 by Milad Fa · 3 months ago
  16. e05c0aa [label_matches] Add new functions label_matches(), filter_labels_include() and filter_labels_exclude() by Aaron Wood · 3 months ago
  17. f19d581 [swift] Remove problematic use of "stamp" tool by Sylvain Defresne · 3 months ago
  18. 6253a39 Implement new --ninja-outputs-file option. by David 'Digit' Turner · 3 months ago
  19. 5787e99 Add NinjaOutputsWriter class by David 'Digit' Turner · 3 months ago
  20. 03d10f1 Move InvokePython() function to its own source file. by David 'Digit' Turner · 3 months ago
  21. 0cdb7dd zos: build with -DZOSLIB_OVERRIDE_CLIB to override creat by Gaby Baghdadi · 6 months ago
  22. d4f94f9 Enable C++ runtime assertions in debug mode. by David 'Digit' Turner · 3 months ago
  23. 0a2b8ea Fix regression in MakeRelativePath() by Reito · 3 months ago
  24. 8b973aa fix: Fix Windows MakeRelativePath. by Reito · 3 months ago
  25. a3dcd7a Add long path support for windows by Reito · 3 months ago
  26. a2e2717 Ensure read_file() files are considered by "gn analyze" by Andrew Grieve · 4 months ago
  27. fc72225 apply 2to3 to for some Python scripts by Takuto Ikuta · 4 months ago
  28. 5110a7f Add rustflags to desc and help output by Max Ihlenfeldt · 4 months ago
  29. f99e015 strings: support case insensitive check only in StartsWith/EndsWith by Takuto Ikuta · 4 months ago
  30. b5adfe5 add .git-blame-ignore-revs by Takuto Ikuta · 4 months ago
  31. d6085ac use std::{string,string_view}::{starts_with,ends_with} by Takuto Ikuta · 4 months ago
  32. 8bd36a2 apply clang-format to all C++ sources by Takuto Ikuta · 4 months ago
  33. 5d76868 add forward declaration in rust_values.h by Takuto Ikuta · 4 months ago
  34. b8562a4 Add `root_patterns` list to build configuration. by David 'Digit' Turner · 7 months ago
  35. 5fd939d Use c++20 in GN build by Takuto Ikuta · 4 months ago
  36. d4be45b update windows sdk to 2024-01-11 by Takuto Ikuta · 4 months ago
  37. 71305b0 update windows sdk by Takuto Ikuta · 4 months ago
  38. 85944eb Add linux-riscv64. by Ryan Macnak · 6 months ago
  39. 7367b0d Update OWNERS list. by Dirk Pranke · 6 months ago
  40. 92e6327 remove unused function by Takuto Ikuta · 6 months ago
  41. c7b223b Ignore build warning -Werror=redundant-move by Ricardo Ribalda · 6 months ago
  42. bc57441 Fix --as=buildfile `gn desc deps` output. by David 'Digit' Turner · 7 months ago
  43. 9a45b61 Update recipe engine to 9dea1246. by Dirk Pranke · 6 months ago
  44. 85bd0a6 treewide: Fix spelling mistakes by Ricardo Ribalda · 6 months ago
  45. e4702d7 Optimize base::EscapeJSONString for ASCII inputs. by David 'Digit' Turner · 7 months ago
  46. 5d8727f [docs]: Mention implicit names in style guide by Aaron Massey · 7 months ago
  47. 182a6eb Use magenta for warnings by Andrew Savage · 8 months ago
  48. 991530c Avoid unnecessary "Regenerating ninja files" step after running "gn gen" by Mark Seaborn · 8 months ago
  49. c1fc044 Fix variable use tracking for scope subscript accesses. by David 'Digit' Turner · 8 months ago
  50. cc56a0f [infra] Link to jemalloc instead of rpmalloc by David 'Digit' Turner · 10 months ago
  51. 811d332 Move WriteSourceSetStamp to NinjaCBinaryTargetWriter by Nico Weber · 10 months ago
  52. 3fccef9 [action][data deps] Make data-deps order-only deps of the action outputs by Aaron Wood · 10 months ago
  53. 62ac86a [action] Add test for data_deps of an action target by Aaron Wood · 10 months ago
  54. 1029a3b Ninja: Always pass linker flags to rlib-generating command. by David 'Digit' Turner · 10 months ago
  55. fae280e [serenity] Add SerenityOS port by Andrew Kaster · 11 months ago
  56. 11e12b0 Remove obsolete comment by Nico Weber · 11 months ago
  57. 1de45d1 Generate a StaticLibrary for rlibs and DynamicLibrary for proc macros by danakj · 11 months ago
  58. 2a92efd Include library search paths when compiling rlibs by danakj · 11 months ago
  59. da5fe01 Avoid unused and incorrect linker args in {{rustdeps}} by danakj · 11 months ago
  60. 4bd1a77 Escape `+` characters in rule names by Nico Weber · 12 months ago
  61. 1cd35c1 [ios] Update sample to build the app as a framework by Sylvain Defresne · 12 months ago
  62. e5aee7b [apple] Implements support of transparent create_bundle by Sylvain Defresne · 12 months ago
  63. e3978de Make dynamic link switch... dynamic. by Adrian Taylor · 12 months ago
  64. e9e83d9 Add --use-asan and --use-ubsan options to build/gen.py by Roland McGrath · 1 year ago
  65. 6975103 gn gen: Implement thread-local ResolvedTargetData cache. by David 'Digit' Turner · 1 year, 5 months ago
  66. be16dea Add ResolvedTargetData:GetSwiftModuleDependencies() by David 'Digit' Turner · 1 year, 4 months ago
  67. caadd6c Remove obsolete InheritedLibraries class. by David 'Digit' Turner · 1 year, 6 months ago
  68. 921a280 Add ResolvedTargetData::GetRustInheritedLibraries() by David 'Digit' Turner · 1 year, 4 months ago
  69. 0ed4d9b Add ResolvedTargetData::GetInheritedLibraries() by David 'Digit' Turner · 1 year, 4 months ago
  70. 63c225c Add ResolvedTargetData::GetHardDeps() by David 'Digit' Turner · 1 year, 4 months ago
  71. ed4e652 Add ResolvedTargetData::GetLinkedFrameworks() by David 'Digit' Turner · 1 year, 4 months ago
  72. d23cd22 Add ResolvedTargetData::GetLinkedLibraries() by David 'Digit' Turner · 1 year, 4 months ago
  73. 64aca9d Use ResolvedTargetData::GetTargetDeps() in Ninja target writers. by David 'Digit' Turner · 1 year, 4 months ago
  74. 8e00b69 Add NinjaTargetWriter::resolved() by David 'Digit' Turner · 1 year, 4 months ago
  75. 9103fc8 Add ResolvedTargetData class. by David 'Digit' Turner · 1 year, 4 months ago
  76. 22cfb67 [tracing] Refine tracing of file writing and template execution by Aaron Wood · 1 year, 1 month ago
  77. 26aa46c replace 'Which' with 'which' by Takuto Ikuta · 1 year, 1 month ago
  78. ad1e5ce Add optional 'mnemonic' var to actions by Joseph Ryan · 1 year, 1 month ago
  79. 3dadaf0 Revert "[tracing] Refine tracing of file writing and template execution" by Roland McGrath · 1 year, 1 month ago
  80. 7657b1c [tracing] Refine tracing of file writing and template execution by Aaron Wood · 1 year, 1 month ago
  81. 5a004f9 IWYU: add stdint.h for int types in base/containers by Stephan Hartmann · 1 year, 1 month ago
  82. ffeea1b replace phosek@chromium.org with phosek@google.com in OWNERS by Takuto Ikuta · 1 year, 2 months ago
  83. 61da8bd add tikuta to OWNERS by Takuto Ikuta · 1 year, 2 months ago
  84. 28b7b6c Support defined(foo["bar"]) syntax. by David 'Digit' Turner · 1 year, 2 months ago
  85. 41fef64 Make `gn args --list` deterministic by David 'Digit' Turner · 1 year, 2 months ago
  86. 77014c1 Specify line endings in .gitattributes. by Brett Wilson · 1 year, 2 months ago
  87. fe330c0 Update yapf style from "chromium" to "yapf" by Thiago Perrotta · 1 year, 3 months ago
  88. b25a2f8 Fix escaping of interpreter, script, & source dir by Michael Spang · 1 year, 3 months ago
  89. edf6ef4 [unused vars] Improve error messages in templates by Aaron Wood · 1 year, 4 months ago
  90. 84c8431 Remove reference to $relative_target_output_dir by Hector Dearman · 1 year, 4 months ago
  91. 629f6be [infra] Update rpmalloc revision by David 'Digit' Turner · 1 year, 4 months ago
  92. 5e19d2f Consider application bundle as executable for phony targets by Sylvain Defresne · 1 year, 5 months ago
  93. 9703eb7 Add PointerSet::ToVector() method by David 'Digit' Turner · 1 year, 6 months ago
  94. 9bffaa2 Add ResolvedTargetDeps class by David 'Digit' Turner · 1 year, 6 months ago
  95. 89c2ab2 Add TargetPublicPair class. by David 'Digit' Turner · 1 year, 6 months ago
  96. 70d6c60 recipe: use python3 only by Takuto Ikuta · 1 year, 6 months ago
  97. 1c4151f [xcode] Refer to target by their long name in generate Xcode project by Sylvain Defresne · 1 year, 6 months ago
  98. a4d67be [rust-project] Remove the emitting of sysroot crates by Aaron Wood · 1 year, 7 months ago
  99. 11dc0b1 [errors] Print label toolchains more often by Aaron Wood · 1 year, 7 months ago
  100. 3e98c60 [error messages] Centralize decision logic for showing toolchains in errors by Aaron Wood · 1 year, 7 months ago