aboutsummaryrefslogtreecommitdiff
path: root/test_defs.bzl
AgeCommit message (Expand)Author
2023-09-30Allow sharding for Dagger compiler tests.Brad Corso
2023-07-31Internal changes.Brad Corso
2023-05-31Add a flag to ignore wildcards in Dagger Key types.Brad Corso
2022-12-12Modify Dagger's GenJavaTests to allow for sources to be built in separate bui...Brad Corso
2022-12-08[Refactor] Merge javacopts, lib_javacopts, and test_javacopts for GenJavaTests.Brad Corso
2022-11-30Add kotlin source tests.Brad Corso
2022-11-01Internal changesBrad Corso
2022-10-27Internal changesBrad Corso
2022-03-31Adds script to generate golden files for Dagger's internal/codegen tests and ...Brad Corso
2022-03-23Move root component implementation into a nested class.Brad Corso
2021-12-20Internal changes.Eric Chang
2021-06-04Extend sharding to default mode.Brad Corso
2021-02-22Enable remaining dagger.android and dagger.hilt tests.Brad Corso
2020-09-03Fix redundant memoization for scoped bindings in fastInit.Brad Corso
2020-09-01Internal changeDagger Team
2020-08-04Add bzl_library rules for .bzl files without one.bcorso
2020-02-27Prepare for external Bazel change --incompatible_load_java_rules_from_bzl.cpovirk
2019-06-19Remove experimentalAheadOfTimeSubcomponentsronshapiro
2019-04-10Serialize metadata about the binding graph in abstract component implementationsronshapiro
2019-01-08Remove experimentalAndroidMode2 since we don't have any plans to investigate ...ronshapiro
2018-12-18Run hjar testing for all functional test coderonshapiro
2018-11-20Automated rollback of 57dfca7aba13330dc6554a62bded55396d5e5373 and 94c28e7ae1...ronshapiro
2018-10-18Make the suffixes for _with_aot tests less duplicativeronshapiro
2018-10-18[Ahead-of-time Subcomponents] Add a flag to gate running the AOT build varian...dstrasburg
2018-09-12Migrate to android_local_testronshapiro
2018-07-13Migrate android_* rules to use Skylark implementations.timpeut
2018-06-28[Ahead-of-time Subcomponents] Rename dagger.experimentalAheadOfTimeComponentsdstrasburg
2018-06-12Begin using github.com/google/bazel-common in Daggerronshapiro
2018-06-12Rename "dagger.experimentalAndroidMode" to "dagger.fastInit"bcorso
2018-04-20Add androidExperimentalAndroidMode2bcorso
2018-04-19Pass variant javacopts to Dagger's functional tests.bcorso
2018-03-22Replace PACKAGE_NAME with package_name() in bzl files.laurentlb
2018-03-22Add a compiler options flag for "ahead-of-time components".dstrasburg
2017-10-27Fix the way a few flags were passed to test targets to eliminate some stray j...ronshapiro
2017-10-09Enable non-Instance DependencyRequests in PrivateMethodBindingExpression.bcorso
2017-09-29Add a tag to all ExperimentalAndroidMode tests so they can be built/tested to...ronshapiro
2017-09-18Add a compiler option for experimental inlining efforts designed for Android.bcorso
2017-04-24Let users specify javacopts separately for the support library and the tests.dpb
2017-04-19Move prod compiler code and guava/jdk Optional tests from their previous mave...ronshapiro
2017-02-13Move Android code into java/ and javatests/ronshapiro
2017-01-13Build Dagger with Bazelronshapiro