1. 776bbfd Add syntax highlighting for string_{join,split} by Alexei Frolov · 4 years, 6 months ago
  2. 6e5ba2e string_split(): Add tests for edge cases by Keir Mierle · 4 years, 6 months ago
  3. 6ae6330 Add string_join() and string_split() builtins by Keir Mierle · 4 years, 6 months ago
  4. 84843c5 Use git push instead of git cl by Wink Saville · 4 years, 6 months ago
  5. 45611e3 Update reference.md by Keir Mierle · 4 years, 6 months ago
  6. 93b527c Add unit tests for assert() builtin by Keir Mierle · 4 years, 6 months ago
  7. b0e6146 Update documentation on how to configure and build the simple_build example by Wayne Piekarski · 4 years, 6 months ago
  8. 4872f08 Change args.gn to reference `gn help buildargs` by Wink Saville · 4 years, 6 months ago
  9. a0a58ab Enable -Wall -Wextra compiler warnings on non-Win too. by Nico Weber · 4 years, 6 months ago
  10. 1ec42e7 [format] Convert invalid whitespace to space when loading for format by Scott Graham · 4 years, 6 months ago
  11. 5b4af69 Fix problems pointed out by building with clang-cl. by Nico Weber · 4 years, 6 months ago
  12. 99d2363 win: Only use ICF and LTO if explicitly opted in. by Nico Weber · 4 years, 6 months ago
  13. 160387b win: Don't use rsp files when linking gn either. by Nico Weber · 4 years, 6 months ago
  14. 3f6100c Move source files into src/, and move tools/gn/misc to the toplevel. by Nico Weber · 4 years, 6 months ago
  15. 3e42596 win: Don't use rsp files when compiling gn. by Nico Weber · 4 years, 6 months ago
  16. df79acf Documentation fix for Rust example by Wayne Piekarski · 4 years, 6 months ago
  17. 16d0abf Handle metadata walk_keys relative to the target directory by Petr Hosek · 4 years, 6 months ago
  18. a3345c9 Better user error detection in assert() by Keir Mierle · 4 years, 7 months ago
  19. d11184e Typos. Fix comments. by John Rosasco · 4 years, 7 months ago
  20. 91420ba Fixed typos and clarified generated_file docs. by John Rosasco · 4 years, 7 months ago
  21. 2020e30 Allow analyze reading from stdin and writing to stdout. by Nico Weber · 4 years, 7 months ago
  22. 189ddf3 Switch Semaphore to use dispatch_semaphore_t on Mac. by Robert Sesek · 4 years, 7 months ago
  23. 7617b59 Provide separate Rust tools for different output types by Petr Hosek · 4 years, 7 months ago
  24. bbc9dd0 Doc clarification. by John Rosasco · 4 years, 8 months ago
  25. 6c7fcc3 Add support for building on Haiku. by Calvin Hill · 5 years ago
  26. d68b623 Don't report error for non-existent keys in not_needed by Petr Hosek · 4 years, 8 months ago
  27. 546edf8 Don't link Rust libraries and proc macros to C targets by Petr Hosek · 4 years, 8 months ago
  28. 7f60381 Support non-Rust libs and lib_dirs for Rust targets by Petr Hosek · 4 years, 8 months ago
  29. add1bb1 Drop edition variable from Rust support by Petr Hosek · 4 years, 8 months ago
  30. f3c7676 vim: Allow override of default location for gn binary by Scott Graham · 4 years, 8 months ago
  31. d034be3 Remove Bind and Callback. by Brett Wilson · 4 years, 8 months ago
  32. 572ba24 Remove some base C++ wrappers. by Brett Wilson · 4 years, 8 months ago
  33. bdde2c2 Convert typedef to using. by Brett Wilson · 4 years, 8 months ago
  34. ad9e442 Rename typefdefs for C++17 by Brett Wilson · 4 years, 8 months ago
  35. dba3084 Define StringPiece in terms of std::string_view by Brett Wilson · 4 years, 8 months ago
  36. 102cdd4 Define string16 in terms of std::u16string. by Brett Wilson · 4 years, 8 months ago
  37. b3fefa6 Compile with C++17. by Brett Wilson · 4 years, 8 months ago
  38. 2a6c4e1 [windows] Update Windows SDK to 2019-09-06 by Scott Graham · 4 years, 8 months ago
  39. 2a5b5ca Fix typo in linker section of docs. by John Rosasco · 4 years, 8 months ago
  40. 2f52760 [cleanup] Remove stale documentation from get_target_outputs. by Charles Nicholson · 4 years, 8 months ago
  41. fc2f07a Add reference to the mailing list to the README. by Brett Wilson · 4 years, 8 months ago
  42. ad9054d gen.py: Allow linking libstdc++ dynamically by Ryan Gonzalez · 4 years, 9 months ago
  43. 6f3dad1 Don't use a nested scope for BUILDCONFIG. by Brett Wilson · 4 years, 9 months ago
  44. d9bbb45 Teach gn to handle systems with > 64 processors by Jesse McKenna · 4 years, 9 months ago
  45. bac5bd0 Do not use the root scope for BUILDCONFIG.gn. by qwattash · 4 years, 9 months ago
  46. 8dc294d Write Rust deps even if there are only non-Rust ones by Petr Hosek · 4 years, 9 months ago
  47. 2124233 Make "gn format" honor the global -q switch by Nico Weber · 4 years, 9 months ago
  48. 570aaed Process transitive dependecies for externs by Petr Hosek · 4 years, 9 months ago
  49. 4dc0ce4 Update quick start guide to reference tutorial files by Drew Stonebraker · 5 years ago
  50. f0a6900 Include Rust proc-macros as externs by Petr Hosek · 4 years, 9 months ago
  51. 1556546 [filesystem_utils] Fix a bug in MakeAbsolutePathRelativeIfPossible by Haowei Wu · 4 years, 9 months ago
  52. dca877f Support output_dir for Rust by Petr Hosek · 4 years, 9 months ago
  53. 0a73c48 Fix crash when sources is set to a non-list value by Tom Anderson · 4 years, 10 months ago
  54. 0bc16a8 [args] Ensure gn tracelog is processed when non-fatal error happens. by Haowei Wu · 4 years, 10 months ago
  55. 152c514 Update and add metadata documentation by Julie Hockett · 4 years, 10 months ago
  56. 579b5b3 Move 'rust_example' to the toplevel 'examples' folder by Joe Armstrong · 4 years, 10 months ago
  57. 61be3f2 Fix desc to handle single-value outputs correctly by Julie Hockett · 4 years, 10 months ago
  58. bf27729 [rust] Update RustTargetGenerator to not duplicate work by Julie Hockett · 4 years, 10 months ago
  59. 4c0c60e Move examples to toplevel, document better. by Brett Wilson · 4 years, 10 months ago
  60. c4a88ac Allow crate type to be set on all Rust targets by Julie Hockett · 4 years, 11 months ago
  61. 23d22bc [docs] : fix typo 'then' => 'they' and re-generate 'reference.md' by Joe Armstrong · 4 years, 10 months ago
  62. 3b5fa96 [docs] : add Markdown format for '--time' by Joe Armstrong · 4 years, 11 months ago
  63. 9edc6c0 [docs] : clean up cross_compiles.md by Joe Armstrong · 4 years, 11 months ago
  64. d3304fb [docs] : fix typo sone => some by Joe Armstrong · 4 years, 11 months ago
  65. fe0c6bb Write depfile for non-C-like tools by Julie Hockett · 5 years ago
  66. f898ccf Fix linking deps propagation by Julie Hockett · 4 years, 11 months ago
  67. 445ac32 [docs] GN can tell empty lists from non empty lists by Pascal Perez · 4 years, 11 months ago
  68. 3ddcc49 Fix build with GCC on FreeBSD by Oleh Hushchenkov · 4 years, 11 months ago
  69. 972ed75 Update to more uses of C++11. by Brett Wilson · 5 years ago
  70. a3e0807 Make exec_process_unittest.cc work with Python 3. by Raphael Kubo da Costa · 5 years ago
  71. e6b6049 Adds support for iOS colorsets. by Rohit Rao · 5 years ago
  72. 2e73d71 Add command_launcher field to tools by Julie Hockett · 5 years ago
  73. 86d2534 Add -Lnative link search paths for non-Rust deps by Julie Hockett · 5 years ago
  74. ce1fa07 Allow get_target_outputs() on generated_file() targets by Julie Hockett · 5 years ago
  75. 8c7f491 rust: fix build on older clang by Tomasz Śniatowski · 5 years ago
  76. 8f8178c Escape prerequisites filenames in build.ninja.d depfile by samogot · 5 years ago
  77. 89d5ef5 Minor fixes to tracing by Julie Hockett · 5 years ago
  78. ae93998 An example Rust build by Julie Hockett · 5 years ago
  79. 80a5dc0 Ninja rules for Rust by Julie Hockett · 5 years ago
  80. e906492 Rust GN target generation by Julie Hockett · 5 years ago
  81. 586b028 Rust compilation tool and toolchain support by Julie Hockett · 5 years ago
  82. ed8b690 rust_library and Rust-specific variables by Julie Hockett · 5 years ago
  83. 5b16fb9 Rust substitutions and config values by Julie Hockett · 5 years ago
  84. b89110a Move SourceFileTypeSet to Target by Julie Hockett · 5 years ago
  85. 95a92a9 [espace.h] fix comment by Takuto Ikuta · 5 years ago
  86. 17cc456 json_project_writer: Output response_file_contents for action and action_for_each by Kimmo Kinnunen · 5 years ago
  87. 36c66bf Add additional surce files and example the list of acceptable files by Julie Hockett · 5 years ago
  88. 04f5df5 [args] Fix gn args unstable output by Haowei Wu · 5 years ago
  89. bc3fe2a [gen.py] Use relative -I switches and source paths by Roland McGrath · 5 years ago
  90. 8730b0f Disallow non-buildable sources in binary targets by Tom Anderson · 5 years ago
  91. 0d038c2 Cache source file type in SourceFile by Tom Anderson · 5 years ago
  92. 81ee196 Fix recursion on io_conversion help directions by Julie Hockett · 5 years ago
  93. 73e8907 [docs] Fix typo 'is' => 'it' by Joe Armstrong · 5 years ago
  94. f5ad807 [docs] Use variable 'include_dirs' instead of 'includes‘ by Joe Armstrong · 5 years ago
  95. 252674d Let source_target_relative be a valid substitution for bundle_data. by Robert Sesek · 5 years ago
  96. be0c06c [infra] Switch to older Clang by Petr Hosek · 5 years ago
  97. 9bd9420 Properly exit when an unknown tool is defined. by Julie Hockett · 5 years ago
  98. 9a469b2 Refactor SubstitutionType for increased flexibility by Julie Hockett · 5 years ago
  99. 19f79de Add test for empty source set/static lib to NinjaBinaryTargetWriter by Julie Hockett · 5 years ago
  100. c599fdb Fix use of 'is' operator for comparison by Raul Tambre · 5 years ago