aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel/rules/BazelRuleClassProvider.java
Commit message (Expand)AuthorAge
...
* Remove compilation and bundling attributes from apple_binary and apple_static...Gravatar cparsons2017-09-29
* Mock cc toolchain is registered in module instead of in PlatformOptions.Gravatar cpeyser2017-09-28
* Delete ios_application, ios_extension(_binary), objc_binary.Gravatar allevato2017-09-21
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Bazel now can build dynamic library from cc_libraryGravatar Yun Peng2017-09-18
* Remove unused late-bound attributes for target and execution platforms.Gravatar jcater2017-09-15
* Implement PlatformBaseRule which describes the common settings for all platfo...Gravatar juliexxia2017-09-14
* Remove the product name from ConfiguredRuleClassProvider.Gravatar jmmv2017-09-07
* Moves the bazel_j2objc repository definition from j2objc.WORKSPACE to the mainGravatar Googler2017-08-31
* Add JavaInfo as a (preferred) alias to java_common.provider.Gravatar dslomov2017-08-31
* Add an xcode_config_alias rule that is an alias to the current xcode_config r...Gravatar lberki2017-08-24
* Remove FeaturePolicyConfiguration et al. in favor of the new Whitelisting.Gravatar mstaib2017-08-22
* Remove ConfigurationCollectionFactory as part of the static config cleanup.Gravatar gregce2017-08-18
* Move core rules to a top-level class.Gravatar ulfjack2017-08-03
* Apply native binary launcher to sh_binaryGravatar Yun Peng2017-07-31
* Fold AndroidAaptBaseRule into AndroidBaseRule.Gravatar ajmichael2017-07-21
* Internal changeGravatar aehlig2017-07-20
* Internal changeGravatar Googler2017-07-20
* Remove unused native aspect for ASwBGravatar Googler2017-07-14
* Remove the cc_common.cc_toolchain_attr and java_common.java_runtime_attr in f...Gravatar lberki2017-07-14
* Remove the java_common.java_toolchain_attr field in favor of a java_toolchain...Gravatar lberki2017-07-14
* Add a toolchains= attribute to *_binary, *_test, cc_library and extra_action ...Gravatar lberki2017-07-14
* Add --experimental_strict_action_env and --shell_executable flagsGravatar ulfjack2017-07-12
* Moves printing method for feature accessibility errors.Gravatar plf2017-07-12
* Remove apple_watch1_extension and apple_watch_extension_binary rulesGravatar cparsons2017-07-12
* Add a cc_toolchain_alias and java_runtime_alias rules so that e.g. genrules c...Gravatar lberki2017-07-11
* Make information about the Java runtime in use available in Skylark using a d...Gravatar lberki2017-07-11
* Update the default values for the C++ and Java late-bound attributes to the c...Gravatar janakr2017-07-10
* Add toolchain() rule for declaring toolchains with type and constraints.Gravatar John Cater2017-07-07
* Factor out BuildConfigurationCollection.Transitions.getDynamicTransition.Gravatar gregce2017-07-07
* Remove apple_watch2_extension ruleGravatar cparsons2017-07-07
* Use the same data structure for native and Skylark providers.Gravatar dslomov2017-07-05
* implement py_runtime ruleGravatar yiyu2017-07-05
* Enable --feature_control_policy policy for feature flag usage.Gravatar mstaib2017-07-03
* Add a FeaturePolicyConfiguration for supporting limited feature rollouts.Gravatar mstaib2017-06-29
* Add apple_stub_binary rule.Gravatar allevato2017-06-26
* Add new configuration fragment for platforms, with host and targetGravatar John Cater2017-06-08
* Remove Xcodege integration from Blaze.Gravatar schmitt2017-06-05
* Delete ios_framework native rule.Gravatar cparsons2017-05-29
* Refactor rule class providers' rule set list to be explicit.Gravatar schmitt2017-05-11
* Retire the experimental_objc_library rule and --experimental_objc_library flag.Gravatar cpeyser2017-05-04
* Delete objc_xcodeproj rule.Gravatar schmitt2017-05-03
* Subtract protos from avoid_deps of apple_static_libraryGravatar cparsons2017-04-07
* Move ConfigSetting into rules/config.Gravatar mstaib2017-04-06
* Expose platform-related providers to Skylark.Gravatar John Cater2017-04-06
* Remove jack support and make jack/jill attributes of android_sdk optional.Gravatar ajmichael2017-04-04
* Open source android_device rule.Gravatar ajmichael2017-03-31
* Add the config_feature_flag rule.Gravatar mstaib2017-03-31
* Rename ToolchainLookup rule to ToolchainType, to better explain the usage ofGravatar John Cater2017-03-28
* Replace native AndroidStudioInfoAspect with an error message.Gravatar Googler2017-03-21