aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Fix NullPointerException when enable_data_binding is omitted.Gravatar gregce2017-06-26
* Remove last traces of experimental_obj_libraryGravatar cparsons2017-06-26
* Remove last implicit dep on //tools/objc:xcodegenGravatar schmitt2017-06-26
* Expose the correct JavaSkylarkApiProvider from JavaProtoAspect.Gravatar tomlu2017-06-26
* Do not use link_dynamic_library.sh when toolchain doesn't support interface l...Gravatar hlopko2017-06-26
* Make FakeCppCompileAction.LOG lowercaseGravatar hlopko2017-06-22
* Make Metadata fields privateGravatar ulfjack2017-06-22
* Fix LIPO to ThinLTO mapping to work with AutoFDO.Gravatar Googler2017-06-22
* Fix source jars no longer being exposed to Skylark from java_library.Gravatar tomlu2017-06-22
* In the Blaze Query implementation, use Set and Map implementations backed by ...Gravatar nharmata2017-06-22
* Add back --sysroot argument for objc compile actions when grte_top is specified.Gravatar rduan2017-06-22
* Use tool from action_config for link-executable and link-dynamic-lib actionsGravatar hlopko2017-06-21
* Introduce --incompatible_depset_is_not_iterableGravatar laurentlb2017-06-21
* Fix Android data binding for rules with no direct resources.Gravatar gregce2017-06-21
* Move WrappingProviderHelper into static class in WrappingProvider.Gravatar Googler2017-06-20
* Document JavaSkylarkApiProvider static factory methods and remove one constru...Gravatar Googler2017-06-20
* Use ProtoJavaApiInfoAspectProvider.merge instead of ad-hoc method.Gravatar carmi2017-06-20
* Introduce is_cc_test build variable so we can migrate away from is_not_cc_tes...Gravatar hlopko2017-06-20
* TestAttempt: remove unused constructorsGravatar aehlig2017-06-20
* apple_binary "dylibs" attribute depends on AppleDynamicFrameworkProviderGravatar cparsons2017-06-20
* Roll back https://github.com/bazelbuild/bazel/commit/4929ad79865f8c13ef3b33c8...Gravatar cushon2017-06-20
* Create a general WrappingProvider concept and use for java_proto_library and ...Gravatar Googler2017-06-20
* Pass the unsigned apk and the keystore to ApkProvider.Gravatar Googler2017-06-20
* All java_xxx_proto_library to provide JavaProvider ("java_common").Gravatar carmi2017-06-20
* Rule functions should return None instead of internal Rule objectsGravatar vladmos2017-06-20
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Roll forward R generation for Robolectric behind a flag to enable testingGravatar Googler2017-06-19
* Automated g4 rollback of commit 923d7df521f67d031b288180560848bd35e20976.Gravatar brandjon2017-06-19
* Ban the combination of buildfiles/loadfiles and --output=location.Gravatar nharmata2017-06-19
* ResourceFilter persists ordering of resources when filteringGravatar Googler2017-06-19
* Fix duplication and re-ordering issues in ExternalPackageUtil.Gravatar John Cater2017-06-16
* Automated g4 rollback of commit da56606563ee9df438db93392f681bf2abb4ac97.Gravatar brandjon2017-06-16
* Rollback the copt-changing functionality of the extension_safe attributeGravatar cparsons2017-06-16
* Fix resource filtering bug in interaction between densities and API versionGravatar Googler2017-06-16
* Add more methods to ExternalPackageUtil to load all rules of a specificGravatar John Cater2017-06-16
* Mitigate GC churn in module map file writes: No need to pin entire contents i...Gravatar felly2017-06-16
* Automated g4 rollback of commit 5c2dc673a3ad2aa52f25c6f7d767671ba3e9b02c.Gravatar corysmith2017-06-16
* Simplify data binding documentation.Gravatar gregce2017-06-16
* ctx.empty_action now allows depset as inputsGravatar laurentlb2017-06-16
* Revamp JavaToolchain:Gravatar lberki2017-06-16
* ctx.action now allows depset as inputsGravatar laurentlb2017-06-14
* Move external package rule loading into a shared utility class.Gravatar John Cater2017-06-14
* Map LIPO to ThinLTO when LLVM compiler is used.Gravatar Googler2017-06-14
* Add support for zipped LLVM profile files.Gravatar Googler2017-06-14
* Also filter stderr when parse_showincludes feature is enabledGravatar Yun Peng2017-06-13
* Extract the MacOS/XCode env rewrite logic into lib.exec.appleGravatar ulfjack2017-06-13
* Automated g4 rollback of commit 1be84ee92a825694b0c0026ac77134f8a084bd9c.Gravatar corysmith2017-06-13
* Automated g4 rollback of commit 29ec1b89989db411d2038e2df8657b6435f80403.Gravatar fwe2017-06-13
* Init absent action configs for CppCompile actionsGravatar hlopko2017-06-12