aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/config/ConfigurationResolver.java
Commit message (Expand)AuthorAge
* Rename Transition to ConfigurationTransition.Gravatar gregce2018-01-30
* Introduce a wrapper around the ImmutableSortedSet<Class<? extends BuildConfig...Gravatar janakr2018-01-24
* Explicitly make fragments option to BuildConfigurationValue#key an ImmutableS...Gravatar janakr2018-01-23
* Remove ConfigurationTransitionProxy.NONE and BaseRuleClasses.DYNAMIC_TRANSITI...Gravatar gregce2018-01-18
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28
* Replace Attribute.SplitTransition with config.transitions.SplitTransition.Gravatar gregce2017-12-22
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Move TransitiveTargetKey to a dedicated top-level classGravatar ulfjack2017-10-30
* Loop in top-level transition logic to configurable query to give more accurat...Gravatar juliexxia2017-10-20
* Move ConfiguredTargetFunction dynamic config selection to its own class.Gravatar gregce2017-09-20
* Remove outdated Attribute.Configurator interface.Gravatar gregce2017-09-13
* Remove outdated defaultsToSelf.Gravatar gregce2017-09-12
* Replace TransitionApplier interface with a dedicated class.Gravatar gregce2017-08-21