aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/config
Commit message (Expand)AuthorAge
* Make config_feature_flag's default_value optional.Gravatar mstaib2017-12-08
* Move BazelRuleClassProvider.CONFIG_RULES to its own class in the config package.Gravatar lpino2017-11-30
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* PiperOrigin-RevId: 172480513Gravatar juliexxia2017-10-18
* 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
* Add a constraint_values attribute and a target platforms attribute to the con...Gravatar juliexxia2017-09-21
* Only load the whitelist for Android targets if they use feature flags.Gravatar mstaib2017-09-21
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Remove outdated defaultsToSelf.Gravatar gregce2017-09-12
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Expose ConfigFeatureFlagProvider to skylarkGravatar cparsons2017-09-01
* Release config_setting.flag_values from the whitelist.Gravatar mstaib2017-09-01
* android_test binary_under_test/deps must have the same flags if any are set.Gravatar mstaib2017-08-31
* In the config_setting arguments section, the description of the "values" arg ...Gravatar juliexxia2017-08-29
* Split Info into SkylarkInfo and NativeInfo.Gravatar dslomov2017-08-22
* 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
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Support multiple --define's in config_setting.Gravatar gregce2017-07-21
* Clean up ConfigFeatureFlagProvider.Gravatar mstaib2017-07-19
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Moves printing method for feature accessibility errors.Gravatar plf2017-07-12
* ConfigFeatureFlagProvider should be declared provider only.Gravatar dslomov2017-07-11
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Enable --feature_control_policy policy for feature flag usage.Gravatar mstaib2017-07-03
* Refactor PrinterGravatar vladmos2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Fix ConfigFeatureFlagTransitionFactory to obey PatchTransition equality.Gravatar mstaib2017-06-08
* Fix aliases for users of label-keyed string dicts.Gravatar mstaib2017-06-01
* Fix minor hashing bug in config_feature_flag configuration name.Gravatar mstaib2017-05-17
* AutoValue and SkylarkClassObject interact badly, so remove that.Gravatar John Cater2017-04-24
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* Add feature_flags attribute to Android binary rules.Gravatar mstaib2017-04-13
* Add flag_values attribute to config_setting.Gravatar mstaib2017-04-10
* Move ConfigSetting into rules/config.Gravatar mstaib2017-04-06
* Add the config_feature_flag rule.Gravatar mstaib2017-03-31
* Define the ConfigFeatureFlagConfiguration fragment.Gravatar Michael Staib2017-03-21