1. f5fc060 Support Visual Studio 2019 project generation. by Sergey Semushin · 5 years ago
  2. b85982b visual_studio_writer: Make OutDir equal to $(SolutionDir). by Sergey Semushin · 5 years ago
  3. 9434c3d Make gen.py compatible with python3 by Mike Gilbert · 5 years ago
  4. b199e54 [docs] : Split 'gn help' heading and usage summary when exceed 80 cols by Joe Armstrong · 5 years ago
  5. 5bc90b6 stdout: use dim colors by Elly Fong-Jones · 5 years ago
  6. 24411be Make gn check faster by Takuto Ikuta · 5 years ago
  7. 3941394 [docs] regenerate docs/reference.md by Joe Armstrong · 5 years ago
  8. 93ac4e0 Some documentation of gn check --check-generated by Daniel Bratell · 5 years ago
  9. fd1532f [docs] Fix Markdown format missing ` by Joe Armstrong · 5 years ago
  10. 74657a6 Add gn check --check-generated to check dependencies of generated files by Daniel Bratell · 5 years ago
  11. 6b94382 Fixed typo (missing parenthesis) in get_path_info documentation by Daniel Bratell · 5 years ago
  12. d062e74 Improve config documentation. by Brett Wilson · 5 years ago
  13. e15f243 gen.py: Pass -pthread, not -lpthread, in ldflags. by Raphael Kubo da Costa · 5 years ago
  14. 013513c gn recipe: Do not pass libraries in LDFLAGS in the Linux recipe by Raphael Kubo da Costa · 5 years ago
  15. 1152229 gen.py: Pass -pthread via ldflags, not libs by Raphael Kubo da Costa · 5 years ago
  16. 01237e9 Remove references to ARM-optimized math implementation by Mike Gilbert · 5 years ago
  17. 0ac93dd For proper order put -lpthreads as a 'library' not a 'linker flag' by Khouri Giordano · 5 years ago
  18. 1ab6fa2 Attempt to unbreak build with MSVC 15.8.4 by Nico Weber · 5 years ago
  19. 082fbe3 Pass -lpthread when linking instead of -pthread by Tom Anderson · 5 years ago
  20. d69a9c3 [help] Fixing help issues. by Julie Hockett · 5 years ago
  21. 04685d6 Add --dump-json-tree option for format subcommand. by Tatsuhisa Yamaguchi · 5 years ago
  22. 57586fd Suppress warning on VS2017. by Jamie Madill · 5 years ago
  23. 4dcd277 Port to FreeBSD. by Peter Collingbourne · 5 years ago
  24. 5519dc2 Reintroduce the ICF flag, turn it on for bots by Petr Hosek · 5 years ago
  25. 53107bf [infra] Update XCode version by Petr Hosek · 5 years ago
  26. 377ad04 Enable LTO for release builds by Petr Hosek · 5 years ago
  27. 282a428 Disable ICF on Darwin, make it default for Release by Petr Hosek · 5 years ago
  28. 71b537c [format] Extend `gn format` to take a list of files. by Joshua Seaton · 5 years ago
  29. b5a2ac6 Improve help output. by Brett Wilson · 5 years ago
  30. d837047 format: Ensure that formatting always reaches a fixedpoint in one run by Scott Graham · 5 years ago
  31. 8ed01d3 Docs: regenerate docs by Nate Fischer · 5 years ago
  32. d84a862 More efficient Value implementation. by David 'Digit' Turner · 5 years ago
  33. bcfb647 cleanup label_ptr.h by David 'Digit' Turner · 5 years ago
  34. 88bd8a8 build/gen.py: Add --no-strip option. by David 'Digit' Turner · 5 years ago
  35. 894143c format: Fix incorrect dewrap of `if` by Scott Graham · 5 years ago
  36. 45314e2 [metadata] Return metadata in postorder. by Julie Hockett · 5 years ago
  37. e49432f [metadata] Actually collect the metadata by Julie Hockett · 5 years ago
  38. c1780c2 [metadata] Allow specification of rebase dir by Julie Hockett · 5 years ago
  39. 5a9e0a2 [metadata] Adding metadata vars to write_data target by Julie Hockett · 5 years ago
  40. d021d39 [metadata] Add generated_file target type by Julie Hockett · 5 years ago
  41. 27b66b5 Allow whitespace in include directives. by Jamie Madill · 5 years ago
  42. c6841d3 Fix a crash on invalid on `not_needed(scope)` without a 2nd argument. by Nico Weber · 5 years ago
  43. 54be6f1 Allow NOSORT to be the last line in a comment in addition to the first. by Nico Weber · 5 years ago
  44. a07831b [metadata] Adding `meta` command by Julie Hockett · 5 years ago
  45. 0587778 [metadata] Walk function by Julie Hockett · 5 years ago
  46. 96c7729 [metadata] Add metadata walk to target by Julie Hockett · 5 years ago
  47. a27e8dc [metadata] Adding basic metadata walking by Julie Hockett · 5 years ago
  48. 2000587 [metadata] Adding metadata output to gn desc by Julie Hockett · 5 years ago
  49. 0e1b884 [metadata] Adding metadata variable to target by Julie Hockett · 5 years ago
  50. ecc9522 Add links to the "Using GN build" presentation. by Dirk Pranke · 5 years ago
  51. 13ac6ca Test that not_needed works with forward_variables_from by Petr Hosek · 6 years ago
  52. 0790d30 List .gn file in build.ninja.d. by Nico Weber · 5 years ago
  53. 9dfbe7f win: Slightly simplify build flags. by Nico Weber · 5 years ago
  54. 384850b Explicitly handle all ValueType enum values by Julie Hockett · 5 years ago
  55. 1426651 Make regen with --dotfile and --root work. by Nico Weber · 5 years ago
  56. dd2f4cf [docs] Fixing broken link. by Tom McKee · 5 years ago
  57. 2a4d900 gen.py: Remove UpdateLinuxSysroot() by Raphael Kubo da Costa · 5 years ago
  58. df15af4 Explicitly specify sysroot for Linux and macOS by Petr Hosek · 5 years ago
  59. 56b4bad Use Fuchsia's Clang toolchain on macOS by Petr Hosek · 6 years ago
  60. 85d0c04 Remove all macOS specific code from base and framework dependencies by Petr Hosek · 6 years ago
  61. 96ff462 Define C/C++ version for QtCreator project by Grigory Lipenko · 6 years ago
  62. a010893 [recipe] Use ${platform} variable for CIPD by Petr Hosek · 5 years ago
  63. bdb0fd0 Tweaking documentation about check_targets and gn check by Daniel Bratell · 6 years ago
  64. 1beb050 Provide links to download GN binaries by Petr Hosek · 6 years ago
  65. bcc391d Add some more docs on source sets, static libraries, and shlibs. by Dirk Pranke · 6 years ago
  66. b42fbe8 [operators] Add scope comparison to list subtraction. by Julie Hockett · 6 years ago
  67. f73698e Include information about the bug database in gn's README.md. by Daniel Bratell · 6 years ago
  68. a676103 Sort import() lines by group by Scott Graham · 6 years ago
  69. edbcffa Use FilePathToUTF8/UTF8ToFilePath for conversion to/from string by Petr Hosek · 6 years ago
  70. 1d45335 Ensure that Xcode SDK is installed on macOS by Petr Hosek · 6 years ago
  71. 3084c11 Use getenv to get TMPDIR path on macOS as well by Petr Hosek · 6 years ago
  72. 21564a9 [value] Implement scope == operator by Julie Hockett · 6 years ago
  73. b85963d [functions][not_needed] Copy scope so it isn't overridden by Julie Hockett · 6 years ago
  74. 091169b Fix error messages for invalid array subscripts. by Torne (Richard Coles) · 6 years ago
  75. b25107e vim: improve docs for vim plugin by Nate Fischer · 6 years ago
  76. ce7fa36 Stop referring to Python in exec_script. by Gary Miguel · 6 years ago
  77. d60fbf6 style_guide.md: Recommend using _prefix_variables within .gni files by Andrew Grieve · 6 years ago
  78. 57a964c Add forward_variables_from() code example to help text by Andrew Grieve · 6 years ago
  79. 77d64a3 Remove obsolete hacking.md by Andrew Grieve · 6 years ago
  80. 106b823 Write pools for all targets in all toolchains by Petr Hosek · 6 years ago
  81. 75eb3c7 Escape < and > in non-code markdown output. by Nico Weber · 6 years ago
  82. e49cb72 Minor help text consistency fixes. by Nico Weber · 6 years ago
  83. 94ca73e Make diagnostics colored when compiling gn. by Nico Weber · 6 years ago
  84. c4b8655 Update GN documentation. by Erik Chen · 6 years ago
  85. e134e49 Support specifying target and host platform in gen.py by Petr Hosek · 6 years ago
  86. dd6a383 Switch to libc++ on Linux by Petr Hosek · 6 years ago
  87. c218b83 Don't use -- in exec_script by Stuart Morgan · 6 years ago
  88. 27ef6b4 Fix gn_unittests by Tom Anderson · 6 years ago
  89. f8f395a Remove sarcastic error message. by Brett Wilson · 6 years ago
  90. f9dbfd1 Avoid trailing slashes for directory in compilation database by Petr Hosek · 6 years ago
  91. c0744ed Add string_replace builtin function by Petr Hosek · 6 years ago
  92. 0917129 [output_conversion] Add output_conversion options by Julie Hockett · 6 years ago
  93. c2717de [compdb] Properly escape for JSON by Julie Hockett · 6 years ago
  94. f4facf4 Don't allow ./ before target name. by Frank Henigman · 6 years ago
  95. 499868c port gn to aix by John Barboza · 6 years ago
  96. 387e3ab Add an OWNERS file. by Dirk Pranke · 6 years ago
  97. 11e0991 [docs] Updating documentation for compdb by Julie Hockett · 6 years ago
  98. e2a2940 [target] Propagate configs across toolchains when specified by Julie Hockett · 6 years ago
  99. d2d7ecb Default to "ar" instead of "llvm-ar" by Brett Wilson · 6 years ago
  100. 9ae36b8 Update AUTHORS to reflect Chromium-tree contributions by Scott Graham · 6 years ago