1. feafd10 Do not copy parent build_dependency_files_ in Scope constructors. by David 'Digit' Turner · 2 years, 10 months ago main master
  2. 95b0f8f Improve error message for duplicated items by Takuto Ikuta · 5 weeks ago
  3. e30a1fe [rust-project] Always use forward slashes in sysroot paths by Tyler Mandry · 5 weeks ago
  4. 20806f7 Update all_dependent_configs docs. by Brett Wilson · 7 weeks ago
  5. f792b97 set 'no_stamp_files' by default by Takuto Ikuta · 8 weeks ago
  6. 60a28b6 fix a typo by Takuto Ikuta · 7 weeks ago
  7. b5ff509 Stop using transitional LFS64 APIs by Alyssa Ross · 7 weeks ago
  8. a737c28 do not use tool prefix for phony rule by Takuto Ikuta · 7 weeks ago
  9. e080b4d [rust] Add sysroot_src to rust-project.json by Tyler Mandry · 8 weeks ago
  10. 50ecf4c Implement and enable 'no_stamp_files' by Takuto Ikuta · 10 weeks ago
  11. 4e4b8d9 Add Target::dependency_output_alias() by Takuto Ikuta · 10 weeks ago
  12. 225e90c Add "outputs" to generated_file documentation. by Brett Wilson · 3 months ago
  13. 9e0c7b7 Update bug database link. by Brett Wilson · 9 weeks ago
  14. d010e21 remove a trailing space after variable bindings by Takuto Ikuta · 10 weeks ago
  15. 32f63e7 fix tool name in error by Takuto Ikuta · 2 months ago
  16. f190770 remove unused includes by Takuto Ikuta · 2 months ago
  17. 54f5b53 Markdown optimization (follow-up) by David 'Digit' Turner · 2 months ago
  18. e3d088c Support link_output, depend_output in Rust linked tools. by David 'Digit' Turner · 2 months ago
  19. fc8172f Properly verify runtime_outputs in rust tool definitions. by David 'Digit' Turner · 2 months ago
  20. fdb9014 BugFix: Syntax error in gen.py file by zhaosonggo@gmail.com · 3 months ago
  21. 93550dc generated_file: add output to input deps of stamp by Takuto Ikuta · 2 months ago
  22. 449f3e4 Markdown optimization: by zhaosonggo@gmail.com · 3 months ago
  23. 05eed8f Revert "Rust: link_output, depend_output and runtime_outputs for dylibs" by Dirk Pranke · 3 months ago
  24. 8f2193f hint using nogncheck on disallowed includes by Keren Zhu · 3 months ago
  25. 0ee833e Rust: link_output, depend_output and runtime_outputs for dylibs by David 'Digit' Turner · 3 months ago
  26. 1b41f05 Add missing reference section to function_toolchain.cc by David 'Digit' Turner · 3 months ago
  27. b2afae1 Do not cleanup args.gn imports located in the output directory. by Aleksey Khoroshilov · 5 months ago
  28. b3a0bff Fix expectations in NinjaRustBinaryTargetWriterTest.SwiftModule by danakj · 5 months ago
  29. 0fc01ef Do not add native dependencies to the library search path by danakj · 5 months ago
  30. 4fb095d Support linking frameworks and swiftmodules in Rust targets by danakj · 5 months ago
  31. d010969 [desc] Silence print() statements when outputing json by Aaron Wood · 5 months ago
  32. e11af67 infra: Move CI/try builds to Ubuntu-22.04 by Ben Pastene · 5 months ago
  33. 70844c8 [MinGW] Fix mingw building issues by anlex N · 6 months ago
  34. df98b86 [gn] Fix "link" in the //examples/simple_build/build/toolchain/BUILD.gn by anlex N · 6 months ago
  35. feb2746 [template] Fix "rule alink_thin" in the //build/build_linux.ninja.template by anlex N · 6 months ago
  36. b0c2742 Allow multiple --ide switches by Ben Wagner · 6 months ago
  37. f284b6b [src] Add "#include <limits>" in the //src/base/files/file_enumerator_win.cc by anlex N · 6 months ago
  38. 155c539 Get updates to infra/recipes.py from upstream by Ho Cheung · 7 months ago
  39. d823fd8 Revert "Teach gn to handle systems with > 64 processors" by Bruce Dawson · 7 months ago
  40. f07499a [apple] Rename the code-signing properties of create_bundle by Sylvain Defresne · 7 months ago
  41. 415b3b1 Fix a typo in "gn help refs" output by Lei Zhang · 7 months ago
  42. 93ee9b9 Revert "[bundle] Use "phony" builtin tool for create_bundle targets" by Sylvain Defresne · 7 months ago
  43. cfddfff [bundle] Use "phony" builtin tool for create_bundle targets by Sylvain Defresne · 7 months ago
  44. 06cdcc8 [ios] Simplify handling of assets catalog by Sylvain Defresne · 7 months ago
  45. 22581fb [swift] List all outputs as deps of "source_set" stamp file by Sylvain Defresne · 8 months ago
  46. 59c4bb9 [swift] Update `gn check ...` to consider the generated header by Sylvain Defresne · 8 months ago
  47. dd0927e [swift] Set `restat = 1` to swift build rules by Sylvain Defresne · 8 months ago
  48. 88e8054 Fix build with gcc12 by Milad Fa · 8 months ago
  49. e05c0aa [label_matches] Add new functions label_matches(), filter_labels_include() and filter_labels_exclude() by Aaron Wood · 8 months ago
  50. f19d581 [swift] Remove problematic use of "stamp" tool by Sylvain Defresne · 8 months ago
  51. 6253a39 Implement new --ninja-outputs-file option. by David 'Digit' Turner · 8 months ago
  52. 5787e99 Add NinjaOutputsWriter class by David 'Digit' Turner · 8 months ago
  53. 03d10f1 Move InvokePython() function to its own source file. by David 'Digit' Turner · 8 months ago
  54. 0cdb7dd zos: build with -DZOSLIB_OVERRIDE_CLIB to override creat by Gaby Baghdadi · 11 months ago
  55. d4f94f9 Enable C++ runtime assertions in debug mode. by David 'Digit' Turner · 8 months ago
  56. 0a2b8ea Fix regression in MakeRelativePath() by Reito · 8 months ago
  57. 8b973aa fix: Fix Windows MakeRelativePath. by Reito · 9 months ago
  58. a3dcd7a Add long path support for windows by Reito · 8 months ago
  59. a2e2717 Ensure read_file() files are considered by "gn analyze" by Andrew Grieve · 9 months ago
  60. fc72225 apply 2to3 to for some Python scripts by Takuto Ikuta · 9 months ago
  61. 5110a7f Add rustflags to desc and help output by Max Ihlenfeldt · 9 months ago
  62. f99e015 strings: support case insensitive check only in StartsWith/EndsWith by Takuto Ikuta · 9 months ago
  63. b5adfe5 add .git-blame-ignore-revs by Takuto Ikuta · 9 months ago
  64. d6085ac use std::{string,string_view}::{starts_with,ends_with} by Takuto Ikuta · 9 months ago
  65. 8bd36a2 apply clang-format to all C++ sources by Takuto Ikuta · 9 months ago
  66. 5d76868 add forward declaration in rust_values.h by Takuto Ikuta · 9 months ago
  67. b8562a4 Add `root_patterns` list to build configuration. by David 'Digit' Turner · 1 year ago
  68. 5fd939d Use c++20 in GN build by Takuto Ikuta · 10 months ago
  69. d4be45b update windows sdk to 2024-01-11 by Takuto Ikuta · 10 months ago
  70. 71305b0 update windows sdk by Takuto Ikuta · 10 months ago
  71. 85944eb Add linux-riscv64. by Ryan Macnak · 11 months ago
  72. 7367b0d Update OWNERS list. by Dirk Pranke · 11 months ago
  73. 92e6327 remove unused function by Takuto Ikuta · 11 months ago
  74. c7b223b Ignore build warning -Werror=redundant-move by Ricardo Ribalda · 12 months ago
  75. bc57441 Fix --as=buildfile `gn desc deps` output. by David 'Digit' Turner · 12 months ago
  76. 9a45b61 Update recipe engine to 9dea1246. by Dirk Pranke · 12 months ago
  77. 85bd0a6 treewide: Fix spelling mistakes by Ricardo Ribalda · 12 months ago
  78. e4702d7 Optimize base::EscapeJSONString for ASCII inputs. by David 'Digit' Turner · 1 year ago
  79. 5d8727f [docs]: Mention implicit names in style guide by Aaron Massey · 1 year ago
  80. 182a6eb Use magenta for warnings by Andrew Savage · 1 year, 1 month ago
  81. 991530c Avoid unnecessary "Regenerating ninja files" step after running "gn gen" by Mark Seaborn · 1 year, 2 months ago
  82. c1fc044 Fix variable use tracking for scope subscript accesses. by David 'Digit' Turner · 1 year, 2 months ago
  83. cc56a0f [infra] Link to jemalloc instead of rpmalloc by David 'Digit' Turner · 1 year, 3 months ago
  84. 811d332 Move WriteSourceSetStamp to NinjaCBinaryTargetWriter by Nico Weber · 1 year, 3 months ago
  85. 3fccef9 [action][data deps] Make data-deps order-only deps of the action outputs by Aaron Wood · 1 year, 3 months ago
  86. 62ac86a [action] Add test for data_deps of an action target by Aaron Wood · 1 year, 3 months ago
  87. 1029a3b Ninja: Always pass linker flags to rlib-generating command. by David 'Digit' Turner · 1 year, 3 months ago
  88. fae280e [serenity] Add SerenityOS port by Andrew Kaster · 1 year, 4 months ago
  89. 11e12b0 Remove obsolete comment by Nico Weber · 1 year, 4 months ago
  90. 1de45d1 Generate a StaticLibrary for rlibs and DynamicLibrary for proc macros by danakj · 1 year, 4 months ago
  91. 2a92efd Include library search paths when compiling rlibs by danakj · 1 year, 4 months ago
  92. da5fe01 Avoid unused and incorrect linker args in {{rustdeps}} by danakj · 1 year, 4 months ago
  93. 4bd1a77 Escape `+` characters in rule names by Nico Weber · 1 year, 5 months ago
  94. 1cd35c1 [ios] Update sample to build the app as a framework by Sylvain Defresne · 1 year, 5 months ago
  95. e5aee7b [apple] Implements support of transparent create_bundle by Sylvain Defresne · 1 year, 5 months ago
  96. e3978de Make dynamic link switch... dynamic. by Adrian Taylor · 1 year, 5 months ago
  97. e9e83d9 Add --use-asan and --use-ubsan options to build/gen.py by Roland McGrath · 1 year, 5 months ago
  98. 6975103 gn gen: Implement thread-local ResolvedTargetData cache. by David 'Digit' Turner · 1 year, 10 months ago
  99. be16dea Add ResolvedTargetData:GetSwiftModuleDependencies() by David 'Digit' Turner · 1 year, 9 months ago
  100. caadd6c Remove obsolete InheritedLibraries class. by David 'Digit' Turner · 2 years ago