aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/config
Commit message (Expand)AuthorAge
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* RuleTransitionFactory returns NoTransition instead of null.Gravatar mstaib2018-04-26
* Pass environment to Skylark provider constructors.Gravatar tomlu2018-04-24
* Add the additional options to support manual trimming of feature flags.Gravatar mstaib2018-04-23
* Move ConfigFeatureFlagConfiguration.Options to a top-level class.Gravatar mstaib2018-03-22
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Deprecate and remove several uses of the 'values' map in NativeInfo subclasses.Gravatar cparsons2018-02-28
* Add @AutoCodec to some PatchTransitions.Gravatar mjhalupka2018-02-27
* Stop allowing generic LateBoundDefault value types. Such types are always eit...Gravatar janakr2018-02-02
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Codecs for all non-test Fragment subclasses (except CppConfiguration, handled...Gravatar shahan2018-01-05
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* ObjectCodecs for all non-test FragmentOption subclasses.Gravatar Googler2017-12-27
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* 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