aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/common/options/OptionsParser.java
Commit message (Expand)AuthorAge
* Add new option categorization and tagging information to HelpCommand's output.Gravatar ccalvarin2017-09-27
* Create multiple ParamsFilePreProcessors to allow parsing files using the form...Gravatar apell2017-09-21
* 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
* Refactoring: OptionsParser now uses the visitor pattern to iterate over Blaze...Gravatar fwe2017-08-28
* Add OptionDefinition layer between the @Option annotation and its fields and ...Gravatar ccalvarin2017-08-22
* 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
* Fix printing of options categories in CLI helpGravatar brandjon2017-05-09
* Add a way for options classes to mark that they are skyframe-friendlyGravatar brandjon2017-04-27
* 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
* Fix an expansion flag issue where it expands to a repeatable flag.Gravatar ccalvarin2017-04-18
* Clean up clearValue and parsed option storage.Gravatar ccalvarin2017-04-05
* Add --all_incompatible_changes, the user's shorthand for turning on all --inc...Gravatar brandjon2017-04-03
* Add new exception for wrapping parser construction failuresGravatar brandjon2017-04-03
* 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
* Remove duplicate class.Gravatar Chloe Calvarin2017-03-06
* Enable parameter file support for excessively long commandlines.Gravatar Googler2017-01-25
* The help command can now output html for the command-line reference page.Gravatar Ulf Adams2016-06-22
* Fix OptionsParserImpl.clearValue (and invocation policy by extension) to workGravatar Alex Humesky2016-05-10
* Memoize the OptionsData per BlazeCommand.Gravatar Nathan Harmata2016-05-02
* Add explicit type arguments to unbreak java7 builds.Gravatar Janak Ramakrishnan2016-03-24
* Always apply invocation policy when constructing build options.Gravatar Janak Ramakrishnan2016-03-24
* Problem:Gravatar Googler2016-02-25
* Adds support for invocation policy to the canonicalize-flags command.Gravatar Alex Humesky2016-01-15
* Adds a mechanism for invocation policy. The policy is taken through the --inv...Gravatar Alex Humesky2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Alphabetically sort the list of flags for `bazel help --completion`Gravatar Damien Martin-Guillerez2015-09-03
* Added an help command to dump all options for completionGravatar Damien Martin-Guillerez2015-04-10
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25