aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe/ConfigurationsForTargetsWithTrimmedConfigurationsTest.java
Commit message (Expand)AuthorAge
* Replace ConfigurationTransition with PatchTransition in a few places.Gravatar mstaib2018-04-26
* RuleTransitionFactory returns NoTransition instead of null.Gravatar mstaib2018-04-26
* Add the capability to register a trimming RuleTransitionFactory.Gravatar mstaib2018-04-19
* Make RuleClass serializable and remove Environment from it, since it was only...Gravatar janakr2018-03-30
* Replace nearly all test uses of ConfiguredTarget#getConfiguration with utilit...Gravatar janakr2018-03-27
* Remove RuleClass.Builder#depsCfg().Gravatar lberki2018-03-23
* Rename Transition to ConfigurationTransition.Gravatar gregce2018-01-30
* Remove DynamicTransitionMapper, ConfigurationTransitionProxy.Gravatar gregce2018-01-30
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* Replace Attribute.SplitTransition with config.transitions.SplitTransition.Gravatar gregce2017-12-22
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Convert TestAspects to MockRule.Gravatar gregce2017-11-29
* MockRule enhancements.Gravatar gregce2017-11-29
* 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