aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/options/TurbineOptionsParser.java
AgeCommit message (Expand)Author
2022-01-27Automatic code cleanup.Liam Miller-Cushon
2021-09-23Improve major version handlingLiam Miller-Cushon
2021-05-24Don't require an argument for `--compress_jar`Liam Miller-Cushon
2021-05-21Fix NPEs in options parsingLiam Miller-Cushon
2021-03-13Comply with nullness analysisLiam Miller-Cushon
2021-02-26Allow turbine to parse JavaBuilder command linesLiam Miller-Cushon
2021-01-19Add private constructors for classes that aren't intended to be instantiatedLiam 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-02Long-overdue AutoValue conversion of TurbineOptionscushon
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
2019-01-28Perform best-effort unescaping of command line optionscushon
2019-01-28Add flag control for the reduced classpath optimizationcushon
2018-09-10Improve usage errorscushon
2018-04-10Migrate off jsr305 annotationscushon
2018-04-10Remove unused optionscushon
2018-03-12Tolerate empty params files in turbinecushon
2018-03-08Change the strict deps plugin to read jar owner from manifest.tomlu
2018-03-08Remove support for --rule_kindcushon
2018-03-08Remove deprecated rule_kind argument from Turbinecushon
2018-02-08Accept --target_label, --injecting_rule_kind in Turbine.tomlu
2018-01-26Change Turbine command lines to not require CustomMultiArgv.tomlu
2018-01-12Propagate --release flags from --javacopts to turbine's --release flagcushon
2018-01-11Require --javacopts to be terminated with --cushon
2018-01-11JDK 9 bootclasspath support: add support for --release and --systemcushon
2017-12-20Fix parsing of strict deps flagscushon
2017-12-19Add support for --javacopt flags terminated by `--` to turbinecushon
2017-12-19Fix parsing of unknown optionscushon
2017-12-05Stop splitting classpath argumentscushon
2017-12-05Add some params file validation to turbine options handlingcushon
2017-05-03Add a flag to control fallback to javac-turbinecushon
2017-04-13Fix escaping of '@' in turbine command linescushon
2017-03-09Disallow duplicate srcjars in javac-turbinecushon
2016-10-14Fork javac-turbine's option parsingcushon