aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/config/ConfigRuleClasses.java
Commit message (Expand)AuthorAge
* Update config_setting to get the target platform from the ToolchainContext.Gravatar John Cater2018-08-03
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Enable manual trimming of config_feature_flags.Gravatar mstaib2018-05-16
* Stop allowing generic LateBoundDefault value types. Such types are always eit...Gravatar janakr2018-02-02
* Make config_feature_flag's default_value optional.Gravatar mstaib2017-12-08
* PiperOrigin-RevId: 172480513Gravatar juliexxia2017-10-18
* Add a constraint_values attribute and a target platforms attribute to the con...Gravatar juliexxia2017-09-21
* Release config_setting.flag_values from the whitelist.Gravatar mstaib2017-09-01
* In the config_setting arguments section, the description of the "values" arg ...Gravatar juliexxia2017-08-29
* Remove FeaturePolicyConfiguration et al. in favor of the new Whitelisting.Gravatar mstaib2017-08-22
* Support multiple --define's in config_setting.Gravatar gregce2017-07-21
* Clean up ConfigFeatureFlagProvider.Gravatar mstaib2017-07-19
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Enable --feature_control_policy policy for feature flag usage.Gravatar mstaib2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Add flag_values attribute to config_setting.Gravatar mstaib2017-04-10
* Move ConfigSetting into rules/config.Gravatar mstaib2017-04-06