aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/config/ConfigSetting.java
Commit message (Expand)AuthorAge
* Update config_setting to get the target platform from the ToolchainContext.Gravatar John Cater2018-08-03
* Rename some instances of overloaded skylark-accessible methodsGravatar cparsons2018-05-23
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* 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
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* 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
* Remove unnecessary options parser caching.Gravatar ccalvarin2017-08-18
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Move AliasProvider to lib.analysisGravatar ulfjack2017-08-07
* Support multiple --define's in config_setting.Gravatar gregce2017-07-21
* Moves printing method for feature accessibility errors.Gravatar plf2017-07-12
* Enable --feature_control_policy policy for feature flag usage.Gravatar mstaib2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Fix aliases for users of label-keyed string dicts.Gravatar mstaib2017-06-01
* Add flag_values attribute to config_setting.Gravatar mstaib2017-04-10
* Move ConfigSetting into rules/config.Gravatar mstaib2017-04-06