aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/config
Commit message (Expand)AuthorAge
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* Make config_feature_flag's default_value optional.Gravatar mstaib2017-12-08
* Refactor ConfiguredAttributeMapper to lib/packages from lib/analysis.Gravatar cparsons2017-10-11
* 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
* CI,windows: create test_suites for Windows testsGravatar L?szl? Csomor2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Lots more cleanup of "dynamic configurations" comments and test code.Gravatar gregce2017-09-14
* Remove the unused fallback argument from getHost() and the unused method getP...Gravatar lberki2017-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
* Remove FeaturePolicyConfiguration et al. in favor of the new Whitelisting.Gravatar mstaib2017-08-22
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* 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
* Introduce --incompatible_new_actions_api flag.Gravatar dslomov2017-07-05
* Enable --feature_control_policy policy for feature flag usage.Gravatar mstaib2017-07-03
* Refactor PrinterGravatar vladmos2017-07-03
* Explicitly state the default options categories for options used in blaze tes...Gravatar ccalvarin2017-06-29
* Fix ConfigFeatureFlagTransitionFactory to obey PatchTransition equality.Gravatar mstaib2017-06-08
* Fix aliases for users of label-keyed string dicts.Gravatar mstaib2017-06-01
* Migrate tests to Truth.Gravatar lberki2017-05-26
* 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 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