aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java_tools/buildjar/java/com/google/devtools/build/java/turbine/javac/JavacTurbineCompiler.java
Commit message (Expand)AuthorAge
* Always use `/` as the path separator for jar entriesGravatar cushon2018-05-25
* Normalize parameter name commentsGravatar cushon2018-04-27
* Tolerate empty bootclasspaths in javac-turbineGravatar cushon2018-04-05
* Fix javac-turbine diagnostic formatting to include source positionGravatar cushon2018-03-12
* Use a diagnostic listener, and match diagnostic codes for the reduced classpa...Gravatar cushon2018-02-14
* Use CacheFSInfoGravatar cushon2017-11-14
* Prepare processor classpath masking for Java 9Gravatar cushon2017-09-26
* Support direct classpaths in javac-turbineGravatar cushon2017-09-05
* Avoid windows-incompatible absolute path syntaxGravatar cushon2017-05-11
* Replace ZipOutputFileManager with the standard filemanager and JimFSGravatar Liam Miller-Cushon2017-03-24
* Disallow duplicate srcjars in javac-turbineGravatar Liam Miller-Cushon2017-03-06
* Remove javac-turbine hack to support a non-standard annotation processorGravatar Liam Miller-Cushon2017-02-22
* Ignore warnings for successful javac-turbine invocationsGravatar Liam Miller-Cushon2017-02-06
* Disable tree pruning for blacklisted annotation processorsGravatar Liam Miller-Cushon2016-04-07
* Handle more javacoptsGravatar Liam Miller-Cushon2016-04-01
* Turbine, a tool for improving Java build performanceGravatar Liam Miller-Cushon2016-02-10