aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/config/ComposingRuleTransitionFactory.java
Commit message (Expand)AuthorAge
* When composing RuleTransitionFactories, return something that respects equality.Gravatar mstaib2018-06-13
* Merge ComposingSplitTransition and ComposingPatchTransition.Gravatar gregce2018-05-29
* Avoid creating a Composing*Transition if one of the transitions is NoTransition.Gravatar mstaib2018-04-27
* Replace ConfigurationTransition with PatchTransition in a few places.Gravatar mstaib2018-04-26
* RuleTransitionFactory returns NoTransition instead of null.Gravatar mstaib2018-04-26
* Make RuleClass serializable and remove Environment from it, since it was only...Gravatar janakr2018-03-30
* Rename Transition to ConfigurationTransition.Gravatar gregce2018-01-30
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* android_test binary_under_test/deps must have the same flags if any are set.Gravatar mstaib2017-08-31
* Replace Transitions.configurationHook with equivalent rule class transitions.Gravatar gregce2017-07-07