aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/java
Commit message (Expand)AuthorAge
* Add JavaSemantics.checkRule to Android rules.Gravatar Greg Estren2016-04-22
* Don't resolve --java_launcher for targets that opt outGravatar Liam Miller-Cushon2016-04-22
* 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
* 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
* Tokenize java_toolchain.miscGravatar Liam Miller-Cushon2016-04-19
* Allow empty 'jars' attribute in java_import.Gravatar Nathan Harmata2016-04-14
* --Gravatar Googler2016-04-12
* Stop passing --strict_java_deps to header compilation actionsGravatar Liam Miller-Cushon2016-04-12
* Add --host_java_toolchainGravatar Liam Miller-Cushon2016-04-07
* strip remote workspace path from java resourcesGravatar Steven Parkes2016-04-05
* Adds the output of -printconfiguration from proguard to the implicit outputs ofGravatar Alex Humesky2016-04-05
* Simplify some of the code around invoking proguard.Gravatar Alex Humesky2016-04-04
* Update the java flags to default as follows:Gravatar Luis Fernando Pino Duque2016-03-31
* fix passing JVM bootclasspath to proguard now that it's available (was empty ...Gravatar Googler2016-03-29
* Don't shell quote header compiler params filesGravatar Liam Miller-Cushon2016-03-24
* Add -forceprocessing to cause proguard to skip the step where it checks if th...Gravatar Googler2016-03-22
* Make ActionOwner a final class, since all non-test implementations were basic...Gravatar Janak Ramakrishnan2016-03-21
* Rollback of commit aac3b7ee0f1889c6afe4c0b4432d9f1597230dfb.Gravatar Kristina Chodorow2016-03-21
* Changing ProguardHelper to support a multipass variety of proguard.Gravatar Googler2016-03-18
* Refactor AndroidStudioInfoAspectTestBase.Gravatar Dmitry Lomov2016-03-18
* Update the java flags to default as follows:Gravatar Luis Fernando Pino Duque2016-03-18
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Compile base classpaths for Bazel Jack support in android_sdk.Gravatar Michael Staib2016-03-17
* Add merge() methods to some Java providers.Gravatar Carmi Grushko2016-03-17
* Make ProguardLibrary.collectLocalProguardSpecs and collectProguardSpecsFromAt...Gravatar Carmi Grushko2016-03-17
* Allow java_toolchain.ijar to be a fileGravatar Liam Miller-Cushon2016-03-15
* Update the java_langtools flag to default to @bazel_tools//tools/jdk:langtools.Gravatar Luis Fernando Pino Duque2016-03-15
* Update header compilation to handle implicit attribute suffixesGravatar Liam Miller-Cushon2016-03-15
* Expose more documentation to Skylark.Gravatar Dmitry Lomov2016-03-14
* Fix ClasspathConfiguredFragment bootclasspath collectionGravatar Liam Miller-Cushon2016-03-14
* Add a test for getDefaultJavacOptsFromRuleGravatar Liam Miller-Cushon2016-03-14
* Deprecate --javabuilder_jvmoptGravatar Liam Miller-Cushon2016-03-11
* RELNOTES: Set --legacy_bazel_java_test to off by default.Gravatar Damien Martin-Guillerez2016-03-04
* Don't return the Jvm label as an implicit label from the Jvm fragment.Gravatar Ulf Adams2016-03-02
* Add more tools to java_toolchainGravatar Liam Miller-Cushon2016-03-01
* Rename SpawnActionContext#isRemotable() to more appropriate willExecuteRemote...Gravatar Philipp Wollermann2016-02-28
* Simplifies AbstractWriteFileAction to pass the ActionExecutionContext directl...Gravatar Alex Humesky2016-02-26
* Expose information about transitive exports.Gravatar Dmitry Lomov2016-02-25
* Add bootclasspath and extdir configuration to java_toolchainGravatar Liam Miller-Cushon2016-02-25
* Allow overriding Javac options on android_library rules.Gravatar Ulf Adams2016-02-24
* Expose IDL information about Android targets to Skylark.Gravatar Dmitry Lomov2016-02-24
* Refactor JavaCommon: only one of initializeJavacOpts or initCommon is legal.Gravatar Ulf Adams2016-02-24
* Use ImmutableList for translations, and reformat Java{Binary,Library} a bit.Gravatar Ulf Adams2016-02-24
* Initialize JavaCommon.sources eagerly, rather than in initCommon().Gravatar Ulf Adams2016-02-24
* Remove last non-static call to JavaCommon.getRunfiles and the method itself.Gravatar Ulf Adams2016-02-23
* Make another JavaCommon method static to reduce reliance on mutability.Gravatar Ulf Adams2016-02-23
* Refactor the JavaSemantics interface to reduce reliance on mutable JavaCommon.Gravatar Ulf Adams2016-02-23