aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/options/TurbineOptions.java
AgeCommit message (Expand)Author
2021-09-23Improve major version handlingLiam Miller-Cushon
2021-09-16Finish migrating to JSpecify annotationsLiam Miller-Cushon
2021-05-21Fix NPEs in options parsingLiam Miller-Cushon
2021-05-21Remove deprecated buildersLiam Miller-Cushon
2020-01-16Add support for writing 'manifest' protos to turbinecushon
2019-10-04Add --resource_outputcushon
2019-10-04Make --javacopts have merge semantics instead of last-option-winscushon
2019-10-02Delete a deprecated settercushon
2019-10-02Stop calling TurbineOptions.Builder#setTempDircushon
2019-10-02Long-overdue AutoValue conversion of TurbineOptionscushon
2019-09-30Remove deprecated shouldReduceClassPath gettercushon
2019-09-30Disable in-process reduced classpath fallback by defaultcushon
2019-09-25Add initial support for action custom metrics to Turbinecushon
2019-08-21Remove obsolete and unused 'javac fallback' flagcushon
2019-08-14Add flags to support reduced classpaths in bazelcushon
2019-08-07Add a --builtin_processors flagcushon
2019-06-15Add a couple of flags that might be useful latercushon
2018-09-10Improve usage errorscushon
2018-09-09Use java.util.Optional instead of guava's Optionalcushon
2018-04-10Migrate off jsr305 annotationscushon
2018-04-10Remove unused optionscushon
2018-03-08Change the strict deps plugin to read jar owner from manifest.tomlu
2018-03-08Remove deprecated rule_kind argument from Turbinecushon
2018-02-08Accept --target_label, --injecting_rule_kind in Turbine.tomlu
2018-01-26Refactor TurbineOptions to make jarToTarget/directJars the source ofcushon
2018-01-26Change Turbine command lines to not require CustomMultiArgv.tomlu
2018-01-11JDK 9 bootclasspath support: add support for --release and --systemcushon
2017-05-03Add a flag to control fallback to javac-turbinecushon
2017-04-27Add an option to disable the reduced classpath optimizationcushon
2017-03-09Disallow duplicate srcjars in javac-turbinecushon
2017-03-01Remove javac-turbine hack to support a non-standard annotation processorcushon
2017-01-27Repackage supertypes of compiled classes in the output jarcushon
2016-10-21Initial jdeps outputcushon
2016-10-14Fork javac-turbine's option parsingcushon