1. 57c352b Fix the testonly flag for gn ls by Nathan Memmott · 2 years, 5 months ago
  2. fff29c1 Add to export_compile_commands from cmdline. by Brett Wilson · 2 years, 6 months ago
  3. 0bcd37b Avoid ACCESS_DENIED when writing build.ninja on Windows by Bruce Dawson · 2 years, 7 months ago
  4. 3d773bb [gn] Fix broken Windows builds by Bryan Henry · 2 years, 7 months ago
  5. 91f3a28 [gn] Don't read entire build.ninja into memory in gn gen/clean by Bryan Henry · 2 years, 7 months ago
  6. bfff605 [gn] Prevent build.ninja deletion when regeneration is interrupted by Bryan Henry · 2 years, 9 months ago
  7. e3f114f Ensure the CommandSwitches::Get() singleton is properly initialized. by David 'Digit' Turner · 3 years, 1 month ago
  8. c3e8a49 Add commands::CommandSwitches class by David 'Digit' Turner · 3 years, 2 months ago
  9. e0afadf Introduce TargetSet type by David 'Digit' Turner · 3 years, 4 months ago
  10. 4e260f1 Add clean_stale command by RJ Ascani · 4 years, 5 months ago
  11. 843b500 Revert phony targets to stamp targets by RJ Ascani · 4 years, 4 months ago
  12. 99f72f8 Switch source_set stamp targets to phony targets by RJ Ascani · 4 years, 7 months ago
  13. cd3869b Fix no_check_targets logic and add a unit test. by Erik Staab · 4 years, 9 months ago
  14. 5d109d7 Add no_check_targets config option. by Erik Staab · 4 years, 9 months ago
  15. 5ed3c9c Match all toolchains by default. by Brett Wilson · 5 years ago
  16. 7439709 Add an "outputs" command. by Brett Wilson · 5 years ago
  17. a899709 Allow labels to go above the source root. by Brett Wilson · 5 years ago
  18. 3f6100c Move source files into src/, and move tools/gn/misc to the toplevel. by Nico Weber · 5 years ago[Renamed (98%) from tools/gn/commands.cc]
  19. 972ed75 Update to more uses of C++11. by Brett Wilson · 6 years ago
  20. a07831b [metadata] Adding `meta` command by Julie Hockett · 6 years ago
  21. 76a8dc7 Remove base/synchronization/, move src/ to util/ by Scott Graham · 7 years ago
  22. 98cd3ca clang-format everything by Scott Graham · 7 years ago
  23. ab123de Remove most of build/, move generation to build/gen.py by Scott Graham · 7 years ago
  24. 866d84e GN: Use source root as base for gn gen filters by Yngve N. Pettersen · 7 years ago
  25. 956d591 GN: Correct Git Bash removal of leading "/" of "//" labels by Yngve N. Pettersen · 7 years ago
  26. 013b507 Reland of Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 8 years ago
  27. 9b57ffe Revert of Change base::Value::ListStorage to std::vector<base::Value> (patchset #14 id:260001 of https://codereview.chromium.org/2740143002/ ) by rouslan · 8 years ago
  28. 3b18918 Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 8 years ago
  29. 9a48a2e Implement `gn analyze`. by dpranke · 9 years ago
  30. 9009273 GN: don't write separate files for non-binary targets by brettw · 9 years ago
  31. 2fd3be3 Re-land r406064 "[GN] Add JSON project writer". by dpranke · 9 years ago
  32. a9984be Revert of [GN] Add JSON project writer (patchset #11 id:200001 of https://codereview.chromium.org/2064533002/ ) by grt · 9 years ago
  33. a61fdb9 [GN] Add JSON project writer by matej.knopp · 9 years ago
  34. 8d3ad34 tools/gn: Change auto to not deduce raw pointers. by vmpstr · 9 years ago
  35. 10e64d7 [GN] Add support for generating Xcode projects. by sdefresne · 9 years ago
  36. 07f88ba Make GN --as=output relative to the root build directory. by brettw · 9 years ago
  37. ee793e5 [GN]: support for loadable modules by andybons · 9 years ago
  38. 746ec35 GN: Make file/dir resolving return errors. by brettw · 10 years ago
  39. bcb7b7f Fix missing print command in a GN error case. by brettw · 10 years ago
  40. 5e65810 Add a "gn path" command for finding deps. by brettw · 10 years ago
  41. c909e67 Adjust the way GN resolves command line args into files or labels. by dpranke · 10 years ago
  42. f298912 tools/gn: Fix errors found by Facebook's flint tool. by tfarina · 10 years ago
  43. 2cf614c Enhance GN introspection by brettw · 10 years ago
  44. e6a1eb0 gn: Add 'clean' command. by tfarina · 10 years ago
  45. 6286021 tools/gn: convert NULL to nullptr all over it. by tfarina · 10 years ago
  46. 0637c7f Add filters for "gn check" by brettw · 10 years ago
  47. 301b6c9 Replace more for loops in GN by brettw · 10 years ago
  48. 2a413b8 gn: start of format command by scottmg · 10 years ago
  49. 8d4c6de Enhance GN diagnostic tools by brettw · 11 years ago
  50. 7b6a027 Add optional public header checking to GN build by brettw@chromium.org · 11 years ago
  51. 206683c Remove GN GYP generator. by brettw@chromium.org · 11 years ago
  52. 7dc8290 GN: Change gen command syntax, support relative dirs. by brettw@chromium.org · 11 years ago
  53. 9a3e09d Refactor the GN threading model to reduce locking and simplify execution. by brettw@chromium.org · 11 years ago
  54. f817574 Add a GYP command to GN. This runs GYP and then GN, and does some work to integrate the builds. by brettw@chromium.org · 12 years ago
  55. cc40d44 Moved base test support stuff to //base/test/ by brettw@chromium.org · 12 years ago
  56. 638c401 This hooks up build flags from the command-line and the toolchain (for re-invoking the build). by brettw@chromium.org · 12 years ago
  57. bf88078 Hook up better describing, work on Mac build. by brettw@chromium.org · 12 years ago
  58. fc3cf6c Support for non-greedy mode. by brettw@chromium.org · 12 years ago
  59. 0e919f8 Write a help system. by brettw@chromium.org · 12 years ago