aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/java/JavaCompileAction.java
Commit message (Expand)AuthorAge
* 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
* Reduce garbage generated from JavaCompileAction#getArtifactGeneralizedLabel.Gravatar tomlu2018-01-26
* Automated rollback of commit 8e006399c42830855da11898db6707ac9f759762.Gravatar eaftan2018-01-24
* Remove one use of CustomMultiArgv in JavaCompileAction.Gravatar tomlu2018-01-22
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Add support for native header outputs to {java,android}_libraryGravatar cushon2018-01-11
* Fix Action subclasses so that the execution platform is properly set inGravatar John Cater2018-01-04
* Terminate --javacopt flags with `--`Gravatar cushon2017-12-21
* Add --experimental_java_coverage.Gravatar elenairina2017-12-05
* Added execution platform to the ActionExecutionMetadata.Gravatar John Cater2017-12-04
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* 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
* Automated rollback of commit 411039319c1c67f2b9c8a7ada9e0a11d9bd4023f.Gravatar elenairina2017-09-28
* Rollforward change of Java coverage logic.Gravatar elenairina2017-09-26
* Remove concept of "processorFlags" from Bazel.Gravatar ajmichael2017-09-14
* Inline CustomCommandLine methods that can be expressed using VectorArg.Gravatar tomlu2017-09-12
* Automated rollback of commit 8d6fc64b18c7e35b93f5c43dae1dbd2f8cae2147.Gravatar plf2017-09-04
* Rolling forward Java coverage.Gravatar elenairina2017-09-01
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Improve CustomCommandLine interface.Gravatar tomlu2017-08-22
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Add @CompileTimeConstant annotations to CustomCommandLine.Gravatar tomlu2017-08-16
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-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
* Include annotation processor names in JavaCompileAction progress messagesGravatar cushon2017-07-31
* Automated rollback of commit a76c94be7c56b93fc5a2f9ececfba7ac1f61f69c.Gravatar laszlocsomor2017-07-18
* Add a java_toolchain.tools attributeGravatar cushon2017-07-17
* CustomCommandLine.Builder: clean up its interfaceGravatar laszlocsomor2017-07-17
* Remove hard-coded -Xbootclasspath/p flags for javac and turbine invocationsGravatar cushon2017-07-12
* Fix memory regression from CL/160891204.Gravatar tomlu2017-07-10
* Update SpawnAction to take an ActionEnvironmentGravatar ulfjack2017-07-05
* Don't join javabuilder classpath flagsGravatar cushon2017-05-19
* Automated g4 rollback of commit e9607dc5e72668c3bf360307d99af4bddbdc38bc.Gravatar xingao2017-05-19
* Remove methods from CommandLine, making it a simple argument list interface.Gravatar Googler2017-05-15
* Automated g4 rollback of commit ed3327827d654d42337bddb053cbd47ed921fe86.Gravatar cpeyser2017-05-11
* Fix precondition check for java_runtime.javahome.Gravatar Xin Gao2017-05-10
* Blaze now passes an extra flag to JavaBuilder, --testonly, toGravatar eaftan2017-05-05
* Avoid copying existing immutable collectionsGravatar cushon2017-04-11
* Upgrade Android data binding integration to work with newest libraries.Gravatar gregce2017-04-06
* Separate resource jar construction from compilationGravatar cushon2017-04-05
* Make JavaCompileAction subclass SpawnActionGravatar Liam Miller-Cushon2017-03-20
* Add sourcepath to java_common.compileGravatar Irina Iancu2017-03-20
* Consolidate JavaCompileAction command line flag handlingGravatar Liam Miller-Cushon2017-03-17
* Remove experimental Java min classpath optimizationGravatar Liam Miller-Cushon2017-03-12
* Pass the bootclasspath as a top-level JavaBuilder flagGravatar Liam Miller-Cushon2017-03-06