aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/common/options/OptionsParserImpl.java
Commit message (Expand)AuthorAge
* Remove alphabetical sorting of options in the canonical list.Gravatar ccalvarin2018-04-09
* Warn about config expansions as we do for other expansions.Gravatar ccalvarin2017-12-21
* Remove wrapper options support.Gravatar ccalvarin2017-12-19
* Change config expansion application order, gated by startup flag --expand_con...Gravatar ccalvarin2017-11-20
* Cleanup stream use in canonical list of options.Gravatar ccalvarin2017-11-06
* Switch on tracking of specific option priorities.Gravatar ccalvarin2017-11-03
* Compute canonical list of options using OptionValueDescription's tracking of ...Gravatar ccalvarin2017-10-30
* Track expansions in OptionValueDescription.Gravatar ccalvarin2017-10-23
* Remove feature to allow expansion flags to have values.Gravatar ccalvarin2017-10-18
* Track Option placement within a priority category.Gravatar ccalvarin2017-10-18
* Expand implicitRequirements in the location of the option that required it.Gravatar ccalvarin2017-10-13
* Add new option categorization and tagging information to HelpCommand's output.Gravatar ccalvarin2017-09-27
* Move the canonicalization of an option value to the option value itself.Gravatar ccalvarin2017-09-27
* Track the origin of an option in the option instance, not its final value.Gravatar ccalvarin2017-09-21
* Track all option instances.Gravatar ccalvarin2017-09-21
* Cleanup of expansion option namingGravatar ccalvarin2017-09-21
* Treat parsed option values differently by option type.Gravatar ccalvarin2017-09-19
* Throw away the confusing UnparsedOptionValueDescription name.Gravatar ccalvarin2017-09-18
* Pass the UnparsedOptionValues when setting or adding option values.Gravatar ccalvarin2017-09-14
* Consolidate the "unparsed" option value tracking.Gravatar ccalvarin2017-09-14
* Move option value tracking classes to their own file.Gravatar ccalvarin2017-09-13
* Replace referrals to options by their name to option definitions.Gravatar ccalvarin2017-09-12
* Option value tracking should refer to the option definitions, not just track ...Gravatar ccalvarin2017-09-11
* Options with oldNames will no longer get reported twice in the effective opti...Gravatar ccalvarin2017-09-11
* Move caching of OptionDefinitions to be static, and remove uncached extractio...Gravatar ccalvarin2017-09-01
* Move default value & converter finding logic to the OptionDefinition class.Gravatar ccalvarin2017-08-30
* Add OptionDefinition layer between the @Option annotation and its fields and ...Gravatar ccalvarin2017-08-22
* Use cached values for option converter types.Gravatar ccalvarin2017-08-16
* PolishingGravatar Jonathan Bluett-Duncan2017-08-09
* Migrate the options parser to java8 functions.Gravatar ccalvarin2017-07-26
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Allow expansion flags to have values.Gravatar Googler2017-06-28
* Use ImmutableList for Option expansion functionsGravatar Googler2017-06-08
* Remove support of --no_ prefix for boolean flags.Gravatar ccalvarin2017-06-01
* Don't hard remove --no_, give a warning first.Gravatar ccalvarin2017-04-20
* Add a way of constructing OptionsBase subclass instances from mapsGravatar brandjon2017-04-20
* Deprecate use of option category to describe documentation level / usage rest...Gravatar ccalvarin2017-04-19
* Eliminate some middleman methodsGravatar brandjon2017-04-18
* Remove the overloading of option category to cover documentation level.Gravatar ccalvarin2017-04-18
* Remove --no_ support.Gravatar ccalvarin2017-04-07
* Add integration test for --all_incompatible_changes flag conflictsGravatar brandjon2017-04-05
* Clean up clearValue and parsed option storage.Gravatar ccalvarin2017-04-05
* Watch for --no and --no_ flag name conflicts.Gravatar ccalvarin2017-03-31
* Expand Invocation FlagPolicies on expansion flags.Gravatar ccalvarin2017-03-31
* Add expansion functions to options parserGravatar Jon Brandvein2017-03-22
* Create "internal" category of command-line options.Gravatar Michael Staib2017-03-20
* Refactor options converter logicGravatar Jon Brandvein2017-03-20
* Remove duplicate class.Gravatar Chloe Calvarin2017-03-06
* Enable parameter file support for excessively long commandlines.Gravatar Googler2017-01-25