aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/config
Commit message (Expand)AuthorAge
* Create new config module that is responsible for creating BuildSetting descri...Gravatar juliexxia2018-08-14
* 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
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* Make things easier to serialize: make constants constant, tag some lambdas. G...Gravatar janakr2018-06-19
* SerializationCheckingGraph checks all ConfiguredTargetValues.Gravatar cpeyser2018-06-14
* Allow multiple trimming transition factories to be added.Gravatar mstaib2018-06-01
* Create a Bootstrap for config-related libraries of skylarkbuildapi.Gravatar cparsons2018-06-01
* Migrate config-related skylark objects to skylarkbuildapiGravatar cparsons2018-05-31
* Rename some instances of overloaded skylark-accessible methodsGravatar cparsons2018-05-23
* Rename PatchTransition.apply to PatchTransiton.patch.Gravatar gregce2018-05-23
* Enable manual trimming of config_feature_flags.Gravatar mstaib2018-05-16
* 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