1. ad0a7ad Remove support for set_sources_assignment_filter function by Sylvain Defresne · 4 years, 3 months ago
  2. e1ac69b Add a command line to define/overwrite "root" in ".gn" by Honglin Yu · 4 years, 3 months ago
  3. 7b2a04d VS: Use most recently installed Windows 10 SDK. by Jamie Madill · 4 years, 3 months ago
  4. c808630 Move runtime_deps file for phony targets to /obj by RJ Ascani · 4 years, 3 months ago
  5. 42d6de6 Don't classify Rust static libraries as final by Petr Hosek · 4 years, 3 months ago
  6. a9eaeb8 Switch remaining stamp targets to phony targets by RJ Ascani · 4 years, 4 months ago
  7. ff45cf2 Show config.visibility in `gn desc` by Shai Barack · 4 years, 3 months ago
  8. de5a834 [rust project] removing obsolete std libraries by Aaron Wood · 4 years, 3 months ago
  9. 4c68439 Fix "gn outputs" for bundle data. by Brett Wilson · 4 years, 4 months ago
  10. 99f72f8 Switch source_set stamp targets to phony targets by RJ Ascani · 4 years, 5 months ago
  11. 5233fa1 Remove extra * in gn output docs by Hector Dearman · 4 years, 4 months ago
  12. e002e68 Add support for symbolset to bundle_data targets by Sylvain Defresne · 4 years, 4 months ago
  13. 32c8eaf Add netbsd as a platform by Maya Rashish · 4 years, 5 months ago
  14. c066936 Allow ".c++" as a C++ source file extension by Hector Dearman · 4 years, 5 months ago
  15. 58d9b89 [format] Sort visibility like deps by Shai Barack · 4 years, 5 months ago
  16. 484245b clang: Fixes to module support by Scott Graham · 4 years, 5 months ago
  17. b722d8b Identify current toolchain on error by Michael Spang · 4 years, 5 months ago
  18. 6f13aaa [visibility] Consider configs in visibility check by Shai Barack · 4 years, 5 months ago
  19. 5da62d5 Fix native MinGW build by Rodrigo Hernandez · 4 years, 5 months ago
  20. 0649bd9 Add MSYS as a platform. by Rodrigo Hernandez · 4 years, 5 months ago
  21. 501b49a clang: Add support for C++ modules in deps by Scott Graham · 4 years, 5 months ago
  22. 03df22e [rust-project] Add "proc_macro" as dep for proc macro targets by Paul Daniel Faria · 4 years, 5 months ago
  23. b489f90 Add support for Solaris and illumos systems by Patrick Mooney · 4 years, 9 months ago
  24. 89e6425 Add support for building .swift files by Sylvain Defresne · 4 years, 5 months ago
  25. 070420d clang: Add support for C++ modulemap files by Scott Graham · 4 years, 5 months ago
  26. 8666632 Add structure to return classified deps by Sylvain Defresne · 4 years, 5 months ago
  27. bca0631 [rust project] update path to std lib crates by Aaron Wood · 4 years, 5 months ago
  28. c5f5cb2 [rust project] Add debug printing to test failures by Aaron Wood · 4 years, 5 months ago
  29. ab16bbd [rust project] Extract compiler target by Aaron Wood · 4 years, 7 months ago
  30. 783cc13 [rust-project] Add "core" and "alloc" as explicit deps for crates by Paul Daniel Faria · 4 years, 5 months ago
  31. 9059b0b Fix displaying "frameworks" and "framework_dirs" for configs by Sylvain Defresne · 4 years, 5 months ago
  32. 83e4827 Allow WriteCompilerBuildLine to take multiple source files by Sylvain Defresne · 4 years, 5 months ago
  33. 56e8159 Fix escaping in compile_commands.json by Michael Spang · 4 years, 5 months ago
  34. 3028c6a [apple] Remove support for frameworks in libs by Sylvain Defresne · 4 years, 6 months ago
  35. 1e3fd10 [rust] Write {{sources}} ninja variable for Rust targets by Adam Lesinski · 4 years, 6 months ago
  36. 46ad4c4 [xcode] Fix running XCTests and XCUITests with New Build System by Sylvain Defresne · 4 years, 6 months ago
  37. d585128 Also apply no_check_target filtering to gn gen --check. by Erik Staab · 4 years, 6 months ago
  38. b6203d1 [xcode] Wrap ninja invocation for Xcode New Build System by Sylvain Defresne · 4 years, 6 months ago
  39. f45a703 On arm64 hosts, set host_cpu to 'arm64', not 'arm'. by Nico Weber · 4 years, 6 months ago
  40. 8e197a2 Fix two -Wrange-loop-analysis warnings. by Nico Weber · 4 years, 6 months ago
  41. cd3869b Fix no_check_targets logic and add a unit test. by Erik Staab · 4 years, 6 months ago
  42. 3c99308 Fix generated_file walk_keys example. by Ben Wagner · 4 years, 6 months ago
  43. 5d109d7 Add no_check_targets config option. by Erik Staab · 4 years, 6 months ago
  44. 4c2619d [rust] Fix `gn desc` for rust targets by Sylvain Defresne · 4 years, 6 months ago
  45. 7b0690e [xcode] Allow user to choose Xcode build system by Sylvain Defresne · 4 years, 7 months ago
  46. 06c6b13 Make analyze handle targets from all toolchains by Scott Graham · 4 years, 7 months ago
  47. 63b01d6 Check that required tool property "command" is defined by Sylvain Defresne · 4 years, 7 months ago
  48. eb997b5 docs: Fix typo in analyze docstring by Scott Graham · 4 years, 7 months ago
  49. 9e993e3 Check that toolchain is passed exactly one argument by Sylvain Defresne · 4 years, 7 months ago
  50. 7d7e8de Use correct path to generated binary for EXECUTABLE target by Sylvain Defresne · 4 years, 7 months ago
  51. 4cb8097 Omit stamp when inputs are only used by a single build rule by Petr Hosek · 4 years, 7 months ago
  52. db55efd Generate a single project with --ide=xcode by Sylvain Defresne · 4 years, 7 months ago
  53. a121127 Disable code signing in generated Xcode project by Sylvain Defresne · 4 years, 7 months ago
  54. fbe7aec Revert "Divide sources between targets and add include paths to them" by Sylvain Defresne · 4 years, 7 months ago
  55. 200492a Have setup test use an an output Err by Scott Graham · 4 years, 7 months ago
  56. c2859ef Force the use of "Legacy Build System" in generated Xcode projects by Sylvain Defresne · 4 years, 7 months ago
  57. 5cc3b79 [rust-project] Add "test" and "debug_assertion" to target crates by Aaron Wood · 4 years, 7 months ago
  58. a3b7eb0 [rust-project.json] Refactor and print each crate source root by Aaron Wood · 4 years, 7 months ago
  59. 92116c5 [rust-project] Correct sysroot dependencies by Aaron Wood · 4 years, 8 months ago
  60. 0e45fb6 Remove unnecessary base::JSONReader ctor call by Nigel Tao · 4 years, 7 months ago
  61. 9a0496a Make data_deps in copy() targets work. by Nico Weber · 4 years, 7 months ago
  62. fa40610 include the missing tuple deps in version.cc by Ion Lupascu · 4 years, 7 months ago
  63. 0ce25e3 [rust-project] switch cfgs to new list schema by Aaron Wood · 4 years, 8 months ago
  64. c7bbac3 Don't assert on gn builds without any target. by Nico Weber · 4 years, 7 months ago
  65. d26b346 Specify deps format for actions by Petr Hosek · 4 years, 7 months ago
  66. 317fdc1 Support specifying required Ninja version by Petr Hosek · 4 years, 7 months ago
  67. 8948350 Fix incorrect check for expansion of {{bundle_root_dir}} by Sylvain Defresne · 4 years, 7 months ago
  68. 0a9affb Update docs/reference.md by Harley Li · 4 years, 7 months ago
  69. 1a34e42 Fix a comment regarding --ide=json builder by Harley Li · 4 years, 7 months ago
  70. 382f5ef Divide sources between targets and add include paths to them by Oleksandr Motsok · 4 years, 8 months ago
  71. 86df308 Add support escape JSON string to stream for export compile commands by ihor.karavan-at-934627200577 · 4 years, 8 months ago
  72. db57fe0 Revert "Specify deps format for actions" by Brett Wilson · 4 years, 7 months ago
  73. d2f5e43 Add new build configuration variable to add an extension to build file names. by P.Y. Laligand · 4 years, 8 months ago
  74. 7d9b811 Specify deps format for actions by Petr Hosek · 4 years, 8 months ago
  75. f454541 [rust-project] Only list direct dependencies, not transitive deps by Aaron Wood · 4 years, 8 months ago
  76. d0a6f07 Add weak_frameworks linking option by Robert Sesek · 4 years, 8 months ago
  77. 3cbdb62 Add xcasset_compiler_flags variable to create_bundle target by Alfred Zien · 4 years, 8 months ago
  78. ab32747 Make rebase_path("//foo", "//foo/bar/baz") return "../..". by Nico Weber · 4 years, 8 months ago
  79. ac6cc95 Allow rlib linking into C++ targets. by Adrian Taylor · 4 years, 9 months ago
  80. 07f614a Cease to specify extern dirs for proc macro deps. by Adrian Taylor · 4 years, 8 months ago
  81. f8c5cf1 Fixing Rust targets depending on C source sets. by Adrian Taylor · 4 years, 9 months ago
  82. 16ab9ca Make "gn clean out/gn*" work. by Nico Weber · 4 years, 8 months ago
  83. 6ed85ec Speedup --json=ide and --export-compile-commands=default by David 'Digit' Turner · 4 years, 9 months ago
  84. 7c5d100 Speed up generation of input files list. by David 'Digit' Turner · 4 years, 9 months ago
  85. 14c9f94 Fix GCC compilation error by Milad Farazmand · 4 years, 8 months ago
  86. edf6e8e Add StringOutputBuffer class. by David 'Digit' Turner · 4 years, 9 months ago
  87. d2e84de Forbid Rust source_sets. by Adrian Taylor · 4 years, 8 months ago
  88. 4cd7fe1 Avoid duplicating -Lnative rustc arguments. by Adrian Taylor · 4 years, 9 months ago
  89. 4580b41 Remove duplicated -Ldependency arguments to rustc. by Adrian Taylor · 4 years, 9 months ago
  90. 58af66b Remove minor compiler warning by David 'Digit' Turner · 4 years, 9 months ago
  91. 222ae50 rust-project.json support by Benjamin Brittain · 4 years, 9 months ago
  92. 56f058e Add support for Resources build phase to generated Xcode project by Sylvain Defresne · 4 years, 9 months ago
  93. 0695796 Modernize code in xcode_object.{h,cc} by Sylvain Defresne · 4 years, 9 months ago
  94. 6a6163c Fix formatting of PBXFileReference by Sylvain Defresne · 4 years, 9 months ago
  95. 3f916fb Set expected values by Xcode 11.4 by Sylvain Defresne · 4 years, 9 months ago
  96. d7a8d66 Fix formatting of PBXContainerItemProxy by Sylvain Defresne · 4 years, 9 months ago
  97. e858fe6 Sort test file references used for indexing XCUITest test cases by Sylvain Defresne · 4 years, 9 months ago
  98. 106738e Add filetypes for .xctest and .xpc files by Sylvain Defresne · 4 years, 9 months ago
  99. 2ca0e81 Fix formatting of COMPILER_FLAGS in generated project by Sylvain Defresne · 4 years, 9 months ago
  100. ec938dd Speed up label comparison by David 'Digit' Turner · 4 years, 9 months ago