aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe/ConfigurationsForTargetsTest.java
Commit message (Expand)AuthorAge
* Inject BlazeDirectories into FdoSupportFunction directly, instead of dependin...Gravatar janakr2017-09-25
* Move ConfiguredTargetFunction dynamic config selection to its own class.Gravatar gregce2017-09-20
* Lots more cleanup of "dynamic configurations" comments and test code.Gravatar gregce2017-09-14
* Replace TransitionApplier interface with a dedicated class.Gravatar gregce2017-08-21
* Remove BuildConfiguration.useDynamicConfigurations.Gravatar gregce2017-08-18
* Use toolchain resolution in rule creation.Gravatar John Cater2017-07-21
* Enable incremental dexing by default.Gravatar ajmichael2017-07-03
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Allows a rule class to specify a configuration transtion that will apply to allGravatar Cal Peyser2017-01-12
* Provide deterministic order for split configured deps (roll forward part 2).Gravatar Greg Estren2016-12-07
* Rollback of commit 12d766df10fbc5eba16ec1e6c20c8cd85f9c616f.Gravatar Damien Martin-Guillerez2016-12-06
* Provide deterministic order for split configured deps (roll forward)Gravatar Greg Estren2016-12-06
* Rollback of commit 7505d94c19727e3100ac5e16a960bff2cb324f23.Gravatar Damien Martin-Guillerez2016-12-06
* Provide deterministic order for split configured deps.Gravatar Greg Estren2016-12-06
* Aspects-on-aspects implementation.Gravatar Dmitry Lomov2016-11-15
* Add more type annotations for the benefit of Java 7Gravatar Klaus Aehlig2016-10-05
* Optimize how null configurations get created and add test infrastructure for ...Gravatar Greg Estren2016-09-29
* Eliminates performance overhead of --experimental_dynamic_configs=notrim.Gravatar Greg Estren2016-09-28