aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2020-11-23Merge tag 'dagger-2.29.1'Colin Cross
Dagger 2.29.1 Bug: 173800389 Test: m checkbuild Change-Id: I826b8571bb972339bd5bd89ca2c23912f4eae2d9
2020-06-09Add macros for Dagger users to easily import Dagger targets.bcorso
RELNOTES=Update macro and README with instructions for Bazel users. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=315389535
2020-04-30Add support for JUnit tests with Hilt PluginYigit Boyar
Android transforms are not applied for JUnit tests which breaks when using the Hilt Plugin and its transform. This CL adds a new custom test transform task just for tests so that transformed classes are used in Android JUnit tests. The task does not transform test sources, therefore temporarily allow specifying a base class in @AndroidEntryPoint that will be used even if the superclass validation option is given to the processor. This helps us still have test-only Android Entry Points. Closes https://github.com/google/dagger/pull/1811 RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=309143731
2019-06-12Merge tag 'dagger-2.23.1' into masterColin Cross
Dagger 2.23.1 Bug: 135055683 Test: treehugger Change-Id: I156d4a37bca95fdef66df71f5abdc93027d1e4c1
2019-04-16Add instructions to set up a dev environmentPierre-Yves Ricau
Closes https://github.com/google/dagger/pull/1268 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=243314246
2019-04-15Merge tag 'dagger-2.22.1' into masterandroid-o-mr1-iot-release-1.0.12oreo-mr1-iot-releaseColin Cross
This resets the state of the source tree to match upstream 2.22.1, plus Android-specific files. Bug: 130306229 Test: m checkbuild Change-Id: I24d365a842a62f7fa70560981ca509e92ec8b7ce Merged-In: I24d365a842a62f7fa70560981ca509e92ec8b7ce Exempt-From-Owner-Approval: cherry pick (cherry picked from commit c005ec5aefd8dc1c8adcaf8193ed172abe07fdc9)
2017-01-13Build Dagger with Bazelronshapiro
The Maven infrastructure is not being removed in this CL. We will build and test with both Maven and Bazel until we have a successful release to Maven Central using bazel-built artifacts and automated tools to generate poms/ship to Central. This CL does not address any of the scripts in util/ like publishing snapshots or generating javadoc. It also does not reorganize files into a more traditional bazel project structure. Open questions: - What should we do about shading? - Right now, only auto-common is shaded. If we shade it, should we remove it from the deps of the compiler POM, since other users don't need it to build? - How should we implement shading? One idea is to make a unified jar of the bazel-built compiler and auto-common, and then use jarjar to rename classes. - What should we do with dagger-gwt? I'm not a GWT expert but it seems that we could recreate that jar with a genrule + jarjar ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=144448160
2016-11-28Add gen-external-apklibs to .gitignoreronshapiro
Fixes google/dagger#514 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140385921
2015-12-30Remove logic about MembersInjectionBinding parentInjectorRequest that is no ↵dpb
longer relevant now that members injectors call static methods to inject inherited members. Specifically, it is no longer necessary to have parent injector requests, or to strip them away if their parent's injector uses a no-op strategy. It's still necessary to generate MembersInjector implementations for superclasses that have injection sites, but that logic moves from BindingGraph.Factory.Resolver to InjectBindingRegistry. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=107776384
2015-11-23Added initial version of dagger2 from upstreamPaul Duffin
Bug: 24848946 Change-Id: I1b359bbbf8b07de1f84f3b7dfd263a58f0fd439b
2015-08-23Add test_runs/ to .gitignoreChristian Edward Gruber
2015-03-31Ignore maven shade plugin's dependency reduced pom.xmlChristian Edward Gruber
2014-11-13Introduce a (lame) functional test that runs the annotation processor. This ↵Gregory Kick
configuration works in (at least) intellij.
2014-08-25Add emacs files to .gitignoreGregory Kick
2013-01-16Add factory path to ignores.Christian Edward Gruber
2012-07-31Logging cleanup. Add .gitignoreJake Wharton