aboutsummaryrefslogtreecommitdiff
path: root/java/dagger/hilt/processor/internal/aggregateddeps/ComponentDependencies.java
AgeCommit message (Expand)Author
2021-05-12Revert "Merge commit 'upstream/dagger-2.35.1^'"Aurimas Liutikas
2021-04-13Add AggregatedEarlyEntryPointMetadata to aggregate information about @EarlyEn...Brad Corso
2021-04-05Generate aggregated data for @UninstallModules.Brad Corso
2021-04-02Pull AggregatedDepsMetadata into its own source file.Brad Corso
2021-04-01Reuse the Default root generated components for test roots in the same compil...Grant Oakley
2021-02-24Add EarlyTestEntryPoints to allow entry points to be called in tests before t...Brad Corso
2021-02-05Remove the deprecated ApplicationComponent.Eric Chang
2021-01-19Add back the deprecated ApplicationComponent since hilt-work latest release s...Eric Chang
2021-01-11Add TestInstallIn to Hilt.Brad Corso
2020-12-29Rename ClassNames.APPLICATION_COMPONENT to SINGLETON_COMPONENTBrad Corso
2020-12-09Remove the deprecated ApplicationComponent.Eric Chang
2020-09-03Fix redundant memoization for scoped bindings in fastInit.Brad Corso
2020-08-14Skip generating components for @DefineComponent classes without a builder.erichang
2020-07-17Add backwards compatibility with ApplicationComponent for libraries using pre...bcorso
2020-04-15Refactor logic out of RootGenerator and into RootMetadata.bcorso
2020-04-03Rename IgnoreModules -> UninstallModulesbcorso
2020-04-03Add initial support for @IgnoreModulesbcorso
2020-03-30Move enclosing test into AggregatedDeps rather than computing in ComponentDep...bcorso
2020-03-26(Part 2) Enable multiple test roots in the same compilationbcorso
2020-03-25Rollforward of edef48d8bcorso
2020-03-25Rollback edef48d8 due to internal test failuresbcorso
2020-03-25Enable multiple test roots in the same compilation.bcorso
2020-03-20Start pushing Hilt to GitHub.erichang