aboutsummaryrefslogtreecommitdiff
path: root/java/dagger/hilt/processor/internal/root/RootProcessor.java
AgeCommit message (Expand)Author
2021-05-12Revert "Merge commit 'upstream/dagger-2.35.1^'"Aurimas Liutikas
2021-04-26Add flag to disable cross-compilation root validation.Brad Corso
2021-04-19Add aggregating data for roots. Also add tests to verify illegal combinations.Brad Corso
2021-04-13Add AggregatedEarlyEntryPointMetadata to aggregate information about @EarlyEn...Brad Corso
2021-04-09Generate a separate TestComponentDataSupplier for each root.Brad Corso
2021-04-07Generate all test components in a common directory separate from the test cla...Grant Oakley
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-10Move ComponentTree into processor/internal/root since it's the only usage.Brad Corso
2020-09-03Fix redundant memoization for scoped bindings in fastInit.Brad Corso
2020-09-01Internal changeDagger Team
2020-08-14Skip generating components for @DefineComponent classes without a builder.erichang
2020-06-29Remove the static cache for DefineComponentMetadatabcorso
2020-05-20Update QualifierRestrictedToModuleJavaTest to make its TestRoot usage public.bcorso
2020-05-17Rename @MergedTestApplication to @CustomTestApplication and separate codegen ...bcorso
2020-05-15Add HiltTestApplicationbcorso
2020-05-13Internal refactorbcorso
2020-05-11Rename @CustomBaseTestApplication to @MergedTestApplication.bcorso
2020-05-08Roll forward: [Hilt Refactor]: Merge root testing classes into processor/inte...bcorso
2020-05-08Rollback adb091cb due to internal failuresbcorso
2020-05-08[Hilt Refactor]: Merge root testing classes into processor/internal/rootbcorso
2020-05-06Merge @AndroidRobolectricEntryPoint and @AndroidEmulatorEntryPoint to @HiltAn...bcorso
2020-05-04Enable multiple Hilt emulator tests in Gradle.bcorso
2020-04-15Refactor logic out of RootGenerator and into RootMetadata.bcorso
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