1. 83a5a30 Remove the concept of "early mutator". by Lukacs T. Berki · 2 years, 5 months ago
  2. 310b0ce Merge "force LoadHookContext to specify module type" by Treehugger Robot · 2 years, 7 months ago
  3. 518966d force LoadHookContext to specify module type by Sam Delmerico · 2 years, 7 months ago
  4. eb27645 Fix duplicate typo by jiajia tang · 2 years, 7 months ago
  5. ee7a5d7 Typos and missing parameter names use in doc comment by Usta Shrestha · 2 years, 9 months ago
  6. 1e01a4e Reset contexts before calling LoadHook by Inseob Kim · 2 years, 9 months ago
  7. 5ff5fe3 Minor refactoring to remove a couple of warnings by Usta · 2 years, 10 months ago
  8. 030150d Add function to retrieve module by name. by Chris Parsons · 3 years, 2 months ago
  9. 69e2bbe Merge "Fix AddNinjaFileDeps in a LoadHook" by Treehugger Robot · 3 years, 4 months ago
  10. 53bf14c Add OtherModuleFarDependencyVariantExists. by Martin Stjernholm · 3 years, 5 months ago
  11. 13b5bef Fix AddNinjaFileDeps in a LoadHook by Colin Cross · 3 years, 4 months ago
  12. 2f7d3dd Make AddVariationDependencies return list of nil for non-parallel mutators by Colin Cross · 3 years, 5 months ago
  13. cfa2e91 Actually pause mutators when adding dependencies (#335) by colincross · 3 years, 10 months ago
  14. 0f1637b Improve formatting of some error messages. (#327) by Martin Stjernholm · 3 years, 10 months ago
  15. 2da8492 Add Providers to Blueprint by Colin Cross · 4 years, 3 months ago
  16. 66fa73d Merge pull request #316 from skvadrik/add-dep-ret-mod by colincross · 4 years ago
  17. 9577bbc Return dependency modules from dependency-adding methods. by Ulya Trafimovich · 4 years, 1 month ago
  18. c4773d9 Support pausing parallelVisit by Colin Cross · 4 years, 1 month ago
  19. 5df74a8 Maintain ordering between variants and aliases by Colin Cross · 4 years, 1 month ago
  20. 39644c0 Add tests for findVariant by Colin Cross · 4 years, 1 month ago
  21. 1892652 Make VisitAllModuleVariants, PrimaryModule and FinalModule available to mutators by Colin Cross · 4 years, 1 month ago
  22. 279489c Add CreateAliasVariation by Colin Cross · 4 years, 1 month ago
  23. edc4176 Combine variant fields into variant struct by Colin Cross · 4 years, 1 month ago
  24. 5de3dc0 Android inclusive language fixit. Make comment more succinct, clear and remove use of term "sanity". by Daniel Cardenas · 4 years, 2 months ago
  25. 8969cb6 Add ReplaceDependeciesIf to allow for conditional replacement by Paul Duffin · 4 years, 3 months ago
  26. 2f21247 Add ctx.OtherModule(Reverse)DependencyVariantExists. by Martin Stjernholm · 4 years, 7 months ago
  27. 2a2c58e Support checking syntax of generated Blueprint files by Paul Duffin · 4 years, 5 months ago
  28. c03a50c Add EarlyModuleContext.BlueprintsFile by Colin Cross · 4 years, 9 months ago
  29. 9672d86 Add scoped module factories by Colin Cross · 4 years, 9 months ago
  30. da70fd0 Move LoadHooks from Soong to Blueprint by Colin Cross · 4 years, 9 months ago
  31. f7beb89 Add support for module variant aliases by Colin Cross · 4 years, 11 months ago
  32. 9403b5a Delay allocating variationMaps until populating them by Colin Cross · 4 years, 11 months ago
  33. 6af7284 Make CreateModule return the newly created module by Colin Cross · 5 years ago
  34. 1e2e56d Add SetDefaultDependencyVariation by Jiyong Park · 5 years ago
  35. d8367ff Add MutatorName to mutator contexts by Colin Cross · 5 years ago
  36. 322cc01 Report creating modules in errors on created modules by Colin Cross · 5 years ago
  37. 7bcc256 Move module and singleton godoc from the implementation to the interface by Colin Cross · 5 years ago
  38. 99bdb2a Consolidate mutator contexts by Colin Cross · 5 years ago
  39. d28b304 Add more OtherModule* methods by Colin Cross · 6 years ago
  40. 142de24 GetDirectDepWithTag needs to check all tags before panicing by Alex Light · 6 years ago
  41. 526e02f Prevent duplicate visit calls in WalkDeps by Colin Cross · 6 years ago
  42. 9607a9f Allow multiple dependencies on the same module by Colin Cross · 6 years ago
  43. b6c9023 Append / to directories in Glob results by Dan Willemsen · 7 years ago
  44. 0e90759 Make ninja file deterministic even with dup module names by Jeff Gaston · 7 years ago
  45. 3c8c334 Pass ModulePath to NameInterface by Jeff Gaston · 7 years ago
  46. d70bf75 Extract module naming into an interface by Jeff Gaston · 7 years ago
  47. 1fa1a14 Set fields in CreateModule to match current module by Colin Cross · 7 years ago
  48. 874a346 Let mutators use ctx.AddNinjaFileDeps by Colin Cross · 7 years ago
  49. af4fd21 Add TopDownMutatorContext.CreateModule by Colin Cross · 7 years ago
  50. 5fe225f Rename newModules to newVariations by Colin Cross · 7 years ago
  51. 346b2d0 Added a check in BP level for BaseDependencyTag by Nan Zhang · 8 years ago
  52. b519a7e Add globbing to filesystem mocking by Colin Cross · 8 years ago
  53. dfb4c9f Add ModuleContext method to get dependency by name by Colin Cross · 8 years ago
  54. 0ce142c Fix data race when applying replacements by Colin Cross · 8 years ago
  55. 127d2ea Import globbing from Soong by Colin Cross · 8 years ago
  56. 9cfd198 Add ReplaceDependencies by Colin Cross · 8 years ago
  57. c4e5b81 Add Rename by Colin Cross · 8 years ago
  58. b3f96c3 Add OtherModuleExists by Colin Cross · 8 years ago
  59. 0b7e83e Ask primary builder for module names by Colin Cross · 8 years ago
  60. 2c62844 Improve error reporting by Colin Cross · 8 years ago
  61. 49c279a Parallelize BottomUpMutators by Colin Cross · 8 years ago
  62. 93c4cf6 Revert "Add dependency visiting methods to BottomUpMutatorContext" by Colin Cross · 8 years ago
  63. bafd5f5 Reimplement VisitDirectDeps[If] in on Context.walkdeps by Colin Cross · 8 years ago
  64. a2b2080 Add dependency visiting methods to BottomUpMutatorContext by Colin Cross · 8 years ago
  65. f187546 Support dependencies between variants by Colin Cross · 8 years ago
  66. 2c1f3d1 Add support for dependency tags by Colin Cross · 8 years ago
  67. 0aa6a5f Catch panics in build logic by Colin Cross · 9 years ago
  68. 036a1df Allow primary builder to handle missing dependencies by Colin Cross · 9 years ago
  69. aeffbf7 Allow wrapping of PackageContext by Dan Willemsen · 9 years ago
  70. 8d8a7af Sort reverse dependencies by Colin Cross · 9 years ago
  71. f401db4 Merge pull request #65 from colincross/propertyerrors by colincross · 9 years ago
  72. 8d22233 Add OtherModuleName and OtherModuleErrorf to mutators by Colin Cross · 9 years ago
  73. a2ca92c Improve PropertyErrorf by Colin Cross · 9 years ago
  74. 763b6f1 Deprecate EarlyMutator and DynamicDependencies by Colin Cross · 9 years ago
  75. 222e245 Add walkDeps to context and module_ctx. by Yuchen Wu · 9 years ago
  76. fdeb724 Implement plugins for bootstrap go modules by Dan Willemsen · 9 years ago
  77. 6a5825e Add CreateLocalVariations to BottupUpMutatorContext. by Jamie Gennis · 9 years ago
  78. 8948623 Add support for "far dependencies" by Colin Cross · 9 years ago
  79. f5e34b9 Split "variant" terminology into "variant" and "variation" by Colin Cross · 10 years ago
  80. 65569e4 Add early mutators by Colin Cross · 10 years ago
  81. e7daa22 Rework the way variant names are stored by Colin Cross · 10 years ago
  82. ed342d9 Move values from moduleGroup to moduleInfo by Colin Cross · 10 years ago
  83. 174ae05 Report variant errors instead of panicing by Colin Cross · 10 years ago
  84. c7ffa30 Add VisitDirectDeps to module context by Colin Cross · 10 years ago
  85. 8e0c511 Add license headers and LICENSE file by Colin Cross · 10 years ago
  86. 3e8e74f Move blueprint/* up a directory by Colin Cross · 10 years ago