aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe/ConfigurationsForTargetsWithDynamicConfigurationsTest.java
Commit message (Expand)AuthorAge
* Lots more cleanup of "dynamic configurations" comments and test code.Gravatar gregce2017-09-14
* 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
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Break out --test_filter into a test configuration fragment.Gravatar tomlu2017-08-03
* Move some test classes into the only test that uses them.Gravatar tomlu2017-08-01
* Provide a lambda interface for custom mock rule class behavior.Gravatar gregce2017-07-31
* Fix confusing semantics for Attribute.Builder.allowedRuleClasses.Gravatar gregce2017-07-28
* Define an outgoing rule transition interface.Gravatar gregce2017-07-27
* Automated g4 rollforward of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar gregce2017-06-05
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Automated g4 rollback of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar mstaib2017-05-17
* Implement dynamically configured LIPO builds.Gravatar gregce2017-05-04
* BuildView#getConfiguredTargetForTesting respects null transitions.Gravatar mstaib2017-03-31
* Enable rules to transition based on their Rule objects.Gravatar Michael Staib2017-03-21
* Simplify Attribute.Configurator, add dynamic configs support.Gravatar Greg Estren2017-03-14
* Support composed dependency transitions with dynamic configs.Gravatar Greg Estren2017-03-08
* If dynamic configurations are turned on, ruleclass configuration transitionsGravatar Cal Peyser2017-02-22
* Split transitions that return an empty list of options do not suppress dynami...Gravatar Cal Peyser2017-01-30
* Allows a rule class to specify a configuration transtion that will apply to allGravatar Cal Peyser2017-01-12