aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
...
* Don't crash if a Java rule has multiple of the same resource.Gravatar Michael Staib2015-06-15
* Fix typo in error message when the same file is in both srcs and hdrs.Gravatar Googler2015-06-15
* Allow private header files in the srcs attribute of objc_* rules.Gravatar Googler2015-06-15
* Adds the JackAspect for Jack support for Java dependencies.Gravatar Michael Staib2015-06-15
* Migrate C++ link action .params files to the Blaze-standard ParameterFileWrit...Gravatar Eric Fellheimer2015-06-15
* Various odds and ends in preparation for adding the Android rules to BazelRul...Gravatar Lukacs Berki2015-06-12
* Add link_flags and libs methods to the C++ Skylark APIGravatar Cody Schroeder2015-06-12
* Expose CppConfiguration tool paths to SkylarkGravatar Googler2015-06-12
* Add some clarifying comments to CppCompilationContext.Gravatar Han-Wen Nienhuys2015-06-12
* Cosmetic fixes in rules/cpp/ .Gravatar Han-Wen Nienhuys2015-06-11
* Bugfix: actually link in the split stub application for "blaze mobile-install...Gravatar Lukacs Berki2015-06-11
* Perform resource path munging at the provider level.Gravatar Michael Staib2015-06-11
* Fix xctest_app sources not showing up in ios_test coverage.Gravatar Googler2015-06-11
* Fix bug where J2ObjC was reading Java files using the platform encoding.Gravatar Googler2015-06-11
* Description redacted.Gravatar Lukacs Berki2015-06-10
* Handle exceptions encountered resolving packages during the execution phaseGravatar Michajlo Matijkiw2015-06-10
* Merges class jars specified as srcs into the android library class jar in ord...Gravatar Andrew Pellegrini2015-06-10
* Enable AndroidBinary to dex with Jack.Gravatar Michael Staib2015-06-10
* Some small, random fixes for JavaBuilder that increase error reporting, fix J...Gravatar Philipp Wollermann2015-06-10
* Support --run_under in Bazel.Gravatar Han-Wen Nienhuys2015-06-10
* Make Java transitive runtime and compile time deps available to Skylark.Gravatar Erik Kuefler2015-06-09
* Make it possible to put the Crosstool proto in BUILD files.Gravatar Lukacs Berki2015-06-09
* Refactoring: PseudoAction ctor "inputs" argument is now a NestedSet.Gravatar Laszlo Csomor2015-06-09
* Remove unneeded parameter from LocalGccStrategy.Gravatar Philipp Wollermann2015-06-08
* Implement "More flexible strategy flag for Bazel".Gravatar Philipp Wollermann2015-06-08
* Changes zip filtering of the test APK to use the last jar before dexing from ...Gravatar Googler2015-06-08
* Expand JavaSourceInfoProvider to provide more fine-grained sources.Gravatar Michael Staib2015-06-08
* Rollback of commit 25f07c5f1ae826d748a4dac61f3adf3deb4edc8f.Gravatar Googler2015-06-08
* Add the JackCompilationHelper to Bazel.Gravatar Michael Staib2015-06-08
* Add --with_aspect_deps flag to blaze query. This flag should produce addition...Gravatar Lukacs Berki2015-06-05
* Rollback of unknown previous commit.Gravatar Googler2015-06-05
* Deduplicate generated resources from multiple architectures.Gravatar Peter Schmitt2015-06-05
* Remove the dynamic tool launcher, now that the android tools are static.Gravatar Googler2015-06-05
* Deduplicate include directories when include scanning.Gravatar Janak Ramakrishnan2015-06-05
* Make source jars from java_library available to Skylark.Gravatar Erik Kuefler2015-06-05
* Allow objc_{library,binary} to depend on cc_library.Gravatar Peter Schmitt2015-06-05
* Allow absolute system includes if they're builtins.Gravatar Peter Schmitt2015-06-05
* Pass Bazel client workspace root to XcodeGen.Gravatar Rumou Duan2015-06-03
* Make sure that all system includes that are specified in the CROSSTOOL file a...Gravatar Janak Ramakrishnan2015-06-03
* Skylark - delete deprecated ctx.target(s)Gravatar Laurent Le Brun2015-06-02
* Update comments - it's not experimental anymore.Gravatar Laurent Le Brun2015-06-02
* Add the --sysroot argument even if it is the default for the particular Cross...Gravatar Lukacs Berki2015-06-01
* Use the -nf option of ApkBuilder (which is available in the Android SDK) inst...Gravatar Lukacs Berki2015-06-01
* Changes the android rules to invoke jarjar directly instead of through a script.Gravatar Alex Humesky2015-06-01
* Change the contract of IncludeScanner#process to include the original sources...Gravatar Janak Ramakrishnan2015-06-01
* Attach runfiles middlemen to py-binary data runfilesGravatar Michajlo Matijkiw2015-06-01
* Expose Python provider to SkylarkGravatar Laurent Le Brun2015-06-01
* Skylark: Expose proto providers in a cleaner way.Gravatar Laurent Le Brun2015-06-01
* Use an aspect to calculate the Android neverlink libraries.Gravatar Lukacs Berki2015-05-29
* Add options for Android compilation with Jack.Gravatar Michael Staib2015-05-29