aboutsummaryrefslogtreecommitdiff
path: root/BUILD
AgeCommit message (Expand)Author
2021-05-12Revert "Merge commit 'upstream/dagger-2.35.1^'"Aurimas Liutikas
2021-02-24Add EarlyTestEntryPoints to allow entry points to be called in tests before t...Brad Corso
2021-02-18Add Hilt tests to GitHubBrad Corso
2020-12-29Add a plugin to check for injections of @HiltViewModel types. Since @HiltView...Eric Chang
2020-12-28Add a plugin to check for injections of @HiltViewModel types. Since @HiltView...Dagger Team
2020-12-28Add a plugin to check for injections of @HiltViewModel types. Since @HiltView...Eric Chang
2020-12-14Update Android SDK and build tools to 30 along with AGP to 4.1.1. AGP also re...Dagger Team
2020-12-04Update Bazel to 3.7.1 and use Kotlin toolchain 1.4.Dagger Team
2020-08-31[Dagger]: Remove all references to bazel-common's auto-common dep.bcorso
2020-07-22Namespace Dagger's shaded rules to avoid duplicate sources.bcorso
2020-05-14Fix javadoc srcs for Hilt.erichang
2020-02-27Prepare for external Bazel change --incompatible_load_java_rules_from_bzl.cpovirk
2019-10-28Update Dagger to API 29 and Bazel 1.1.0.erichang
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-05Understand @Qualified annotation in Kotlin properties.danysantiago
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-05Move Dagger statistics into a separate subpackage.bcorso
2019-06-19Remove experimentalAheadOfTimeSubcomponentsronshapiro
2019-05-15Start extracting some dagger.internal.codegen classes into two subpackages: d...ronshapiro
2019-04-10Serialize metadata about the binding graph in abstract component implementationsronshapiro
2018-11-29Add requestedBindings() and requestingBindings() to BindingGraph.dpb
2018-10-29Add an ErrorProne refactoring for moving between @ActivityKey/@FragmentKey/et...ronshapiro
2018-06-28Move ComponentDescriptor validation out of BindingGraphValidator and into a n...dpb
2018-06-12Begin using github.com/google/bazel-common in Daggerronshapiro
2018-03-28Move validation of non-nullable requests for nullable bindings to an internal...dpb
2018-02-07Migrate BindingGraphPlugin to the dagger.spi package, and add a ValidationIte...ronshapiro
2018-01-25Make a ComponentTreePath analog in dagger.model and move BindingNetwork to da...ronshapiro
2017-12-19Shade AutoCommon in the SPI artifactupstream/dagger-2.14.1ronshapiro
2017-12-14Move dagger.internal.codegen.Key to dagger.model packageronshapiro
2017-11-08Split codegen code into a few distinct java_libraries to speed up compilation.ronshapiro
2017-11-08Automated g4 rollback of changelist b9326a1e.domnit
2017-11-08Split codegen code into a few distinct java_libraries to speed up compilation.ronshapiro
2017-10-25Update to Bazel 0.7.0ronshapiro
2017-05-02Opensource dagger.grpcronshapiro
2017-04-24Move Dagger Producers from its previous maven structure (src/{main,test}/) to...ronshapiro
2017-04-21Move core Dagger APIs and runtime from its previous maven structure (src/{mai...ronshapiro
2017-04-19Implement javadoc_library in skylarkronshapiro
2017-04-19Move prod compiler code and guava/jdk Optional tests from their previous mave...ronshapiro
2017-04-07Omit auto-common from the compiler since it's shaded. Do the sameronshapiro
2017-04-07Add @ContributesAndroidInjector to greatly simplify the code that dagger.andr...ronshapiro
2017-02-21Add a javadoc_library for android/supportronshapiro
2017-02-16Add a jarjar_library BUILD macro to replace the maven-shade-pluginronshapiro
2017-02-13Add javadoc_library to generate javadoc for our Bazel librariesronshapiro
2017-01-13Build Dagger with Bazelronshapiro