aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Allow extra action inputs and variables extensions to boe propagated to theGravatar Cal Peyser2016-08-10
* Rephrase tests so that they can be shared between objc_library andGravatar Cal Peyser2016-08-10
* Do not add useless library files to the inputs of the linker action.Gravatar Lukacs Berki2016-08-10
* Cleanup: store non-code inputs to link actions separately.Gravatar Lukacs Berki2016-08-10
* Refactor C++ rules so that CcLinkingOutputs.libraryIdentifierOf() gets called...Gravatar Lukacs Berki2016-08-09
* Add SkylarkClassObjectConstructor - a future return value of "provider" funct...Gravatar Dmitry Lomov2016-08-09
* Only send a cc_toolchain's linker_files to link actions. Previously, theGravatar Googler2016-08-08
* Fix handling of jdeps files in android_* rulesGravatar Liam Miller-Cushon2016-08-08
* Avoid hard-coded extensions for compilation outputs.Gravatar Lukacs Berki2016-08-05
* Make SkylarkClassObject "Bazel-specific".Gravatar Dmitry Lomov2016-08-05
* Create Python executable zip fileGravatar Yun Peng2016-08-04
* Short-circuit runfiles tree creation if runfiles are disabled (for example, o...Gravatar Lukacs Berki2016-08-04
* Refactor CppLinkAction to construct its command line using the crosstool inst...Gravatar Cal Peyser2016-08-03
* Add an enum representing the specific build file name (WORKSPACE, BUILD) to t...Gravatar John Cater2016-08-03
* Remove reference to android_tool_runner.Gravatar Googler2016-08-03
* Introduce apple_watch2_extension rule for bundling watchOS2 extensions.Gravatar Chris Parsons2016-08-03
* Move the --define command line option from CppConfiguration to BuildConfigura...Gravatar Lukacs Berki2016-08-02
* Rollback of commit f61d12e9e4f940810efbaf244911a94830ba6c05.Gravatar Lukacs Berki2016-08-02
* Rollback of commit 49dfc29a40764ae48f2343007f88f3a4938498f1.Gravatar Yun Peng2016-08-02
* Add hashCode(), equals(), and basic toString() to FilesetTraversalParams clas...Gravatar Janak Ramakrishnan2016-08-02
* StandaloneTestStrategy: Pass relative JAVA_RUNFILES and PYTHON_RUNFILES to testsGravatar Yue Gan2016-08-01
* --Gravatar Carmi Grushko2016-08-01
* Reducing visibility of @VisibleForTesting methods in JavaCompileAction.Gravatar Googler2016-08-01
* Allow objc rule deps to include any rule that exports an "objc" provider.Gravatar Googler2016-08-01
* Sets SONAME on shared objects in Android binaries.Gravatar Adam Michael2016-08-01
* --Gravatar Googler2016-08-01
* Fix the description of allow_empty arg on string_list.Gravatar Dmitry Shevchenko2016-08-01
* Replace calls to SpawnAction$Builder#addInputs(NestedSet) with addTransitiveI...Gravatar Liam Miller-Cushon2016-07-29
* Lift out the ResourceContainer -> arg/artifact functionsGravatar Googler2016-07-29
* Revert "Sets SONAME on shared objects in Android binaries."Gravatar Damien Martin-Guillerez2016-07-29
* Rollforward of change that broke #1579 with test fix (need to specify ios_sdk...Gravatar Chris Parsons2016-07-29
* Roll forward of commit 05c0bd286b3802ad3d7faf48bc19e86929a9cf6d:Gravatar Dmitry Shevchenko2016-07-29
* Rollback of commit 8643954b818547339e8055d0aa4867c1286ebca1.Gravatar Damien Martin-Guillerez2016-07-29
* If the toolchain defines an action_config for each type of CppLinkAction,Gravatar Cal Peyser2016-07-29
* --Gravatar Carmi Grushko2016-07-28
* Rollback of commit 0fe34924b5e5282b5e2895761f11ad77bccebdba.Gravatar Alex Humesky2016-07-28
* Remove apple_binary's implicit output _lipo.a.Gravatar Chris Parsons2016-07-28
* Rollback of commit 75714b0d6e65905e41da8415ca3e7ec101575d51.Gravatar Dmitry Shevchenko2016-07-28
* Include SwiftSupport directory into the IPA when an app contains Swift.Gravatar Dmitry Shevchenko2016-07-28
* Add a resource parsing action.Gravatar Googler2016-07-28
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* Remove experimental_use_proguard_previous_obfuscation_map flag. This was remo...Gravatar Googler2016-07-28
* Experimental java annotation support with unpredictable action inputs/outputs...Gravatar Rumou Duan2016-07-28
* Sets SONAME on shared objects in Android binaries.Gravatar Adam2016-07-28
* Pass the coverage environment into tests using a nested set collected from th...Gravatar Lukacs Berki2016-07-27
* Use a marker provider to determine of a rule is linked statically for the pur...Gravatar Lukacs Berki2016-07-27
* java_proto_library strict deps: add attributes for gradual migrationGravatar Carmi Grushko2016-07-27
* Linker outputs can optionally be configured from the CROSSTOOL. Introduces i...Gravatar Cal Peyser2016-07-27
* Change android resource shrinking to use the standard Proguard jar artifact.Gravatar Andrew Pellegrini2016-07-27
* Typo fixes in markdown and javadoc as suggested by intellij typo inspection.Gravatar Googler2016-07-27