1. 6523a5f Add script for finding unreachable targets by Alfred Zien · 5 years ago
  2. 3f6100c Move source files into src/, and move tools/gn/misc to the toplevel. by Nico Weber · 5 years ago
  3. 16d0abf Handle metadata walk_keys relative to the target directory by Petr Hosek · 6 years ago
  4. a3345c9 Better user error detection in assert() by Keir Mierle · 6 years ago
  5. d11184e Typos. Fix comments. by John Rosasco · 6 years ago
  6. 91420ba Fixed typos and clarified generated_file docs. by John Rosasco · 6 years ago
  7. 2020e30 Allow analyze reading from stdin and writing to stdout. by Nico Weber · 6 years ago
  8. 7617b59 Provide separate Rust tools for different output types by Petr Hosek · 6 years ago
  9. bbc9dd0 Doc clarification. by John Rosasco · 6 years ago
  10. 6c7fcc3 Add support for building on Haiku. by Calvin Hill · 6 years ago
  11. d68b623 Don't report error for non-existent keys in not_needed by Petr Hosek · 6 years ago
  12. 546edf8 Don't link Rust libraries and proc macros to C targets by Petr Hosek · 6 years ago
  13. 7f60381 Support non-Rust libs and lib_dirs for Rust targets by Petr Hosek · 6 years ago
  14. add1bb1 Drop edition variable from Rust support by Petr Hosek · 6 years ago
  15. f3c7676 vim: Allow override of default location for gn binary by Scott Graham · 6 years ago
  16. d034be3 Remove Bind and Callback. by Brett Wilson · 6 years ago
  17. 572ba24 Remove some base C++ wrappers. by Brett Wilson · 6 years ago
  18. bdde2c2 Convert typedef to using. by Brett Wilson · 6 years ago
  19. ad9e442 Rename typefdefs for C++17 by Brett Wilson · 6 years ago
  20. dba3084 Define StringPiece in terms of std::string_view by Brett Wilson · 6 years ago
  21. 102cdd4 Define string16 in terms of std::u16string. by Brett Wilson · 6 years ago
  22. 2a5b5ca Fix typo in linker section of docs. by John Rosasco · 6 years ago
  23. 2f52760 [cleanup] Remove stale documentation from get_target_outputs. by Charles Nicholson · 6 years ago
  24. 6f3dad1 Don't use a nested scope for BUILDCONFIG. by Brett Wilson · 6 years ago
  25. bac5bd0 Do not use the root scope for BUILDCONFIG.gn. by qwattash · 6 years ago
  26. 8dc294d Write Rust deps even if there are only non-Rust ones by Petr Hosek · 6 years ago
  27. 2124233 Make "gn format" honor the global -q switch by Nico Weber · 6 years ago
  28. 570aaed Process transitive dependecies for externs by Petr Hosek · 6 years ago
  29. f0a6900 Include Rust proc-macros as externs by Petr Hosek · 6 years ago
  30. 1556546 [filesystem_utils] Fix a bug in MakeAbsolutePathRelativeIfPossible by Haowei Wu · 6 years ago
  31. dca877f Support output_dir for Rust by Petr Hosek · 6 years ago
  32. 0a73c48 Fix crash when sources is set to a non-list value by Tom Anderson · 6 years ago
  33. 0bc16a8 [args] Ensure gn tracelog is processed when non-fatal error happens. by Haowei Wu · 6 years ago
  34. 152c514 Update and add metadata documentation by Julie Hockett · 6 years ago
  35. 579b5b3 Move 'rust_example' to the toplevel 'examples' folder by Joe Armstrong · 6 years ago
  36. 61be3f2 Fix desc to handle single-value outputs correctly by Julie Hockett · 6 years ago
  37. bf27729 [rust] Update RustTargetGenerator to not duplicate work by Julie Hockett · 6 years ago
  38. 4c0c60e Move examples to toplevel, document better. by Brett Wilson · 6 years ago
  39. c4a88ac Allow crate type to be set on all Rust targets by Julie Hockett · 6 years ago
  40. 23d22bc [docs] : fix typo 'then' => 'they' and re-generate 'reference.md' by Joe Armstrong · 6 years ago
  41. fe0c6bb Write depfile for non-C-like tools by Julie Hockett · 6 years ago
  42. f898ccf Fix linking deps propagation by Julie Hockett · 6 years ago
  43. 972ed75 Update to more uses of C++11. by Brett Wilson · 6 years ago
  44. a3e0807 Make exec_process_unittest.cc work with Python 3. by Raphael Kubo da Costa · 6 years ago
  45. e6b6049 Adds support for iOS colorsets. by Rohit Rao · 6 years ago
  46. 2e73d71 Add command_launcher field to tools by Julie Hockett · 6 years ago
  47. 86d2534 Add -Lnative link search paths for non-Rust deps by Julie Hockett · 6 years ago
  48. ce1fa07 Allow get_target_outputs() on generated_file() targets by Julie Hockett · 6 years ago
  49. 8c7f491 rust: fix build on older clang by Tomasz Śniatowski · 6 years ago
  50. 8f8178c Escape prerequisites filenames in build.ninja.d depfile by samogot · 6 years ago
  51. 89d5ef5 Minor fixes to tracing by Julie Hockett · 6 years ago
  52. ae93998 An example Rust build by Julie Hockett · 6 years ago
  53. 80a5dc0 Ninja rules for Rust by Julie Hockett · 6 years ago
  54. e906492 Rust GN target generation by Julie Hockett · 6 years ago
  55. 586b028 Rust compilation tool and toolchain support by Julie Hockett · 6 years ago
  56. ed8b690 rust_library and Rust-specific variables by Julie Hockett · 6 years ago
  57. 5b16fb9 Rust substitutions and config values by Julie Hockett · 6 years ago
  58. b89110a Move SourceFileTypeSet to Target by Julie Hockett · 6 years ago
  59. 95a92a9 [espace.h] fix comment by Takuto Ikuta · 6 years ago
  60. 17cc456 json_project_writer: Output response_file_contents for action and action_for_each by Kimmo Kinnunen · 6 years ago
  61. 36c66bf Add additional surce files and example the list of acceptable files by Julie Hockett · 6 years ago
  62. 04f5df5 [args] Fix gn args unstable output by Haowei Wu · 6 years ago
  63. 8730b0f Disallow non-buildable sources in binary targets by Tom Anderson · 6 years ago
  64. 0d038c2 Cache source file type in SourceFile by Tom Anderson · 6 years ago
  65. 81ee196 Fix recursion on io_conversion help directions by Julie Hockett · 6 years ago
  66. 73e8907 [docs] Fix typo 'is' => 'it' by Joe Armstrong · 6 years ago
  67. f5ad807 [docs] Use variable 'include_dirs' instead of 'includes‘ by Joe Armstrong · 6 years ago
  68. 252674d Let source_target_relative be a valid substitution for bundle_data. by Robert Sesek · 6 years ago
  69. 9bd9420 Properly exit when an unknown tool is defined. by Julie Hockett · 6 years ago
  70. 9a469b2 Refactor SubstitutionType for increased flexibility by Julie Hockett · 6 years ago
  71. 19f79de Add test for empty source set/static lib to NinjaBinaryTargetWriter by Julie Hockett · 6 years ago
  72. c599fdb Fix use of 'is' operator for comparison by Raul Tambre · 6 years ago
  73. d409ab8 Fix gn meta to handle non-string metadata by Haowei Wu · 6 years ago
  74. 72a485f Remove check for C/C++ files on binary writer by Julie Hockett · 6 years ago
  75. 9a3779d Add support for .rs and .go source files by Julie Hockett · 6 years ago
  76. 9ef3176 Move C logic to child class of NinjaBinaryTargetWriter by Julie Hockett · 6 years ago
  77. 5b0bb6a Move Tool logic out of Toolchain by Julie Hockett · 6 years ago
  78. 2691ec8 Canonicalize metadata walk_keys list before comaparing. by Haowei Wu · 6 years ago
  79. 78db9de Fix formatting of escaping table. by Brett Wilson · 6 years ago
  80. cd8d9d4 Optimize string escape functions by Tom Anderson · 6 years ago
  81. 2c72317 Support for building on OpenBSD. by dana koch · 6 years ago
  82. 2349dc4 [compdb] Optionally filter the compilation database. by Haowei Wu · 6 years ago
  83. 64b846c Fix -Wstring-plus-int errors in ninja_action_target_writer_unittest by Julie Hockett · 6 years ago
  84. dcab2f9 Fix issues with bundle_data/create_bundle targets by Sylvain Defresne · 6 years ago
  85. d46f92f Make all bundle_foo_dir properties optional by Sylvain Defresne · 6 years ago
  86. fb330c7 [gn] Always create "args.gn" file when running gn gen. by Haowei Wu · 6 years ago
  87. ac2776f [desc] Add runtime_deps handler by Julie Hockett · 6 years ago
  88. f5fc060 Support Visual Studio 2019 project generation. by Sergey Semushin · 6 years ago
  89. b85982b visual_studio_writer: Make OutDir equal to $(SolutionDir). by Sergey Semushin · 6 years ago
  90. b199e54 [docs] : Split 'gn help' heading and usage summary when exceed 80 cols by Joe Armstrong · 6 years ago
  91. 5bc90b6 stdout: use dim colors by Elly Fong-Jones · 6 years ago
  92. 24411be Make gn check faster by Takuto Ikuta · 6 years ago
  93. 93ac4e0 Some documentation of gn check --check-generated by Daniel Bratell · 6 years ago
  94. 74657a6 Add gn check --check-generated to check dependencies of generated files by Daniel Bratell · 6 years ago
  95. 6b94382 Fixed typo (missing parenthesis) in get_path_info documentation by Daniel Bratell · 6 years ago
  96. d062e74 Improve config documentation. by Brett Wilson · 6 years ago
  97. 1ab6fa2 Attempt to unbreak build with MSVC 15.8.4 by Nico Weber · 6 years ago
  98. d69a9c3 [help] Fixing help issues. by Julie Hockett · 6 years ago
  99. 04685d6 Add --dump-json-tree option for format subcommand. by Tatsuhisa Yamaguchi · 6 years ago
  100. 4dcd277 Port to FreeBSD. by Peter Collingbourne · 6 years ago