aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Remove support for Swift 2.3 toolchainGravatar dmishe2017-10-27
* Add an additional flag (--one_version_enforcement_on_java_tests)Gravatar Googler2017-10-27
* Modify android_instrumentation_test.instrumentation to accept android_binary ...Gravatar jingwen2017-10-27
* Implement android_binary.instruments attribute.Gravatar jingwen2017-10-27
* Add platform_common.MakeVariableInfo so that Skylark code has access to the M...Gravatar lberki2017-10-27
* Remove the runfiles middleman from py_binary's data runfiles.Gravatar Benjamin Peterson2017-10-26
* Automated rollback of commit ca77f608e486bf7aa762565d25bf7b9e30f2268c.Gravatar ulfjack2017-10-26
* Remove OS/Xcode versions (and thus package loading) from AppleConfiguration.L...Gravatar lberki2017-10-26
* Move CppConfiguration#getStaticRuntimeLibsLabel and #getDynamicRuntimeLibsLabelGravatar cpeyser2017-10-25
* Move CppConfiguration#getAbi and #getAbiGlibcVersion to CcToolchainProvider.Gravatar cpeyser2017-10-25
* Extend TemplateExpander to handle $(func param) expansionGravatar ulfjack2017-10-25
* Add unused, optional source_properties attribute to android_sdk.Gravatar ajmichael2017-10-25
* Automated rollback of commit e9b10399f6a148a3d20442f2c5020b05fa891873.Gravatar twerth2017-10-24
* Fix resource generation in android_testGravatar Googler2017-10-24
* Automated rollback of commit f9a379157d1e992390c5b6f0b75ef853e0870689.Gravatar lberki2017-10-23
* Also disable Make variables in the host configuration in the Jvm fragment whe...Gravatar lberki2017-10-23
* Automatic code cleanup.Gravatar cushon2017-10-23
* Add support for linker scripts in auto-linked Android native depsGravatar Googler2017-10-23
* Move hard-coded compilation-mode-specific flags in ObjcConfiguration.Gravatar cpeyser2017-10-23
* Fix changes that broke resource filtering, and document related confusionGravatar Googler2017-10-23
* Expose a CcToolchainProvider that is generated by the legacy toolchain select...Gravatar cpeyser2017-10-23
* Add a flag to disable Make variables in the C++ configuration.Gravatar lberki2017-10-23
* Support Python 2 and 3 in the same build.Gravatar gregce2017-10-20
* Remove OS/Xcode versions (and thus package loading) from AppleConfiguration.L...Gravatar lberki2017-10-20
* [Bazel] Change default place where {java,cc}_proto_library look for their ext...Gravatar carmi2017-10-20
* Flip the default value of --experimental_toolchain_id_in_output_directory to ...Gravatar lberki2017-10-18
* Add c++-module-codegen to known action typesGravatar hlopko2017-10-18
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Make cc_toolchain put the files comprising the toolchain into its FileProvider.Gravatar lberki2017-10-18
* Migrate ResourceProcessorBusyBox Android actions to using SHELL_QUOTED param ...Gravatar apell2017-10-18
* PiperOrigin-RevId: 172480513Gravatar juliexxia2017-10-18
* Remove the target_apple_env and the apple_host_system_env methods from ctx.fr...Gravatar lberki2017-10-18
* Relax SplitTransitionProvider interface to use AttributeMapGravatar cparsons2017-10-18
* In CppToolchainInfo, use the label of the cc_toolchain instead of --crosstool...Gravatar cpeyser2017-10-16
* Export apple_host_system_env and target_apple_env through apple_common (as op...Gravatar lberki2017-10-16
* Remove the uses_protobuf attribute from objc_proto_library.Gravatar kaipi2017-10-16
* Simplify ApplicationManifest by inlining createApk and simplifying the builde...Gravatar corysmith2017-10-16
* Update documentation on objc_proto_library rule, and disable the passing of d...Gravatar kaipi2017-10-16
* Put the platform version from the options into the output directory name inst...Gravatar lberki2017-10-13
* Merge [] compilation classpaths using singlejarGravatar cushon2017-10-13
* Fix NPE thrown by java_common.compile when no sources are specified.Gravatar elenairina2017-10-13
* Remove some no-op flags.Gravatar ajmichael2017-10-13
* Replace all tool getters in CppConfiguration with corresponding calls toGravatar cpeyser2017-10-12
* Check the implicit requirement of fdo_instrument and lipo_context.Gravatar ccalvarin2017-10-11
* Migrate usage of CppConfiguration#getToolPathFragment andGravatar cpeyser2017-10-11
* Remove support for --javabase=<absolute path>.Gravatar lberki2017-10-11
* SplitTransitionProvider no longer requires the attributes it uses are "Non Co...Gravatar cparsons2017-10-11
* Remove unused MANDATORY_LINK_TARGET_TYPESGravatar George Gensure2017-10-11
* Make it an error to attempt to expand an attribute that does not existGravatar ulfjack2017-10-11
* Return JavaInfo providers only once in Java rules.Gravatar elenairina2017-10-11