1. 06cdcc8 [ios] Simplify handling of assets catalog by Sylvain Defresne · 1 year, 2 months ago
  2. 88e8054 Fix build with gcc12 by Milad Fa · 1 year, 3 months ago
  3. e05c0aa [label_matches] Add new functions label_matches(), filter_labels_include() and filter_labels_exclude() by Aaron Wood · 1 year, 4 months ago
  4. 5787e99 Add NinjaOutputsWriter class by David 'Digit' Turner · 1 year, 3 months ago
  5. 03d10f1 Move InvokePython() function to its own source file. by David 'Digit' Turner · 1 year, 3 months ago
  6. 0cdb7dd zos: build with -DZOSLIB_OVERRIDE_CLIB to override creat by Gaby Baghdadi · 1 year, 6 months ago
  7. d4f94f9 Enable C++ runtime assertions in debug mode. by David 'Digit' Turner · 1 year, 4 months ago
  8. a3dcd7a Add long path support for windows by Reito · 1 year, 4 months ago
  9. 5fd939d Use c++20 in GN build by Takuto Ikuta · 1 year, 5 months ago
  10. c7b223b Ignore build warning -Werror=redundant-move by Ricardo Ribalda · 1 year, 7 months ago
  11. fae280e [serenity] Add SerenityOS port by Andrew Kaster · 1 year, 11 months ago
  12. e9e83d9 Add --use-asan and --use-ubsan options to build/gen.py by Roland McGrath · 2 years, 1 month ago
  13. caadd6c Remove obsolete InheritedLibraries class. by David 'Digit' Turner · 2 years, 7 months ago
  14. 9103fc8 Add ResolvedTargetData class. by David 'Digit' Turner · 2 years, 4 months ago
  15. 9bffaa2 Add ResolvedTargetDeps class by David 'Digit' Turner · 2 years, 7 months ago
  16. 89c2ab2 Add TargetPublicPair class. by David 'Digit' Turner · 2 years, 7 months ago
  17. 0bcd37b Avoid ACCESS_DENIED when writing build.ninja on Windows by Bruce Dawson · 2 years, 10 months ago
  18. bfff605 [gn] Prevent build.ninja deletion when regeneration is interrupted by Bryan Henry · 3 years ago
  19. 9ef3217 build/gen.py: Make LAST_COMMIT_POSITION reproducible by Evangelos Foutras · 2 years, 11 months ago
  20. 578a7fe add --allow-warnings flag in gen.py by Takuto Ikuta · 3 years, 1 month ago
  21. bf4e17d Revert recent performance-related commits. by David 'Digit' Turner · 3 years, 1 month ago
  22. 53ef169 Check explicitly for clang++ usage by Milad Fa · 3 years, 1 month ago
  23. 48b013c Fix compilation with gcc by Milad Fa · 3 years, 1 month ago
  24. 260a79d enable extra-semi warnings by Takuto Ikuta · 3 years, 1 month ago
  25. ecec350 AIX: Fix gcc compilation on aix by Milad Fa · 3 years, 1 month ago
  26. d18426e update icu by Takuto Ikuta · 3 years, 1 month ago
  27. ced9fbf enable range-loop-analysis warning by Takuto Ikuta · 3 years, 1 month ago
  28. a944ed7 enable -Wundef and make warning as error by Takuto Ikuta · 3 years, 1 month ago
  29. 1cdd270 Add ResolvedTargetData class by David 'Digit' Turner · 3 years, 2 months ago
  30. 9e3df46 Add TaggedPointer<T,N> template. by David 'Digit' Turner · 3 years, 2 months ago
  31. e2345a8 Add ImmutableVector and ImmutableVectorView templates. by David 'Digit' Turner · 3 years, 2 months ago
  32. a331a36 Add AlignedAlloc<N> template. by David 'Digit' Turner · 3 years, 2 months ago
  33. 4ffb87a Introduce new built-in "phony" tool. by David 'Digit' Turner · 3 years, 4 months ago
  34. 281ba2c build/gen.py: Fix regen command arguments generation. by David 'Digit' Turner · 3 years, 6 months ago
  35. a754274 Improve Builder performance. by David 'Digit' Turner · 3 years, 6 months ago
  36. 0e7ed63 Add PointerSet<T> template. by David 'Digit' Turner · 3 years, 6 months ago
  37. 32aa9d9 Minor style updates. by Brett Wilson · 3 years, 10 months ago
  38. 45aa842 Enable GN to build & run on z/OS by Gaby Baghdadi · 4 years, 1 month ago
  39. 4e260f1 Add clean_stale command by RJ Ascani · 4 years, 8 months ago
  40. 6966efb Restat build.ninja after gen by RJ Ascani · 4 years, 8 months ago
  41. 843b500 Revert phony targets to stamp targets by RJ Ascani · 4 years, 7 months ago
  42. 99f72f8 Switch source_set stamp targets to phony targets by RJ Ascani · 4 years, 9 months ago
  43. 32c8eaf Add netbsd as a platform by Maya Rashish · 4 years, 10 months ago
  44. 5da62d5 Fix native MinGW build by Rodrigo Hernandez · 4 years, 10 months ago
  45. 0649bd9 Add MSYS as a platform. by Rodrigo Hernandez · 4 years, 10 months ago
  46. b489f90 Add support for Solaris and illumos systems by Patrick Mooney · 5 years ago
  47. 89e6425 Add support for building .swift files by Sylvain Defresne · 4 years, 10 months ago
  48. cd3869b Fix no_check_targets logic and add a unit test. by Erik Staab · 5 years ago
  49. 92116c5 [rust-project] Correct sysroot dependencies by Aaron Wood · 5 years ago
  50. 317fdc1 Support specifying required Ninja version by Petr Hosek · 5 years ago
  51. 207400c build/gen.py: Add --link-lib=LINK_LIB option. by David 'Digit' Turner · 5 years ago
  52. 7c5d100 Speed up generation of input files list. by David 'Digit' Turner · 5 years ago
  53. edf6e8e Add StringOutputBuffer class. by David 'Digit' Turner · 5 years ago
  54. 222ae50 rust-project.json support by Benjamin Brittain · 5 years ago
  55. 7439709 Add an "outputs" command. by Brett Wilson · 5 years ago
  56. aff489a Add "filter_{exclude,include}" intrinsic functions to GN by Sylvain Defresne · 5 years ago
  57. 0785423 Reduce RAM usage and improve speed of "gn gen" by David 'Digit' Turner · 5 years ago
  58. d422999 WIP: Fix (cross)compile with MinGW by BogDan Vatra · 5 years ago
  59. 52cb644 Add a "gn_version" variable. by Nico Weber · 5 years ago
  60. 28044bc Speed up source file set operations. by David 'Digit' Turner · 6 years ago
  61. a09ec16 Improve support for frameworks in gn by Sylvain Defresne · 5 years ago
  62. de54297 gen.py: Stop writing rule cc, GN has no C code. by Nico Weber · 6 years ago
  63. a0a58ab Enable -Wall -Wextra compiler warnings on non-Win too. by Nico Weber · 6 years ago
  64. 99d2363 win: Only use ICF and LTO if explicitly opted in. by Nico Weber · 6 years ago
  65. 3f6100c Move source files into src/, and move tools/gn/misc to the toplevel. by Nico Weber · 6 years ago
  66. 6c7fcc3 Add support for building on Haiku. by Calvin Hill · 6 years ago
  67. d034be3 Remove Bind and Callback. by Brett Wilson · 6 years ago
  68. dba3084 Define StringPiece in terms of std::string_view by Brett Wilson · 6 years ago
  69. 102cdd4 Define string16 in terms of std::u16string. by Brett Wilson · 6 years ago
  70. b3fefa6 Compile with C++17. by Brett Wilson · 6 years ago
  71. ad9054d gen.py: Allow linking libstdc++ dynamically by Ryan Gonzalez · 6 years ago
  72. bf27729 [rust] Update RustTargetGenerator to not duplicate work by Julie Hockett · 6 years ago
  73. 3ddcc49 Fix build with GCC on FreeBSD by Oleh Hushchenkov · 6 years ago
  74. 80a5dc0 Ninja rules for Rust by Julie Hockett · 6 years ago
  75. e906492 Rust GN target generation by Julie Hockett · 6 years ago
  76. 586b028 Rust compilation tool and toolchain support by Julie Hockett · 6 years ago
  77. ed8b690 rust_library and Rust-specific variables by Julie Hockett · 6 years ago
  78. 5b16fb9 Rust substitutions and config values by Julie Hockett · 6 years ago
  79. 17cc456 json_project_writer: Output response_file_contents for action and action_for_each by Kimmo Kinnunen · 6 years ago
  80. bc3fe2a [gen.py] Use relative -I switches and source paths by Roland McGrath · 6 years ago
  81. 0d038c2 Cache source file type in SourceFile by Tom Anderson · 6 years ago
  82. 9a469b2 Refactor SubstitutionType for increased flexibility by Julie Hockett · 6 years ago
  83. 9ef3176 Move C logic to child class of NinjaBinaryTargetWriter by Julie Hockett · 6 years ago
  84. 5b0bb6a Move Tool logic out of Toolchain by Julie Hockett · 6 years ago
  85. 2c72317 Support for building on OpenBSD. by dana koch · 6 years ago
  86. 9434c3d Make gen.py compatible with python3 by Mike Gilbert · 6 years ago
  87. e15f243 gen.py: Pass -pthread, not -lpthread, in ldflags. by Raphael Kubo da Costa · 6 years ago
  88. 1152229 gen.py: Pass -pthread via ldflags, not libs by Raphael Kubo da Costa · 6 years ago
  89. 0ac93dd For proper order put -lpthreads as a 'library' not a 'linker flag' by Khouri Giordano · 6 years ago
  90. 082fbe3 Pass -lpthread when linking instead of -pthread by Tom Anderson · 6 years ago
  91. 57586fd Suppress warning on VS2017. by Jamie Madill · 6 years ago
  92. 4dcd277 Port to FreeBSD. by Peter Collingbourne · 6 years ago
  93. 5519dc2 Reintroduce the ICF flag, turn it on for bots by Petr Hosek · 6 years ago
  94. 282a428 Disable ICF on Darwin, make it default for Release by Petr Hosek · 6 years ago
  95. 88bd8a8 build/gen.py: Add --no-strip option. by David 'Digit' Turner · 6 years ago
  96. d021d39 [metadata] Add generated_file target type by Julie Hockett · 6 years ago
  97. a07831b [metadata] Adding `meta` command by Julie Hockett · 7 years ago
  98. 0587778 [metadata] Walk function by Julie Hockett · 7 years ago
  99. a27e8dc [metadata] Adding basic metadata walking by Julie Hockett · 7 years ago
  100. 0e1b884 [metadata] Adding metadata variable to target by Julie Hockett · 7 years ago