aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* 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
* Refactor J2ObjCSrcsProvider to have a builder, allowing us to move logic out ...Gravatar Googler2015-05-29
* Create a Skylark API for C++ rules.Gravatar Laurent Le Brun2015-05-29
* RELNOTES: Attribute error messages related to Android resources are easier to...Gravatar Philipp Wollermann2015-05-27
* Extract version numbers that look like "..._1.2.3_..." from BUILD_EMBED_LABEL...Gravatar Googler2015-05-27
* Rollback of commit 3e66823d81b6432953f8fa4105a82c3fe605239e.Gravatar Laurent Le Brun2015-05-27
* Give each extra action script file a unique name to avoid action conflicts wh...Gravatar Janak Ramakrishnan2015-05-27
* Adds tools for building Android apps.Gravatar Alex Humesky2015-05-27
* TestRunnerAction attaches runfilesGravatar Michajlo Matijkiw2015-05-26
* Include all input files in the "files" count in the description of a JavaComp...Gravatar Lukacs Berki2015-05-22
* Expose Proto providers to Skylark for experimentation.Gravatar Laurent Le Brun2015-05-22
* Documentation fixes.Gravatar Laurent Le Brun2015-05-22
* Expose more CppConfiguration functions to Skylark.Gravatar Laurent Le Brun2015-05-22
* Minor cleanup, use "failure" instead of "error" for consistency with the attr...Gravatar Laurent Le Brun2015-05-22
* Fixes for several issues with using ibtool.Gravatar Googler2015-05-22
* Add the contents of the main_dex_list attribute to the command line of the ma...Gravatar Lukacs Berki2015-05-21
* Rollback of commit b66898e44d79ef67f856eaeae711bb461564a3c1.Gravatar Peter Schmitt2015-05-21
* Allow objc_{library,binary} to depend on cc_library.Gravatar Peter Schmitt2015-05-21
* Have ConfiguredTargetFactory subclasses declare which FragmentOptionsGravatar Greg Estren2015-05-21
* Skylark: Remove deprecated ctx.target(s) attribute.Gravatar Laurent Le Brun2015-05-21
* Skylark: Improve documentation related to Shell commands.Gravatar Laurent Le Brun2015-05-21
* Teach TargetPatterns "getDirectory" and "contains"Gravatar Mark Schaller2015-05-21
* Add a --javac_extdir flag to enable configuring the javac -extdirs flagGravatar Liam Miller-Cushon2015-05-21
* Add jvm_opts attribute to the java_toolchain ruleGravatar Damien Martin-Guillerez2015-05-21
* Add a converter for enum flags that can also be boolean.Gravatar Googler2015-05-21
* Move the source code of the Android rules to the Bazel tree.Gravatar Lukacs Berki2015-05-19
* Simplify bundle merging information.Gravatar Peter Schmitt2015-05-19
* Always set Runfiles suffix in runfiles Skylark functionGravatar Ross Light2015-05-18
* Switch to a CROSSTOOL feature for include flags.Gravatar Brian Silverman2015-05-18
* Simplify OptionsProvider logic.Gravatar Peter Schmitt2015-05-15
* Pass PathFragments (relative to the exec root) instead of Paths to the includ...Gravatar Janak Ramakrishnan2015-05-15
* Add --compiler support for configurable attributes.Gravatar Greg Estren2015-05-15
* RELNOTES: Easier import paths for j2objc headers.Gravatar Googler2015-05-15
* Simplify ConfiguredTarget construction.Gravatar Peter Schmitt2015-05-15
* Attach runfiles to TestTargetExecutionSettingsGravatar Michajlo Matijkiw2015-05-15
* Adds a provider that exports Java source information. Adds some testing suppo...Gravatar Googler2015-05-15
* Require fetch for external dependenciesGravatar Kristina Chodorow2015-05-15
* Skylark: Add an empty argument after bash -c 'arg'.Gravatar Laurent Le Brun2015-05-15
* Skylark doc for action.mnemonicGravatar Laurent Le Brun2015-05-15
* Skylark: Fix bug that prevented functions generating rules.Gravatar Laurent Le Brun2015-05-15
* Clean up obcj rules by removing ObjcActionsBuilder.Gravatar Peter Schmitt2015-05-15
* Make ObjcBundleLibrary use the "families" attribute.Gravatar David Santiago2015-05-15