aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Remove the directories field from RepositoryDelegatorFunction.Gravatar Ulf Adams2016-04-15
* Allows CcLibraryHelper's acceptance of objc source to be paramaterized. For ...Gravatar Cal Peyser2016-04-15
* Say which target is being processed in the progress message for Android resourceGravatar Alex Humesky2016-04-15
* Do not collide intermediate and final output dsym artifacts.Gravatar Peter Schmitt2016-04-14
* Rollback of commit bbf59ed1be85354457ad1d8123cc1973aa3ba298.Gravatar Florian Weikert2016-04-14
* Introduce TreeFileArtifact, which represents files under TreeArtifacts.Gravatar Rumou Duan2016-04-14
* Make ObjcProvider keys accessible to skylark. This is necessary to allowGravatar Cal Peyser2016-04-14
* RELNOTES[INC]: Bazel warns if a cc rule's includes attribute points out of th...Gravatar Janak Ramakrishnan2016-04-14
* Allow empty 'jars' attribute in java_import.Gravatar Nathan Harmata2016-04-14
* Correctly set up build variables for the correct pic mode for fake_binaryGravatar Manuel Klimek2016-04-14
* Introduces experimental_objc_library. This rule builds objc code with the c+...Gravatar Cal Peyser2016-04-13
* Set --crosstool_top=@bazel_tools//tools/cpp:toolchain by default.Gravatar Luis Fernando Pino Duque2016-04-13
* More detailed error message for sandbox failures in test, when --sandbox_debu...Gravatar Yue Gan2016-04-13
* Document the difference between actions and genrules since the question has c...Gravatar Dave MacLachlan2016-04-12
* RELNOTES[INC]: It is now an error for a cc rule's includes attribute to point...Gravatar Janak Ramakrishnan2016-04-12
* --Gravatar Googler2016-04-12
* Stop passing --strict_java_deps to header compilation actionsGravatar Liam Miller-Cushon2016-04-12
* Run test in standalone mode with "local = 1". Fixes #1052.Gravatar Yue Gan2016-04-08
* ios_device attribute "xcode", which takes an "xcode_version" target to select...Gravatar Chris Parsons2016-04-08
* Provide ResourceShrinker with the generated R.java packages in addition to pa...Gravatar Andrew Pellegrini2016-04-08
* Remove incorrect exec() on well_known_protos dependency.Gravatar Peter Schmitt2016-04-07
* Add --host_java_toolchainGravatar Liam Miller-Cushon2016-04-07
* Allow actions to specify if extra actions can attach to them.Gravatar Janak Ramakrishnan2016-04-07
* Allow the action that calls proto-compiler, to do so using a params file.Gravatar Carmi Grushko2016-04-07
* Clean the API of ProtoCompileAction, in preparation for making the proto-comp...Gravatar Carmi Grushko2016-04-07
* Remove SkylarkAspectClass.getDefintion.Gravatar Dmitry Lomov2016-04-07
* Expose ObjcConfiguration to Skylark as fragment "objc" along with callable me...Gravatar Erik Abair2016-04-07
* Remove AspectClass.getDefinitionGravatar Dmitry Lomov2016-04-07
* Eliminate BuildConfiguration.Fragment#prepareForExecutionPhase().Gravatar Lukacs Berki2016-04-07
* Move FDO support to the analysis phase by wrapping FdoSupport in its own SkyF...Gravatar Lukacs Berki2016-04-07
* Skylark docs: fix ctx.file and ctx.files.Gravatar Laszlo Csomor2016-04-07
* Fix incremental dexing with bazel testGravatar Googler2016-04-07
* Override any existing watch stubs and watch application bundle artifacts when...Gravatar Googler2016-04-07
* Removing left over debug warning.Gravatar Googler2016-04-07
* strip remote workspace path from java resourcesGravatar Steven Parkes2016-04-05
* Add the preinclude files to the mandatory input list of C++ compile actions.Gravatar Lukacs Berki2016-04-05
* Add 'apple_watch1_extension' and 'apple_watch_extension_binary' to support bu...Gravatar Googler2016-04-05
* transition to two blaze flags for incremental dexingGravatar Googler2016-04-05
* Adds the output of -printconfiguration from proguard to the implicit outputs ofGravatar Alex Humesky2016-04-05
* Introduce a seperate name to distinguish the objc provider passed from native...Gravatar Cal Peyser2016-04-05
* Correctly generates the expected file names of the generated protos when the ...Gravatar Googler2016-04-05
* Introduces action_config. Does this by:Gravatar Cal Peyser2016-04-05
* Expose AppleToolchain to skylark.Gravatar Cal Peyser2016-04-05
* Dig out the builtin include file from the filegroup of libc_top instead of sp...Gravatar Lukacs Berki2016-04-04
* Simplify some of the code around invoking proguard.Gravatar Alex Humesky2016-04-04
* *_test rules now return an .xctest.dSYM bundle.Gravatar Googler2016-04-01
* Remove BuildConfiguration#supportsIncrementalBuild , which is apparently unused.Gravatar Lukacs Berki2016-04-01
* Make local_repository's interpretation of 'path' match the other rules'Gravatar Kristina Chodorow2016-04-01
* Allow .o files as sources for objc builds.Gravatar Cal Peyser2016-04-01
* Support labels in new_{http,local}_repository's build_file attributeGravatar Damien Martin-Guillerez2016-03-31