aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/LateBoundSplitUtil.java
Commit message (Expand)AuthorAge
* @AutoCodec for ConfigurationTransition subclasses.Gravatar shahan2018-03-02
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Stop allowing generic LateBoundDefault value types. Such types are always eit...Gravatar janakr2018-02-02
* Adds codecs for types in test classes, ConfigSettingTest, LateBoundSplitUtil ...Gravatar shahan2018-01-23
* Replace Attribute.SplitTransition with config.transitions.SplitTransition.Gravatar gregce2017-12-22
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Remove outdated defaultsToSelf.Gravatar gregce2017-09-12
* Remove the unused fallback argument from getHost() and the unused method getP...Gravatar lberki2017-09-12
* Provide a lambda interface for custom mock rule class behavior.Gravatar gregce2017-07-31
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Explicitly state the default options categories for options used in blaze tes...Gravatar ccalvarin2017-06-29
* Don't let latebound split attributes leave the host configuration.Gravatar gregce2017-05-04
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* Dynamic config test improvements:Gravatar Greg Estren2016-08-11
* Implements dynamic split transitions on latebound attributes.Gravatar Greg Estren2016-08-10