aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/config/ConfigSettingTest.java
Commit message (Expand)AuthorAge
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Enable manual trimming of config_feature_flags.Gravatar mstaib2018-05-16
* Simplify config fragment creation.Gravatar gregce2018-05-02
* Add --experimental_use_late_bound_option_defauts flag to toggle usage of late...Gravatar Googler2018-04-27
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Adds codecs for types in test classes, ConfigSettingTest, LateBoundSplitUtil ...Gravatar shahan2018-01-23
* Add more thorough error reporting behavior for when config_setting has multip...Gravatar juliexxia2017-09-22
* Allow config_settings to match on constraint_values to a target_platform. Thi...Gravatar juliexxia2017-09-21
* Release config_setting.flag_values from the whitelist.Gravatar mstaib2017-09-01
* Remove FeaturePolicyConfiguration et al. in favor of the new Whitelisting.Gravatar mstaib2017-08-22
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-28
* Support multiple --define's in config_setting.Gravatar gregce2017-07-21
* 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
* Enable --feature_control_policy policy for feature flag usage.Gravatar mstaib2017-07-03
* Explicitly state the default options categories for options used in blaze tes...Gravatar ccalvarin2017-06-29
* Fix aliases for users of label-keyed string dicts.Gravatar mstaib2017-06-01
* Migrate tests to Truth.Gravatar lberki2017-05-26
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* Add flag_values attribute to config_setting.Gravatar mstaib2017-04-10
* Move ConfigSetting into rules/config.Gravatar mstaib2017-04-06