1. 041ed5e Remove AIX build support by Scott Graham · 7 years ago
  2. 22402af Remove libc++ and libc++abi, and all of buildtools/ by Scott Graham · 7 years ago
  3. 4a2a068 Update recipe for new build generation location by Scott Graham · 7 years ago
  4. 00aca57 Always fetch before cherry-picking changes by Petr Hosek · 7 years ago
  5. ab123de Remove most of build/, move generation to build/gen.py by Scott Graham · 7 years ago
  6. e375226 Update recipe to actually fetch and build changes by Petr Hosek · 7 years ago
  7. 86d5bef Remove generated_build_date.h by Scott Graham · 7 years ago
  8. f1a1240 Remove base_win_buildflags.h and manual generation function in bootstrap. by Scott Graham · 7 years ago
  9. 875bd1f Remove cfi_buildflags.h by Scott Graham · 7 years ago
  10. 5db9f92 Remove protected_memory_buildflags.h by Scott Graham · 7 years ago
  11. c774017 Remove debugging_buildflags.h by Scott Graham · 7 years ago
  12. ea3dc42 Remove USE_ALLOCATOR_SHIM and ENABLE_MUTEX_PRIORITY_INHERITANCE buildflags by Scott Graham · 7 years ago
  13. 62a1f85 Add third_party/apple_apsl to get Mac build working by Scott Graham · 7 years ago
  14. 6696211 Add most of base/ build/ buildtools/ testing/ third_party/googletest/ by Scott Graham · 7 years ago
  15. 64cbba0 CQ/CI configuration and recipe by Petr Hosek · 7 years ago
  16. 567ac71 License and README files by Petr Hosek · 7 years ago
  17. 12ca980 Fix quoting when writing defines on Windows. by Joey Scarr · 7 years ago
  18. 4aa7dc7 Remove references to exe_and_shlib_deps in src by Tom Anderson · 7 years ago
  19. f0020ec Fix GN bootstrap by Tom Anderson · 7 years ago
  20. 3ce3a9e Remove memory peak detection code. by erikchen · 7 years ago
  21. 95eca74 Add exe_and_shlib_deps to executable and shared_library configs by Tom Anderson · 7 years ago
  22. 8c69bca Fix gn bootstrap by Tom Anderson · 7 years ago
  23. cb5c4cd Fix typo in gn documentation by David 'Digit' Turner · 7 years ago
  24. 45f92e4 Remove implementation of legacy heap profiler. by erikchen · 7 years ago
  25. b3c0600 Reland "GN: do not make indirect dependency to direct dependency" by Takuto Ikuta · 7 years ago
  26. 34c73aa Fix gn bootstrap by Tom Anderson · 7 years ago
  27. 315b9a4 GN: Handle deps always in create_bundle target by Takuto Ikuta · 7 years ago
  28. ed7eff3 Reland "Switch to VS 2017 15.7.1 with 10.0.17134.0 SDK" by Bruce Dawson · 7 years ago
  29. ce8f166 Fix gn CHECK()ing on not_needed() when given undefined identifiers by Tom Anderson · 7 years ago
  30. 896cddb Revert "Switch to VS 2017 15.7.1 with 10.0.17134.0 SDK" by Bruce Dawson · 7 years ago
  31. 1b749fb Switch to VS 2017 15.7.1 with 10.0.17134.0 SDK by Bruce Dawson · 7 years ago
  32. 38b33e7 Revert "GN: do not make indirect dependency to direct dependency" by Dirk Pranke · 7 years ago
  33. d6621a2 Fix GN doc formatting. by Brett Wilson · 7 years ago
  34. 977608e GN: do not make indirect dependency to direct dependency by Takuto Ikuta · 7 years ago
  35. 0f12369 Fully move PathService into the base namespace. by Avi Drissman · 7 years ago
  36. 425c985 GN: Make the linker output file depend on the inputs. by Peter Collingbourne · 7 years ago
  37. 622d489 [MessageLoop] Fix message_loop.h includes by Gabriel Charette · 7 years ago
  38. 0592cb3 Show error with gn desc when no matches are made by Eli Ribble · 7 years ago
  39. e1b6b8b Make `gn refs out/foo //out/foo/gn` work. by Dirk Pranke · 7 years ago
  40. 083968a GN: Do not serialize builds on targets with no public deps. by Takuto Ikuta · 7 years ago
  41. 0272049 Fix gn bootstrap by Tom Anderson · 7 years ago
  42. ee1e93e Re-run `gn help --markdown all > tools/gn/docs/reference.md`. by Nico Weber · 7 years ago
  43. c436f18 gn: Don't write invalid output when pool //:console exists; treat all other pools named 'console' as invalid. by Nico Weber · 7 years ago
  44. 3f59ed0 Update GN reference page. by Mirko Bonadei · 7 years ago
  45. e709be3 GN: Fix bootstrap call to setup_toolchain by Yngve N. Pettersen · 7 years ago
  46. 5d3e6d5 Fix gn bootstrap by Tom Anderson · 7 years ago
  47. af6b854 GN: Allow XCode projects to use ICECC environment variables. by Michał Pichliński · 7 years ago
  48. 69534a0 Fix gn bootstrap by Tom Anderson · 7 years ago
  49. 9df4783 [gn] Updating args --list to make the comment padding optional by Julie Hockett · 7 years ago
  50. cdbdeda Fix grammar-o in gn's help. by Nico Weber · 7 years ago
  51. ef0a76d Implement "friend" for GN header checking. by Brett Wilson · 7 years ago
  52. 866d84e GN: Use source root as base for gn gen filters by Yngve N. Pettersen · 7 years ago
  53. afec86c GN: Improve bootstrap for Windows by Yngve N. Pettersen · 7 years ago
  54. 1914ec9 [gn] Updating args --list to emit json by Julie Hockett · 7 years ago
  55. 7a0aa1b Fix gn bootstrap by Tom Anderson · 7 years ago
  56. f4f7a00 Fix gn bootstrap by Tom Anderson · 7 years ago
  57. f982940 GN: Don't crash when mutating the list in a foreach. by Brett Wilson · 7 years ago
  58. 956d591 GN: Correct Git Bash removal of leading "/" of "//" labels by Yngve N. Pettersen · 7 years ago
  59. 48de902 Improved GN code related to resolving paths. by Pawel Pluciennik · 7 years ago
  60. 27999f2 gn clean: Don't delete and recreate the build directory. by Peter Collingbourne · 7 years ago
  61. d4bb1d8 Update GN docs. by Brett Wilson · 7 years ago
  62. 8380b75 Correct off-by-one in `Tokenizer::CanIncrement`. by Chris Palmer · 7 years ago
  63. d62f367 GN: Force normal subprocess task priority on Windows by Yngve N. Pettersen · 7 years ago
  64. c7c6a1b GN: Fix Mac bootstrap compile error by Yngve N. Pettersen · 7 years ago
  65. 44fff34 GN: Make sure print function flushes stdout to avoid output delays by Yngve N. Pettersen · 7 years ago
  66. 4bb0416 Remove reference to deleted sequenced_worker_pool by Tim Brown · 7 years ago
  67. a94e581 Rename buildflag_header targets in base for consistency by Scott Violet · 7 years ago
  68. e641f79 gn: Write no stamp files for action inputs. by Nico Weber · 7 years ago
  69. 8aa20a3 Fix gn reference in build.ninja after bootstrapping by Tom Anderson · 7 years ago
  70. 2c4090a Support for JSON input conversion by Petr Hosek · 7 years ago
  71. 892ce1b Only run "gn check" on binary targets. by Brett Wilson · 7 years ago
  72. 9f10c6d Fix gn bootstrap on systems with an old libstdc++ by Tom Anderson · 7 years ago
  73. e7eb590 Fix GN thread sanitizer bug. by Brett Wilson · 7 years ago
  74. b03a42a Fix misspellings in GN reference by Tomas Popela · 7 years ago
  75. f8a1e0e Fix 'gn gen --check' hanging indefinitely by Tom Anderson · 7 years ago
  76. 1fdaa5d GN: Fix a memory leak found by LSAN. by Lei Zhang · 7 years ago
  77. fabe3e6 Fix gn CHECK()ing when generating Chromium build files by Tom Anderson · 7 years ago
  78. fbdffc2 Reland "android: Don't parse /proc/self/maps to prefetch the library." by Benoit L · 7 years ago
  79. c21daab Revert "android: Don't parse /proc/self/maps to prefetch the library." by Benoit L · 7 years ago
  80. 538116f Support pool for action_foreach by Takuto Ikuta · 7 years ago
  81. 16f69f0 Fix gn bootstrap by Tom Anderson · 7 years ago
  82. c3f5e55 android: Don't parse /proc/self/maps to prefetch the library. by Benoit Lize · 7 years ago
  83. 1ab3d2f Add support for include_dirs to gn check. by Marcin Simonides · 7 years ago
  84. f4fe95d Remove usage of SequencedWorkerPool in GN. by Francois Doray · 7 years ago
  85. 9232585 Fix gn bootstrap by Tom Anderson · 7 years ago
  86. f2abba7 android: fix the "end of text" sentinel with lld. by Benoit Lize · 7 years ago
  87. 08e362e Print args.gn if gn clean fails to write it by Bruce Dawson · 7 years ago
  88. 3d7411f gn: Allow configs to specify and apply `inputs`. by George Burgess IV · 7 years ago
  89. a4bd696 gn format: Better formatting of list-of-single-scope by Scott Graham · 7 years ago
  90. 54df000 [GN] Fix TargetPath in Visual Studio projects by Ivan Naydonov · 7 years ago
  91. 226c0f6 Fix gn bootstrap by Tom Anderson · 7 years ago
  92. 8d2b075 [GN] Implements analyzing dependencies between items. by Yuke Liao · 7 years ago
  93. 769f15d Allow EarlGrey objective-c xctest files. by Peter Hanspers · 7 years ago
  94. 20ec676 Allow objective-c xctest files when generating xcode project. by Peter Hanspers · 7 years ago
  95. 7560b73 Reduce includes of windows.h by Bruce Dawson · 7 years ago
  96. 9e696a5 [GN] Implement tracking build dependency files for Items. by Yuke Liao · 7 years ago
  97. cacc1d0 Add time_exploded_posix to gn bootstrap. by Dirk Pranke · 7 years ago
  98. 4c426b6 Revert "Enable frame pointers on arm32." by Albert J. Wong · 7 years ago
  99. 6110443 [CFI] Require LLD for ProtectedMemory on Linux by Vlad Tsyrklevich · 7 years ago
  100. 210b069 Enable frame pointers on arm32. by Albert J. Wong · 7 years ago