1. 1426651 Make regen with --dotfile and --root work. by Nico Weber · 5 years ago
  2. dd2f4cf [docs] Fixing broken link. by Tom McKee · 5 years ago
  3. 2a4d900 gen.py: Remove UpdateLinuxSysroot() by Raphael Kubo da Costa · 5 years ago
  4. df15af4 Explicitly specify sysroot for Linux and macOS by Petr Hosek · 6 years ago
  5. 56b4bad Use Fuchsia's Clang toolchain on macOS by Petr Hosek · 6 years ago
  6. 85d0c04 Remove all macOS specific code from base and framework dependencies by Petr Hosek · 6 years ago
  7. 96ff462 Define C/C++ version for QtCreator project by Grigory Lipenko · 6 years ago
  8. a010893 [recipe] Use ${platform} variable for CIPD by Petr Hosek · 6 years ago
  9. bdb0fd0 Tweaking documentation about check_targets and gn check by Daniel Bratell · 6 years ago
  10. 1beb050 Provide links to download GN binaries by Petr Hosek · 6 years ago
  11. bcc391d Add some more docs on source sets, static libraries, and shlibs. by Dirk Pranke · 6 years ago
  12. b42fbe8 [operators] Add scope comparison to list subtraction. by Julie Hockett · 6 years ago
  13. f73698e Include information about the bug database in gn's README.md. by Daniel Bratell · 6 years ago
  14. a676103 Sort import() lines by group by Scott Graham · 6 years ago
  15. edbcffa Use FilePathToUTF8/UTF8ToFilePath for conversion to/from string by Petr Hosek · 6 years ago
  16. 1d45335 Ensure that Xcode SDK is installed on macOS by Petr Hosek · 6 years ago
  17. 3084c11 Use getenv to get TMPDIR path on macOS as well by Petr Hosek · 6 years ago
  18. 21564a9 [value] Implement scope == operator by Julie Hockett · 6 years ago
  19. b85963d [functions][not_needed] Copy scope so it isn't overridden by Julie Hockett · 6 years ago
  20. 091169b Fix error messages for invalid array subscripts. by Torne (Richard Coles) · 6 years ago
  21. b25107e vim: improve docs for vim plugin by Nate Fischer · 6 years ago
  22. ce7fa36 Stop referring to Python in exec_script. by Gary Miguel · 6 years ago
  23. d60fbf6 style_guide.md: Recommend using _prefix_variables within .gni files by Andrew Grieve · 6 years ago
  24. 57a964c Add forward_variables_from() code example to help text by Andrew Grieve · 6 years ago
  25. 77d64a3 Remove obsolete hacking.md by Andrew Grieve · 6 years ago
  26. 106b823 Write pools for all targets in all toolchains by Petr Hosek · 6 years ago
  27. 75eb3c7 Escape < and > in non-code markdown output. by Nico Weber · 6 years ago
  28. e49cb72 Minor help text consistency fixes. by Nico Weber · 6 years ago
  29. 94ca73e Make diagnostics colored when compiling gn. by Nico Weber · 6 years ago
  30. c4b8655 Update GN documentation. by Erik Chen · 6 years ago
  31. e134e49 Support specifying target and host platform in gen.py by Petr Hosek · 6 years ago
  32. dd6a383 Switch to libc++ on Linux by Petr Hosek · 6 years ago
  33. c218b83 Don't use -- in exec_script by Stuart Morgan · 6 years ago
  34. 27ef6b4 Fix gn_unittests by Tom Anderson · 6 years ago
  35. f8f395a Remove sarcastic error message. by Brett Wilson · 6 years ago
  36. f9dbfd1 Avoid trailing slashes for directory in compilation database by Petr Hosek · 6 years ago
  37. c0744ed Add string_replace builtin function by Petr Hosek · 6 years ago
  38. 0917129 [output_conversion] Add output_conversion options by Julie Hockett · 6 years ago
  39. c2717de [compdb] Properly escape for JSON by Julie Hockett · 6 years ago
  40. f4facf4 Don't allow ./ before target name. by Frank Henigman · 6 years ago
  41. 499868c port gn to aix by John Barboza · 6 years ago
  42. 387e3ab Add an OWNERS file. by Dirk Pranke · 6 years ago
  43. 11e0991 [docs] Updating documentation for compdb by Julie Hockett · 6 years ago
  44. e2a2940 [target] Propagate configs across toolchains when specified by Julie Hockett · 6 years ago
  45. d2d7ecb Default to "ar" instead of "llvm-ar" by Brett Wilson · 6 years ago
  46. 9ae36b8 Update AUTHORS to reflect Chromium-tree contributions by Scott Graham · 6 years ago
  47. 9a9ed6d Move all docs to toplevel docs/ folder. by Nico Weber · 6 years ago
  48. cad6b53 Add notes about the CLA and gn-dev@ to the README. by Dirk Pranke · 6 years ago
  49. 5d9a4e9 Make ICF an option in gen.py by Petr Hosek · 6 years ago
  50. d7111cb Enable identical code folding link option by Petr Hosek · 6 years ago
  51. a6c2a5d Use -ffunction-sections and -fdata-sections by Petr Hosek · 6 years ago
  52. 796ed47 Add reference.md by Brett Wilson · 6 years ago
  53. 63b7270 Make LTO an option in gen.py by Petr Hosek · 6 years ago
  54. d9bca56 Fixes for --out-path and --no-sysroot by Tom Anderson · 6 years ago
  55. 0e4f393 Add options necessary for Chromium's bootstrap.py to forward to gen.py by Tom Anderson · 6 years ago
  56. 6ef2856 Correct grammar in current_{cpu,os} docs by Andrew Scull · 6 years ago
  57. 8ce4e49 [gn] Add --export-compile-commands switch to gen by Julie Hockett · 6 years ago
  58. f0b4405 Don't pass -flto. by Nico Weber · 6 years ago
  59. 9911c78 [command_args] Properly set file and line in dict by Julie Hockett · 6 years ago
  60. 39687ba [command_args] Strip the preceding whitespace in comments if not padding by Julie Hockett · 6 years ago
  61. fdc7a74 Improve --version per discussion by Scott Graham · 6 years ago
  62. 9cd5057 [recipes] Add --tags to git fetch command by Roland McGrath · 6 years ago
  63. 3ddcf64 Make gn --version work by Scott Graham · 6 years ago
  64. 4cf8d15 Make Mac explicitly target 10.9 by Scott Graham · 6 years ago
  65. 096dd22 Attempt to reduce Linux deps by Scott Graham · 6 years ago
  66. 90dcf0c Roll recipe engine by Petr Hosek · 6 years ago
  67. fab2eb7 Build linux binaries against sid sysroot by Scott Graham · 6 years ago
  68. 04983e5 Backport c5d723af from src.git by Scott Graham · 6 years ago
  69. 0c5d936 Update readme by Scott Graham · 6 years ago
  70. f30b573 Don't DCHECK in release builds by Scott Graham · 6 years ago
  71. 9f9ab47 Change "gn check" to report all incorrect include by Scott Graham · 6 years ago
  72. 93e1f05 Doc: Fix toolchain typo and clarify the toolchain syntax by Scott Graham · 6 years ago
  73. 169e841 gn: Swap the order of two declarations. by Scott Graham · 6 years ago
  74. 1a883b0 Tweak flags to improve size/speed for posix by Scott Graham · 6 years ago
  75. 8fd5a53 Compute CIPD platform manually by Petr Hosek · 6 years ago
  76. 5081c04 Upload GN CIPD package by Petr Hosek · 6 years ago
  77. 7231b3a Factor out the Windows SDK handling into a recipe module by Petr Hosek · 6 years ago
  78. 33394fb Remove some more unused stuff, mostly Mac by Scott Graham · 6 years ago
  79. ce047c9 Remove base/threading and base/time by Scott Graham · 6 years ago
  80. 76a8dc7 Remove base/synchronization/, move src/ to util/ by Scott Graham · 6 years ago
  81. 061f5c8 Remove use of synchronization/lock in tools/gn/import_manager by Scott Graham · 6 years ago
  82. 1fd1620 Remove use of synchronization/lock from tools/gn/command_gen by Scott Graham · 6 years ago
  83. 70c73e0 Remove use of synchronization/ in tools/gn/header_checker by Scott Graham · 6 years ago
  84. 9e5f9d8 Remove use of synchronization/lock in tools/gn/input_file_manager by Scott Graham · 6 years ago
  85. cd8c56f Remove some more of base/win by Scott Graham · 6 years ago
  86. 98db73d Remove use of synchronization/lock from tools/gn/trace by Scott Graham · 6 years ago
  87. 47f9b99 Remove use of synchronization/lock in tools/gn/args by Scott Graham · 6 years ago
  88. a1783e1 Remove use of base/synchronization in scheduler by Scott Graham · 6 years ago
  89. b943955 Delete lots of unused base/win by Scott Graham · 6 years ago
  90. e606581 Remove base/process by Scott Graham · 6 years ago
  91. 1f29a22 Fix nesting of test run by Scott Graham · 6 years ago
  92. adca1f9 Remove CompareIgnoreCase by Scott Graham · 6 years ago
  93. 98cd3ca clang-format everything by Scott Graham · 6 years ago
  94. 4459807 Remove base_export.h by Scott Graham · 6 years ago
  95. b10abe6 Remove atomicops, and some unused bind helpers by Scott Graham · 6 years ago
  96. 0b8b4e0 Remove another pile of unused stuff by Scott Graham · 6 years ago
  97. 0583acd Remove apple_apsl and some DEPS files by Scott Graham · 6 years ago
  98. 0305bc0 Remove base/process/launch* by Scott Graham · 6 years ago
  99. 90e01f5 Re-enable CQ on Windows by Petr Hosek · 6 years ago
  100. 622472c Remove code that's always #if'd out by Scott Graham · 6 years ago