aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/java/JavaCompilationHelper.java
Commit message (Expand)AuthorAge
* Generalize fix to not emit a -gensrc.jar if the annotation processor classpat...Gravatar cushon2018-07-26
* Add support for data dependencies to java_plugin and java_package_configurationGravatar cushon2018-07-25
* Automated rollback of commit ce8f52060e2cf1e5a49a522039f0cba2a340f7e3.Gravatar cushon2018-07-25
* Automated rollback of commit f4a3dd9b8124dc7b2795f89e6700881b66371e4f.Gravatar lberki2018-07-12
* Refactor handling of API generation in JavaPluginInfoProviderGravatar cushon2018-07-11
* PiperOrigin-RevId: 203352511Gravatar twerth2018-07-05
* Flatten JavaCompilationAgs into JavaCompilationArgsProviderGravatar cushon2018-06-26
* Consolidate handling of jar files in depsGravatar cushon2018-04-19
* Create gen source jar in java_common.compile().Gravatar elenairina2018-04-16
* Automated rollback of commit 48e205a19bed1cccaa51c7bbfbef6c2fbe47e3de.Gravatar ruperts2018-03-16
* Modify the Java rules to take in JavaInfoGravatar elenairina2018-03-14
* Implement support for sourceFiles parameter in JavaInfo constructor.Gravatar dbabkin2018-03-06
* Add --experimental_fix_deps_tool flag to BazelGravatar Googler2018-03-05
* Pass --target_label, --injecting_rule_kind to all java compile actions.Gravatar tomlu2018-02-14
* Make blaze stop passing --rule_kind to java tools.Gravatar tomlu2018-02-09
* Automated rollback of commit 8e006399c42830855da11898db6707ac9f759762.Gravatar eaftan2018-01-24
* Move all code to lookup JavaRuntimeInfo to static methods onGravatar John Cater2018-01-23
* Clean up after https://github.com/bazelbuild/bazel/commit/3864a45afa368473a4a...Gravatar cushon2018-01-15
* Add support for native header outputs to {java,android}_libraryGravatar cushon2018-01-11
* Remove code that used to support --javabase=<absolute path>.Gravatar lberki2018-01-08
* [java_common.compile] Name output source jar relative to the output jar nameGravatar elenairina2017-12-12
* Add --experimental_java_coverage.Gravatar elenairina2017-12-05
* Create the output source jar in java_common.compileGravatar elenairina2017-11-29
* Automated rollback of commit a6ed4c01d374bcf98bf39c1efc12a0f4f20fe313.Gravatar elenairina2017-11-27
* Create the output source jar in java_common.compileGravatar elenairina2017-11-24
* Convert JavaToolchainProvider to a concrete class, and a subclass of Toolchai...Gravatar jcater2017-11-17
* Allow JavaBuilder to be an arbitrary executable.Gravatar cushon2017-11-10
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Move expansion functionality to a new classGravatar ulfjack2017-09-29
* Automated rollback of commit 411039319c1c67f2b9c8a7ada9e0a11d9bd4023f.Gravatar elenairina2017-09-28
* Rollforward change of Java coverage logic.Gravatar elenairina2017-09-26
* Defer expanding sources to path fragments until execution for source jar acti...Gravatar tomlu2017-09-19
* Expose full compile time jars in SkylarkGravatar elenairina2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Avoid flattening nested sets when constructing SingleJar source jar.Gravatar tomlu2017-09-15
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Remove concept of "processorFlags" from Bazel.Gravatar ajmichael2017-09-14
* Automated rollback of commit 8d6fc64b18c7e35b93f5c43dae1dbd2f8cae2147.Gravatar plf2017-09-04
* Rolling forward Java coverage.Gravatar elenairina2017-09-01
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-24
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Automated rollback of commit 8adcf839c5c42defaa2fabedfb0208e4ce97ac95.Gravatar ajmichael2017-08-10
* Improve CustomCommandLine.Gravatar tomlu2017-08-10
* Change logic of Blaze Java coverage.Gravatar elenairina2017-08-08
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Add a java_toolchain.tools attributeGravatar cushon2017-07-17
* Remove all non-essential call sites of methods on Jvm.Gravatar lberki2017-07-07