aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Move split/no-split command-line decision to CppLinkAction.Gravatar Han-Wen Nienhuys2015-06-18
* Convert ActionContextProvider to an abstract class. This gets rid of a lot of...Gravatar Philipp Wollermann2015-06-18
* experimental_ios_test: Support non-xctestsGravatar Daniel Wagner-Hall2015-06-18
* Gets rid of unused actooloribtoolzip.Gravatar Googler2015-06-18
* Add two binary size optimizations when --compilation_mode=opt is specified:Gravatar Rumou Duan2015-06-18
* Support for allowedValues in skylark INT attributeGravatar Laurent Le Brun2015-06-17
* Add a tools/android/jack package to the Bazel tree so that Android rules actu...Gravatar Lukacs Berki2015-06-17
* Skylark: allow attributes to specify a list of allowed valuesGravatar Laurent Le Brun2015-06-17
* ios_test: Default xctest to 1 not 0Gravatar Daniel Wagner-Hall2015-06-17
* Add ability to compile objc_binary targets with Swift sources.Gravatar Googler2015-06-17
* Tag genrules as requiring darwin if they use a mac toolchain.Gravatar Peter Schmitt2015-06-17
* Default Android dependencies to a //external: label with a default binding to...Gravatar Lukacs Berki2015-06-16
* Create a value class PatternWithEquality to wrap Pattern so that equal string...Gravatar Janak Ramakrishnan2015-06-16
* Adds a new input and output to resource processing, symbols txt, which will b...Gravatar Googler2015-06-16
* Remove the debug_key attribute from android_binary and the associated -ks arg...Gravatar Lukacs Berki2015-06-16
* Rollback of commit 162d5b276e1539b1acc44afcd4a4ccadcf99023a.Gravatar Googler2015-06-15
* Expose libc string to SkylarkGravatar Googler2015-06-15
* Add skylark methods to return the flags and includes needed to compile a target.Gravatar Googler2015-06-15
* 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