aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Extract CppLinkAction.Builder to its own top level class.Gravatar Cal Peyser2016-07-13
* Use canonical Java 7 javacopts in JavaProtoAspectGravatar Liam Miller-Cushon2016-07-13
* Open-source java_proto_library.Gravatar Carmi Grushko2016-07-12
* --Gravatar Carmi Grushko2016-07-12
* RELNOTES: Improve Android split transition handling.Gravatar Googler2016-07-12
* --Gravatar Googler2016-07-12
* Global cleanup change.Gravatar Googler2016-07-12
* Expose ios_simulator_device/version to Skylark.Gravatar Googler2016-07-11
* Use fast-path compiler for android_binary R.classesGravatar Googler2016-07-11
* Remove hard-coded android and java7-compatible javacoptsGravatar Liam Miller-Cushon2016-07-11
* Open-source ProtoSupportDataProvider.Gravatar Carmi Grushko2016-07-08
* More pieces of RClassGeneratorActionGravatar Googler2016-07-08
* Remove the forced-legacy mode of the JvmConfigurationLoader.Gravatar Ulf Adams2016-07-07
* --Gravatar Carmi Grushko2016-07-07
* When building ObjectiveC++, pass the flag -std=gnu++11.Gravatar Googler2016-07-07
* For Skylark attribute creation, non_empty is deprecated; introduce allow_emptyGravatar Laurent Le Brun2016-07-07
* Attr doc: fix typo, add linkGravatar Laurent Le Brun2016-07-07
* Add allow_single_file in attr.label, deprecate single_file.Gravatar Laurent Le Brun2016-07-05
* Display all allowed types for SkylarkSignature Params that allow multipleGravatar David Chen2016-07-05
* Rollback of commit 588a6a04c748a02f583d552660434d74190bb3ba.Gravatar Florian Weikert2016-07-04
* Deprecate DATA_CFG and HOST_CFG, use string 'data' and 'host' instead.Gravatar Laurent Le Brun2016-07-04
* Add output log for android resource shrinking, following the format produced ...Gravatar Andrew Pellegrini2016-07-04
* Implicit outputs to cc_library are also exported in unique output groups.Gravatar Cal Peyser2016-07-04
* LABEL attribute with split transitions should always be lists of TargetsGravatar Dmitry Lomov2016-07-04
* RELNOTES: Use the correct build configuration for shared native deps during A...Gravatar Googler2016-07-01
* ThinLTO changes for upstreamed compiler implementation and other fixes to bla...Gravatar Googler2016-07-01
* Make java_classpath flag non-experimentalGravatar Liam Miller-Cushon2016-07-01
* Make building dll less a hack on WindowsGravatar Yun Peng2016-07-01
* Make repository name warning less noisyGravatar Kristina Chodorow2016-07-01
* Skylark documentation update: callback functions have to list the required at...Gravatar Florian Weikert2016-07-01
* Add a javac_supports_workers attribute to the java_toolchain rule.Gravatar Philipp Wollermann2016-07-01
* Remove --experimental_java_deps and --experimental_incremental_ijars.Gravatar Ulf Adams2016-06-30
* Fix existing usages of persistent workers to include the new "supports-worker...Gravatar Philipp Wollermann2016-06-30
* Support copy-only native code in modern native support for android_binary.Gravatar Michael Staib2016-06-30
* Make header compilation flag non-experimentalGravatar Liam Miller-Cushon2016-06-30
* Add platform-specific common compile and link flags toGravatar Cal Peyser2016-06-30
* Fix/work around bad interaction between interface deps and LIPO. Previously l...Gravatar Googler2016-06-29
* Refactor how coverage support files get to test actions.Gravatar Lukacs Berki2016-06-29
* Add java_plugin.generates_apiGravatar Liam Miller-Cushon2016-06-29
* Collect logic related to extra Proguard outputs in one place.Gravatar Googler2016-06-29
* xcode_config throws an error if two aliases are assigned to different version...Gravatar Chris Parsons2016-06-29
* Filter out non-headers from module maps generated by objc_ rules.Gravatar Dmitry Shevchenko2016-06-29
* Rename FileOutErr.get{Output,Error}File to get{Output,Error}Path, because the...Gravatar Philipp Wollermann2016-06-29
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Add bitcode support to experimental_objc_library.Gravatar Cal Peyser2016-06-29
* Fixed java_stub_template.txt after disabling runfiles on WindowsGravatar Yun Peng2016-06-27
* Update build encyclopedia documentation to make clear that entitlements are n...Gravatar Googler2016-06-27
* make StdRedirect available in the runfiles.Gravatar Googler2016-06-27
* --Gravatar Carmi Grushko2016-06-27
* Enable non_arc_srcs for experimental_objc_library. Allow build variables to ...Gravatar Cal Peyser2016-06-24