1. 6f3dad1 Don't use a nested scope for BUILDCONFIG. by Brett Wilson · 4 years, 9 months ago
  2. d9bbb45 Teach gn to handle systems with > 64 processors by Jesse McKenna · 4 years, 9 months ago
  3. bac5bd0 Do not use the root scope for BUILDCONFIG.gn. by qwattash · 4 years, 9 months ago
  4. 8dc294d Write Rust deps even if there are only non-Rust ones by Petr Hosek · 4 years, 9 months ago
  5. 2124233 Make "gn format" honor the global -q switch by Nico Weber · 4 years, 9 months ago
  6. 570aaed Process transitive dependecies for externs by Petr Hosek · 4 years, 9 months ago
  7. 4dc0ce4 Update quick start guide to reference tutorial files by Drew Stonebraker · 5 years ago
  8. f0a6900 Include Rust proc-macros as externs by Petr Hosek · 4 years, 9 months ago
  9. 1556546 [filesystem_utils] Fix a bug in MakeAbsolutePathRelativeIfPossible by Haowei Wu · 4 years, 9 months ago
  10. dca877f Support output_dir for Rust by Petr Hosek · 4 years, 9 months ago
  11. 0a73c48 Fix crash when sources is set to a non-list value by Tom Anderson · 4 years, 10 months ago
  12. 0bc16a8 [args] Ensure gn tracelog is processed when non-fatal error happens. by Haowei Wu · 4 years, 10 months ago
  13. 152c514 Update and add metadata documentation by Julie Hockett · 4 years, 10 months ago
  14. 579b5b3 Move 'rust_example' to the toplevel 'examples' folder by Joe Armstrong · 4 years, 10 months ago
  15. 61be3f2 Fix desc to handle single-value outputs correctly by Julie Hockett · 4 years, 10 months ago
  16. bf27729 [rust] Update RustTargetGenerator to not duplicate work by Julie Hockett · 4 years, 10 months ago
  17. 4c0c60e Move examples to toplevel, document better. by Brett Wilson · 4 years, 10 months ago
  18. c4a88ac Allow crate type to be set on all Rust targets by Julie Hockett · 4 years, 10 months ago
  19. 23d22bc [docs] : fix typo 'then' => 'they' and re-generate 'reference.md' by Joe Armstrong · 4 years, 10 months ago
  20. 3b5fa96 [docs] : add Markdown format for '--time' by Joe Armstrong · 4 years, 10 months ago
  21. 9edc6c0 [docs] : clean up cross_compiles.md by Joe Armstrong · 4 years, 10 months ago
  22. d3304fb [docs] : fix typo sone => some by Joe Armstrong · 4 years, 11 months ago
  23. fe0c6bb Write depfile for non-C-like tools by Julie Hockett · 5 years ago
  24. f898ccf Fix linking deps propagation by Julie Hockett · 4 years, 11 months ago
  25. 445ac32 [docs] GN can tell empty lists from non empty lists by Pascal Perez · 4 years, 11 months ago
  26. 3ddcc49 Fix build with GCC on FreeBSD by Oleh Hushchenkov · 4 years, 11 months ago
  27. 972ed75 Update to more uses of C++11. by Brett Wilson · 5 years ago
  28. a3e0807 Make exec_process_unittest.cc work with Python 3. by Raphael Kubo da Costa · 4 years, 11 months ago
  29. e6b6049 Adds support for iOS colorsets. by Rohit Rao · 5 years ago
  30. 2e73d71 Add command_launcher field to tools by Julie Hockett · 5 years ago
  31. 86d2534 Add -Lnative link search paths for non-Rust deps by Julie Hockett · 5 years ago
  32. ce1fa07 Allow get_target_outputs() on generated_file() targets by Julie Hockett · 5 years ago
  33. 8c7f491 rust: fix build on older clang by Tomasz Śniatowski · 5 years ago
  34. 8f8178c Escape prerequisites filenames in build.ninja.d depfile by samogot · 5 years ago
  35. 89d5ef5 Minor fixes to tracing by Julie Hockett · 5 years ago
  36. ae93998 An example Rust build by Julie Hockett · 5 years ago
  37. 80a5dc0 Ninja rules for Rust by Julie Hockett · 5 years ago
  38. e906492 Rust GN target generation by Julie Hockett · 5 years ago
  39. 586b028 Rust compilation tool and toolchain support by Julie Hockett · 5 years ago
  40. ed8b690 rust_library and Rust-specific variables by Julie Hockett · 5 years ago
  41. 5b16fb9 Rust substitutions and config values by Julie Hockett · 5 years ago
  42. b89110a Move SourceFileTypeSet to Target by Julie Hockett · 5 years ago
  43. 95a92a9 [espace.h] fix comment by Takuto Ikuta · 5 years ago
  44. 17cc456 json_project_writer: Output response_file_contents for action and action_for_each by Kimmo Kinnunen · 5 years ago
  45. 36c66bf Add additional surce files and example the list of acceptable files by Julie Hockett · 5 years ago
  46. 04f5df5 [args] Fix gn args unstable output by Haowei Wu · 5 years ago
  47. bc3fe2a [gen.py] Use relative -I switches and source paths by Roland McGrath · 5 years ago
  48. 8730b0f Disallow non-buildable sources in binary targets by Tom Anderson · 5 years ago
  49. 0d038c2 Cache source file type in SourceFile by Tom Anderson · 5 years ago
  50. 81ee196 Fix recursion on io_conversion help directions by Julie Hockett · 5 years ago
  51. 73e8907 [docs] Fix typo 'is' => 'it' by Joe Armstrong · 5 years ago
  52. f5ad807 [docs] Use variable 'include_dirs' instead of 'includes‘ by Joe Armstrong · 5 years ago
  53. 252674d Let source_target_relative be a valid substitution for bundle_data. by Robert Sesek · 5 years ago
  54. be0c06c [infra] Switch to older Clang by Petr Hosek · 5 years ago
  55. 9bd9420 Properly exit when an unknown tool is defined. by Julie Hockett · 5 years ago
  56. 9a469b2 Refactor SubstitutionType for increased flexibility by Julie Hockett · 5 years ago
  57. 19f79de Add test for empty source set/static lib to NinjaBinaryTargetWriter by Julie Hockett · 5 years ago
  58. c599fdb Fix use of 'is' operator for comparison by Raul Tambre · 5 years ago
  59. a4026b7 [infra] Delete cq.cfg by Petr Hosek · 5 years ago
  60. cf4c073 [infra] Update recipes engine to 0589a4 by Petr Hosek · 5 years ago
  61. d409ab8 Fix gn meta to handle non-string metadata by Haowei Wu · 5 years ago
  62. 72a485f Remove check for C/C++ files on binary writer by Julie Hockett · 5 years ago
  63. 9a3779d Add support for .rs and .go source files by Julie Hockett · 5 years ago
  64. 9ef3176 Move C logic to child class of NinjaBinaryTargetWriter by Julie Hockett · 5 years ago
  65. 5b0bb6a Move Tool logic out of Toolchain by Julie Hockett · 5 years ago
  66. 2691ec8 Canonicalize metadata walk_keys list before comaparing. by Haowei Wu · 5 years ago
  67. 78db9de Fix formatting of escaping table. by Brett Wilson · 5 years ago
  68. cd8d9d4 Optimize string escape functions by Tom Anderson · 5 years ago
  69. 2c72317 Support for building on OpenBSD. by dana koch · 5 years ago
  70. 2349dc4 [compdb] Optionally filter the compilation database. by Haowei Wu · 5 years ago
  71. 0f3dbca Use LLVM archiver on macOS by Petr Hosek · 5 years ago
  72. 64b846c Fix -Wstring-plus-int errors in ninja_action_target_writer_unittest by Julie Hockett · 5 years ago
  73. 5725aa8 Remove obsolete instruction on how to roll gn by Sylvain Defresne · 5 years ago
  74. 30939f5 Remove dpranke from OWNERS. by Dirk Pranke · 5 years ago
  75. dcab2f9 Fix issues with bundle_data/create_bundle targets by Sylvain Defresne · 5 years ago
  76. d46f92f Make all bundle_foo_dir properties optional by Sylvain Defresne · 5 years ago
  77. fb330c7 [gn] Always create "args.gn" file when running gn gen. by Haowei Wu · 5 years ago
  78. ac2776f [desc] Add runtime_deps handler by Julie Hockett · 5 years ago
  79. f5fc060 Support Visual Studio 2019 project generation. by Sergey Semushin · 5 years ago
  80. b85982b visual_studio_writer: Make OutDir equal to $(SolutionDir). by Sergey Semushin · 5 years ago
  81. 9434c3d Make gen.py compatible with python3 by Mike Gilbert · 5 years ago
  82. b199e54 [docs] : Split 'gn help' heading and usage summary when exceed 80 cols by Joe Armstrong · 5 years ago
  83. 5bc90b6 stdout: use dim colors by Elly Fong-Jones · 5 years ago
  84. 24411be Make gn check faster by Takuto Ikuta · 5 years ago
  85. 3941394 [docs] regenerate docs/reference.md by Joe Armstrong · 5 years ago
  86. 93ac4e0 Some documentation of gn check --check-generated by Daniel Bratell · 5 years ago
  87. fd1532f [docs] Fix Markdown format missing ` by Joe Armstrong · 5 years ago
  88. 74657a6 Add gn check --check-generated to check dependencies of generated files by Daniel Bratell · 5 years ago
  89. 6b94382 Fixed typo (missing parenthesis) in get_path_info documentation by Daniel Bratell · 5 years ago
  90. d062e74 Improve config documentation. by Brett Wilson · 5 years ago
  91. e15f243 gen.py: Pass -pthread, not -lpthread, in ldflags. by Raphael Kubo da Costa · 5 years ago
  92. 013513c gn recipe: Do not pass libraries in LDFLAGS in the Linux recipe by Raphael Kubo da Costa · 5 years ago
  93. 1152229 gen.py: Pass -pthread via ldflags, not libs by Raphael Kubo da Costa · 5 years ago
  94. 01237e9 Remove references to ARM-optimized math implementation by Mike Gilbert · 5 years ago
  95. 0ac93dd For proper order put -lpthreads as a 'library' not a 'linker flag' by Khouri Giordano · 5 years ago
  96. 1ab6fa2 Attempt to unbreak build with MSVC 15.8.4 by Nico Weber · 5 years ago
  97. 082fbe3 Pass -lpthread when linking instead of -pthread by Tom Anderson · 5 years ago
  98. d69a9c3 [help] Fixing help issues. by Julie Hockett · 5 years ago
  99. 04685d6 Add --dump-json-tree option for format subcommand. by Tatsuhisa Yamaguchi · 5 years ago
  100. 57586fd Suppress warning on VS2017. by Jamie Madill · 5 years ago