1. 4580b41 Remove duplicated -Ldependency arguments to rustc. by Adrian Taylor · 4 years ago
  2. 58af66b Remove minor compiler warning by David 'Digit' Turner · 4 years ago
  3. 222ae50 rust-project.json support by Benjamin Brittain · 4 years, 1 month ago
  4. 56f058e Add support for Resources build phase to generated Xcode project by Sylvain Defresne · 4 years, 1 month ago
  5. 0695796 Modernize code in xcode_object.{h,cc} by Sylvain Defresne · 4 years, 1 month ago
  6. 6a6163c Fix formatting of PBXFileReference by Sylvain Defresne · 4 years, 1 month ago
  7. 3f916fb Set expected values by Xcode 11.4 by Sylvain Defresne · 4 years, 1 month ago
  8. d7a8d66 Fix formatting of PBXContainerItemProxy by Sylvain Defresne · 4 years, 1 month ago
  9. e858fe6 Sort test file references used for indexing XCUITest test cases by Sylvain Defresne · 4 years, 1 month ago
  10. 106738e Add filetypes for .xctest and .xpc files by Sylvain Defresne · 4 years, 1 month ago
  11. 2ca0e81 Fix formatting of COMPILER_FLAGS in generated project by Sylvain Defresne · 4 years, 1 month ago
  12. ec938dd Speed up label comparison by David 'Digit' Turner · 4 years, 1 month ago
  13. d613107 format: Don't crash on non-literal import by Scott Graham · 4 years, 1 month ago
  14. a38ba1c README.md: Correct link to Quick Start guide by Venkatesh Srinivas · 4 years, 1 month ago
  15. 82d673a format: Fix formatting not taking into account suffixes by Scott Graham · 4 years, 1 month ago
  16. 5b7fa2a Fix incorrect line endings in win_util.h by Scott Graham · 4 years, 1 month ago
  17. 5ed3c9c Match all toolchains by default. by Brett Wilson · 4 years, 1 month ago
  18. 2a18133 Update the "getting started". by Brett Wilson · 4 years, 1 month ago
  19. 7943a47 Remove a few unused macros. by Nico Weber · 4 years, 1 month ago
  20. 7439709 Add an "outputs" command. by Brett Wilson · 4 years, 2 months ago
  21. bee8916 Make CONFIGURATION_BUILD_DIR represent location of binaries by Oleksandr Motsok · 4 years, 2 months ago
  22. 818b885 Add missing header for using with std::move by Milad Farazmand · 4 years, 2 months ago
  23. 9499562 Fix analyze not noticing when BUILD.gn files change by Andrew Grieve · 4 years, 2 months ago
  24. 91eee9b [Xcode] Implement custom sort of the elements in Xcode project by Sylvain Defresne · 4 years, 2 months ago
  25. 32f0f53 Remove flaky StringAtom test. by David 'Digit' Turner · 4 years, 2 months ago
  26. aff489a Add "filter_{exclude,include}" intrinsic functions to GN by Sylvain Defresne · 4 years, 2 months ago
  27. 08bfc84 Include more files in the generated Xcode project by Sylvain Defresne · 4 years, 2 months ago
  28. 0785423 Reduce RAM usage and improve speed of "gn gen" by David 'Digit' Turner · 4 years, 3 months ago
  29. 992e927 [xcode] Refactor XcodeWriter by Sylvain Defresne · 4 years, 2 months ago
  30. fd3d768 msvc writer: Don't die on generated_file() and create_bundle() targets. by Nico Weber · 4 years, 2 months ago
  31. f871e54 Fix Rust dependency propagation by Benjamin Brittain · 4 years, 2 months ago
  32. c2d0ace Fix crash in "gn gen --ide=xcode" when project is malformed by Sylvain Defresne · 4 years, 2 months ago
  33. 5e43d01 Fix gn format --stdin newlines on Windows by Wyatt Hepler · 4 years, 2 months ago
  34. d422999 WIP: Fix (cross)compile with MinGW by BogDan Vatra · 4 years, 3 months ago
  35. c89bc82 Write input files to json project by BogDan Vatra · 4 years, 4 months ago
  36. 4166e9f Allow selection of autoninja for XCode building. by Sebastien Lalancette · 4 years, 2 months ago
  37. a899709 Allow labels to go above the source root. by Brett Wilson · 4 years, 3 months ago
  38. 61377e3 Handle an empty interpreter_path in exec_script by James Robinson · 4 years, 3 months ago
  39. 52cb644 Add a "gn_version" variable. by Nico Weber · 4 years, 3 months ago
  40. 239533d Export Rust information in JSON IDE format by Benjamin Brittain · 4 years, 3 months ago
  41. 1e1ea9d Document action restat behavior. by Brett Wilson · 4 years, 3 months ago
  42. 28044bc Speed up source file set operations. by David 'Digit' Turner · 4 years, 5 months ago
  43. eb0c751 vim: update docs for autoformatting by Nate Fischer · 4 years, 3 months ago
  44. 4e97d9b vim: Fix invalid import in gn-format.py by Scott Graham · 4 years, 3 months ago
  45. 12f53f0 vim: Make format plugin work with py2 and py3 by Scott Graham · 4 years, 3 months ago
  46. ae66935 Fix Rust dependency resolution. by Adrian Taylor · 4 years, 4 months ago
  47. af83625 Add support for scope subscript by Alfred Zien · 4 years, 4 months ago
  48. 97cc440 format: Fix not getting to fixed point in one step by Scott Graham · 4 years, 3 months ago
  49. d874bb9 Remove extraneous quotation marks by Wesley Moy · 4 years, 3 months ago
  50. 201a0b5 format: Fix single line list suffix comments being dropped by Scott Graham · 4 years, 3 months ago
  51. c367761 format: Improve suffix comment handling by Scott Graham · 4 years, 3 months ago
  52. 564de29 Format all .gn and .gni files of examples by Sylvain Defresne · 4 years, 3 months ago
  53. 83dad00 Add a sample project that allow to target iOS by Sylvain Defresne · 4 years, 4 months ago
  54. abea271 Consider Xcode console as not a tty by Sylvain Defresne · 4 years, 4 months ago
  55. a09ec16 Improve support for frameworks in gn by Sylvain Defresne · 4 years, 4 months ago
  56. e214b5d Add support for ':' in --gtest_filter to gn_unittests by Sylvain Defresne · 4 years, 4 months ago
  57. 0c5557d Fix Rust linking -lfoo.so not -lfoo due to TOC by Adrian Taylor · 4 years, 4 months ago
  58. 2426c17 [iOS/macOS] compile data sets into Assets by Slav Ishutin · 4 years, 4 months ago
  59. 49f5903 [check] Document system style checking for check command by James Robinson · 4 years, 4 months ago
  60. 4cc8914 [check] Check includes using <bracket> style as well as "quotes" by James Robinson · 4 years, 7 months ago
  61. a141386 Provide a way to pass extern Rust library by Petr Hosek · 4 years, 4 months ago
  62. c5a0ec6 Classify Rust static libraries as final by Petr Hosek · 4 years, 5 months ago
  63. 2920568 Remove irregular formatting for some lists after = by Nico Weber · 4 years, 5 months ago
  64. cd715c1 Simplify and speed up ReadStdin. by Nico Weber · 4 years, 4 months ago
  65. e67b81b Document change ID hook in the README. by Brett Wilson · 4 years, 4 months ago
  66. e0518bc analyzer test: Replace ownership comments with unique_ptr. by Nico Weber · 4 years, 4 months ago
  67. a5bcbd7 Update default VS to 2019 by Aaron Gable · 4 years, 4 months ago
  68. ff241a5 Update Rust example to match modern gn needs. by Adrian Taylor · 4 years, 5 months ago
  69. 5624679 Fix quoting preprocessor defines for compilation database by Byoungchan Lee · 4 years, 5 months ago
  70. 6feb559 [format] Sort lists based on suffix match by Natalie Chouinard · 4 years, 5 months ago
  71. c630f1c Export rustflags in the IDE JSON format by Petr Hosek · 4 years, 5 months ago
  72. e87aa22 Ignore SIGTRAP in child process on macOS by Sylvain Defresne · 4 years, 6 months ago
  73. fe36c7c Create a new target type for Rust procedural macro by Petr Hosek · 4 years, 5 months ago
  74. eb18f84 Delete the default Token assignment opoerator by Petr Hosek · 4 years, 5 months ago
  75. 171ab91 Support for RISC-V by Petr Hosek · 4 years, 6 months ago
  76. 9a9aff0 Remove needless build_settings.h includes. by Nico Weber · 4 years, 6 months ago
  77. b0400c9 Don't include windows.h in semaphore.h by Nico Weber · 4 years, 6 months ago
  78. 5649ccc Stop using iostream. by Nico Weber · 4 years, 6 months ago
  79. de54297 gen.py: Stop writing rule cc, GN has no C code. by Nico Weber · 4 years, 6 months ago
  80. 47e15b7 Delete some unused code in src/base. by Nico Weber · 4 years, 6 months ago
  81. 776bbfd Add syntax highlighting for string_{join,split} by Alexei Frolov · 4 years, 6 months ago
  82. 6e5ba2e string_split(): Add tests for edge cases by Keir Mierle · 4 years, 6 months ago
  83. 6ae6330 Add string_join() and string_split() builtins by Keir Mierle · 4 years, 6 months ago
  84. 84843c5 Use git push instead of git cl by Wink Saville · 4 years, 6 months ago
  85. 45611e3 Update reference.md by Keir Mierle · 4 years, 6 months ago
  86. 93b527c Add unit tests for assert() builtin by Keir Mierle · 4 years, 6 months ago
  87. b0e6146 Update documentation on how to configure and build the simple_build example by Wayne Piekarski · 4 years, 6 months ago
  88. 4872f08 Change args.gn to reference `gn help buildargs` by Wink Saville · 4 years, 6 months ago
  89. a0a58ab Enable -Wall -Wextra compiler warnings on non-Win too. by Nico Weber · 4 years, 6 months ago
  90. 1ec42e7 [format] Convert invalid whitespace to space when loading for format by Scott Graham · 4 years, 6 months ago
  91. 5b4af69 Fix problems pointed out by building with clang-cl. by Nico Weber · 4 years, 6 months ago
  92. 99d2363 win: Only use ICF and LTO if explicitly opted in. by Nico Weber · 4 years, 6 months ago
  93. 160387b win: Don't use rsp files when linking gn either. by Nico Weber · 4 years, 6 months ago
  94. 3f6100c Move source files into src/, and move tools/gn/misc to the toplevel. by Nico Weber · 4 years, 6 months ago
  95. 3e42596 win: Don't use rsp files when compiling gn. by Nico Weber · 4 years, 6 months ago
  96. df79acf Documentation fix for Rust example by Wayne Piekarski · 4 years, 6 months ago
  97. 16d0abf Handle metadata walk_keys relative to the target directory by Petr Hosek · 4 years, 6 months ago
  98. a3345c9 Better user error detection in assert() by Keir Mierle · 4 years, 6 months ago
  99. d11184e Typos. Fix comments. by John Rosasco · 4 years, 6 months ago
  100. 91420ba Fixed typos and clarified generated_file docs. by John Rosasco · 4 years, 6 months ago