aboutsummaryrefslogtreecommitdiff
path: root/java/dagger/internal/codegen/BUILD
AgeCommit message (Expand)Author
2021-05-12Revert "Merge commit 'upstream/dagger-2.35.1^'"Aurimas Liutikas
2021-03-19Internal change.Dagger Team
2020-12-09Internal refactorBrad Corso
2020-10-07Internal refactorBrad Corso
2020-09-25Roll forward with fix of 'Support Kotlin val properties with @BindValue.'Dagger Team
2020-09-23Revert of 'Support Kotlin val properties with @BindValue.'Dagger Team
2020-09-22Roll forward with fix of 'Support Kotlin val properties with @BindValue.'Dagger Team
2020-09-21Revert of 'Support Kotlin val properties with @BindValue.'Dagger Team
2020-09-21Support Kotlin val properties with @BindValue.Dagger Team
2020-08-31[Dagger]: Remove all references to bazel-common's auto-common dep.bcorso
2020-08-14[Dagger]: Remove auto-common forks from Dagger.bcorso
2020-08-14Support an onCleared callback in the ActivityRetainedComponent.danysantiago
2020-07-30Fix issue with @Binds when impl extends generated type.bcorso
2020-07-30Add ability to ban maven deps in gen_maven_artifacts.bcorso
2020-07-29[Dagger Refactor]: Move ComponentGenerator logic into its own sub-package.bcorso
2020-06-09Add macros for Dagger users to easily import Dagger targets.bcorso
2020-02-27Prepare for external Bazel change --incompatible_load_java_rules_from_bzl.cpovirk
2020-01-06Update maven_info to exclude pure exports.bcorso
2019-11-20Replace local MOE stripping with global MOE replacementbcorso
2019-10-23Add the auto common shaded jar back into the jarjar.bcorso
2019-10-04Add blaze rule to validate and generate files for a maven artifact.bcorso
2019-09-23Fix dagger-spi pom file from dependency cycle.bcorso
2019-09-23Remove codegen-with-android-guava test.bcorso
2019-09-05Understand @Qualified annotation in Kotlin properties.danysantiago
2019-08-20Remove check-package-javadoc target and add javacopts checks to each library.bcorso
2019-08-16Move remaining Dagger classes into subdirectories and clean up internal/codeg...bcorso
2019-08-16Move Dagger binding graph validation and writing classes into their own subdi...bcorso
2019-08-16Move Dagger validation classes into their own subdirectory.bcorso
2019-08-16Move Dagger binding classes into their own subdirectory.bcorso
2019-08-16Move Dagger base classes into their own subdirectory.bcorso
2019-08-16Move Dagger compiler option classes into their own subdirectory.bcorso
2019-08-16Move Dagger extension classes into their own subdirectory.bcorso
2019-08-05Delete FrameworkDependency and it's associated infrastructureronshapiro
2019-08-05Move Dagger statistics into a separate subpackage.bcorso
2019-08-05Move the Dagger bootstrap logic into its own subdirectory and update the script.bcorso
2019-07-19Move load() commands together.dpb
2019-06-19Remove experimentalAheadOfTimeSubcomponentsronshapiro
2019-05-30Remove simple_jar in favor of the Gradle Incremental Annotation Processor hel...ronshapiro
2019-05-28Refactoring: Extract InjectionSiteFactory from BindingFactory.dpb
2019-05-15Start extracting some dagger.internal.codegen classes into two subpackages: d...ronshapiro
2019-05-05Extract a BindingElementValidator type from BindingMethodValidatorronshapiro
2019-04-16Update to Bazel 0.24.1 and fix a few things that came up during upgradingronshapiro
2019-04-16Add a simple framework to collect Dagger codebase stats using ErrorProneronshapiro
2019-04-10Serialize metadata about the binding graph in abstract component implementationsronshapiro
2019-04-10Replace AutoValue-based CompilerOptions with one that parses the options on d...dpb
2019-03-28Replace static methods in ConfigurationAnnotations with a ComponentAnnotation...dpb
2019-03-17github.com/google/kythe -> github.com/kythe/kythejustinbuchanan
2019-03-17Add a method to DiagnosticReporter to allow plugins to report elementless dia...ronshapiro
2019-02-20Don't recompute top-level ComponentImplementation instances if we already hav...ronshapiro
2019-02-14For each ProcessingStep implementation class Dagger uses, record the duration...cgdecker