aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Fix LIPO with C++ header modules.Gravatar Manuel Klimek2016-04-21
* Refactor the Event class; always construct through static methods.Gravatar Ulf Adams2016-04-21
* --Gravatar Michael Staib2016-04-21
* Add a workspace name to Skylark repositoriesGravatar Kristina Chodorow2016-04-21
* Disable the generating .gcno files for .pcm compile actions. These can conflictGravatar Googler2016-04-21
* Adds manifest_values attribute to android_binary as a preliminary for removin...Gravatar Andrew Pellegrini2016-04-21
* Refactor CompilationSupport and IntermediateArtifacts to optionally take a Bu...Gravatar Chris Parsons2016-04-20
* Overwrite the WORKSPACE file for new_local_repositoryGravatar Kristina Chodorow2016-04-20
* Rename CppCompilationContext.getCompilationPrerequisites toGravatar Manuel Klimek2016-04-20
* Make java_toolchain.{javac,javabuilder,singlejar,genclass,ijar} mandatoryGravatar Liam Miller-Cushon2016-04-20
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Allow external repositories to have includes attributes that point to package...Gravatar Janak Ramakrishnan2016-04-19
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Add mechanism to crosstool language to specify action-specific execution requ...Gravatar Cal Peyser2016-04-19
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Rename LateBoundLabel#getDefault(Rule, AttributeMap, T) to #resolve().Gravatar Lukacs Berki2016-04-19
* Deprecate top-level Java toolchain flags in favour of java_toolchainGravatar Liam Miller-Cushon2016-04-19
* Check for the presence of an AndroidSdkProvider in JackAspect.Gravatar Michael Staib2016-04-19
* Tokenize java_toolchain.miscGravatar Liam Miller-Cushon2016-04-19
* Add the option to have non-interface dependencies. This can greatly speed upGravatar Googler2016-04-19
* Remove option to include transitive header module srcs in the compilation.Gravatar Googler2016-04-18
* Refactor the coverage report module to make it less stateful.Gravatar Ulf Adams2016-04-18
* Use DexBuilder tool such that it can be a persistent workerGravatar Googler2016-04-18
* Add a crunch_png attribute to android_binaryGravatar Googler2016-04-18
* Add cpp-style source processing to experimental_objc_library.Gravatar Cal Peyser2016-04-18
* Tests for apple_cc_toolchain.Gravatar Cal Peyser2016-04-18
* Introduces experimental_objc_library. This rule builds objc code with the c+...Gravatar Cal Peyser2016-04-18
* Fixed bugs for "bazel test" command on WindowsGravatar Yun Peng2016-04-15
* 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