1. ebc8f16 [tvos] Add target_xcode_platform to set Xcode project by Julie Jeongeun Kim · 7 days ago main master
  2. cad8f67 Add `--filter-with-data` flag for `gn gen --ide=json` by nespie1 · 5 weeks ago
  3. 0c25d1b Handle --ide=vs2019 switch by Tomasz Moniuszko · 6 weeks ago
  4. 487f835 Handle hpp11 file extension. by dan sinclair · 4 weeks ago
  5. 85cc21e Fix `gn help --root-pattern` by David 'Digit' Turner · 4 weeks ago
  6. 90478db Build non-linkable deps async with Ninja's validaitons by Junji Watanabe · 4 weeks ago
  7. 10a2714 Generate compile_commands.json as part of build/gen.py by Junji Watanabe · 6 weeks ago
  8. 887935b apply the latest clang-format by Takuto Ikuta · 6 weeks ago
  9. 3bf246c Add a test for source_set with modulemap by Takuto Ikuta · 6 weeks ago
  10. 3468d48 Write .gitignore file to build directory by Peter Collingbourne · 7 weeks ago
  11. 12a6f48 Add more on how args are processed to "help execution". by Dirk Pranke · 7 weeks ago
  12. 7f10984 Make `gn_version` available in the dotfile. by Dirk Pranke · 7 weeks ago
  13. 6d326e9 Tweak `help execution` wording after c0a46c5. by Dirk Pranke · 7 weeks ago
  14. c0a46c5 Attempt to improve the documentation for "help execution". by Dirk Pranke · 7 weeks ago
  15. 6e8e0d6 zos: build with -m64 and ignore unknown-pragmas by Gaby Baghdadi · 9 weeks ago
  16. 18602f6 Unit test parser/tokenizer against double minus by Richard Wang · 3 months ago
  17. 7a8aa3a Remove deps from rust executable to module's pcm files by Takuto Ikuta · 3 months ago
  18. 3b1920c Update test for rust executable deps by Takuto Ikuta · 3 months ago
  19. b3ca206 Add toolchain for cxx modules in TestWithScope by Takuto Ikuta · 3 months ago
  20. 4526cde Apply the latest clang-format by Takuto Ikuta · 3 months ago
  21. dae6a44 Update reference for {rustdeps} by Takuto Ikuta · 3 months ago
  22. eabc4de Always generate a .toolchain file even if it is empty. by David 'Digit' Turner · 3 months ago
  23. 96297eb Pass --with-lg-page=16 when building jemalloc for arm64. by Peter Collingbourne · 3 months ago
  24. 3d0d344 Remove obsolete debug checks. by David 'Digit' Turner · 3 months ago
  25. 4a8016d Make default vs ide version on Windows as 2022 by Chunbo Hua · 3 months ago
  26. f98b6d7 Reland "Adds a path_exists() function" by Andrew Grieve · 3 months ago
  27. c6f1e69 Revert "Adds a path_exists() function" by Andrew Grieve · 3 months ago
  28. 68b72c3 Adds a path_exists() function by Andrew Grieve · 3 months ago
  29. ab638bd Revert "Speed-up GN with custom OutputStream interface." by Dirk Pranke · 4 months ago
  30. 2dd9331 Speed-up GN with custom OutputStream interface. by David 'Digit' Turner · 4 months ago
  31. ed1abc1 Add `exec_script_allowlist` to replace `exec_script_whitelist`. by Dirk Pranke · 4 months ago
  32. c97a86a Retry ReplaceFile in case of failure by Greg Thompson · 5 months ago
  33. 7296b60 Fix crash when NinjaBuildWriter::RunAndWriteFile fails by Greg Thompson · 5 months ago
  34. 468c612 fix include for escape.h by Takuto Ikuta · 6 months ago
  35. 5a47a93 fix exit code for gn gen failure by Takuto Ikuta · 6 months ago
  36. 24e92ac misc: Use html.escape instead of cgi.escape by Ricardo Ribalda · 6 months ago
  37. feafd10 Do not copy parent build_dependency_files_ in Scope constructors. by David 'Digit' Turner · 3 years, 5 months ago
  38. 95b0f8f Improve error message for duplicated items by Takuto Ikuta · 8 months ago
  39. e30a1fe [rust-project] Always use forward slashes in sysroot paths by Tyler Mandry · 8 months ago
  40. 20806f7 Update all_dependent_configs docs. by Brett Wilson · 9 months ago
  41. f792b97 set 'no_stamp_files' by default by Takuto Ikuta · 9 months ago
  42. 60a28b6 fix a typo by Takuto Ikuta · 9 months ago
  43. b5ff509 Stop using transitional LFS64 APIs by Alyssa Ross · 9 months ago
  44. a737c28 do not use tool prefix for phony rule by Takuto Ikuta · 9 months ago
  45. e080b4d [rust] Add sysroot_src to rust-project.json by Tyler Mandry · 9 months ago
  46. 50ecf4c Implement and enable 'no_stamp_files' by Takuto Ikuta · 9 months ago
  47. 4e4b8d9 Add Target::dependency_output_alias() by Takuto Ikuta · 9 months ago
  48. 225e90c Add "outputs" to generated_file documentation. by Brett Wilson · 10 months ago
  49. 9e0c7b7 Update bug database link. by Brett Wilson · 9 months ago
  50. d010e21 remove a trailing space after variable bindings by Takuto Ikuta · 9 months ago
  51. 32f63e7 fix tool name in error by Takuto Ikuta · 9 months ago
  52. f190770 remove unused includes by Takuto Ikuta · 9 months ago
  53. 54f5b53 Markdown optimization (follow-up) by David 'Digit' Turner · 10 months ago
  54. e3d088c Support link_output, depend_output in Rust linked tools. by David 'Digit' Turner · 10 months ago
  55. fc8172f Properly verify runtime_outputs in rust tool definitions. by David 'Digit' Turner · 10 months ago
  56. fdb9014 BugFix: Syntax error in gen.py file by [email protected] · 10 months ago
  57. 93550dc generated_file: add output to input deps of stamp by Takuto Ikuta · 10 months ago
  58. 449f3e4 Markdown optimization: by [email protected] · 10 months ago
  59. 05eed8f Revert "Rust: link_output, depend_output and runtime_outputs for dylibs" by Dirk Pranke · 10 months ago
  60. 8f2193f hint using nogncheck on disallowed includes by Keren Zhu · 10 months ago
  61. 0ee833e Rust: link_output, depend_output and runtime_outputs for dylibs by David 'Digit' Turner · 10 months ago
  62. 1b41f05 Add missing reference section to function_toolchain.cc by David 'Digit' Turner · 10 months ago
  63. b2afae1 Do not cleanup args.gn imports located in the output directory. by Aleksey Khoroshilov · 12 months ago
  64. b3a0bff Fix expectations in NinjaRustBinaryTargetWriterTest.SwiftModule by danakj · 12 months ago
  65. 0fc01ef Do not add native dependencies to the library search path by danakj · 12 months ago
  66. 4fb095d Support linking frameworks and swiftmodules in Rust targets by danakj · 12 months ago
  67. d010969 [desc] Silence print() statements when outputing json by Aaron Wood · 12 months ago
  68. e11af67 infra: Move CI/try builds to Ubuntu-22.04 by Ben Pastene · 12 months ago
  69. 70844c8 [MinGW] Fix mingw building issues by anlex N · 1 year, 1 month ago
  70. df98b86 [gn] Fix "link" in the //examples/simple_build/build/toolchain/BUILD.gn by anlex N · 1 year, 1 month ago
  71. feb2746 [template] Fix "rule alink_thin" in the //build/build_linux.ninja.template by anlex N · 1 year, 1 month ago
  72. b0c2742 Allow multiple --ide switches by Ben Wagner · 1 year, 1 month ago
  73. f284b6b [src] Add "#include <limits>" in the //src/base/files/file_enumerator_win.cc by anlex N · 1 year, 1 month ago
  74. 155c539 Get updates to infra/recipes.py from upstream by Ho Cheung · 1 year, 1 month ago
  75. d823fd8 Revert "Teach gn to handle systems with > 64 processors" by Bruce Dawson · 1 year, 2 months ago
  76. f07499a [apple] Rename the code-signing properties of create_bundle by Sylvain Defresne · 1 year, 2 months ago
  77. 415b3b1 Fix a typo in "gn help refs" output by Lei Zhang · 1 year, 2 months ago
  78. 93ee9b9 Revert "[bundle] Use "phony" builtin tool for create_bundle targets" by Sylvain Defresne · 1 year, 2 months ago
  79. cfddfff [bundle] Use "phony" builtin tool for create_bundle targets by Sylvain Defresne · 1 year, 2 months ago
  80. 06cdcc8 [ios] Simplify handling of assets catalog by Sylvain Defresne · 1 year, 2 months ago
  81. 22581fb [swift] List all outputs as deps of "source_set" stamp file by Sylvain Defresne · 1 year, 2 months ago
  82. 59c4bb9 [swift] Update `gn check ...` to consider the generated header by Sylvain Defresne · 1 year, 3 months ago
  83. dd0927e [swift] Set `restat = 1` to swift build rules by Sylvain Defresne · 1 year, 3 months ago
  84. 88e8054 Fix build with gcc12 by Milad Fa · 1 year, 3 months ago
  85. e05c0aa [label_matches] Add new functions label_matches(), filter_labels_include() and filter_labels_exclude() by Aaron Wood · 1 year, 3 months ago
  86. f19d581 [swift] Remove problematic use of "stamp" tool by Sylvain Defresne · 1 year, 3 months ago
  87. 6253a39 Implement new --ninja-outputs-file option. by David 'Digit' Turner · 1 year, 3 months ago
  88. 5787e99 Add NinjaOutputsWriter class by David 'Digit' Turner · 1 year, 3 months ago
  89. 03d10f1 Move InvokePython() function to its own source file. by David 'Digit' Turner · 1 year, 3 months ago
  90. 0cdb7dd zos: build with -DZOSLIB_OVERRIDE_CLIB to override creat by Gaby Baghdadi · 1 year, 6 months ago
  91. d4f94f9 Enable C++ runtime assertions in debug mode. by David 'Digit' Turner · 1 year, 3 months ago
  92. 0a2b8ea Fix regression in MakeRelativePath() by Reito · 1 year, 3 months ago
  93. 8b973aa fix: Fix Windows MakeRelativePath. by Reito · 1 year, 3 months ago
  94. a3dcd7a Add long path support for windows by Reito · 1 year, 3 months ago
  95. a2e2717 Ensure read_file() files are considered by "gn analyze" by Andrew Grieve · 1 year, 4 months ago
  96. fc72225 apply 2to3 to for some Python scripts by Takuto Ikuta · 1 year, 4 months ago
  97. 5110a7f Add rustflags to desc and help output by Max Ihlenfeldt · 1 year, 4 months ago
  98. f99e015 strings: support case insensitive check only in StartsWith/EndsWith by Takuto Ikuta · 1 year, 4 months ago
  99. b5adfe5 add .git-blame-ignore-revs by Takuto Ikuta · 1 year, 4 months ago
  100. d6085ac use std::{string,string_view}::{starts_with,ends_with} by Takuto Ikuta · 1 year, 4 months ago