aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/common/options/Option.java
Commit message (Expand)AuthorAge
* Remove wrapper options support.Gravatar ccalvarin2017-12-19
* Expand implicitRequirements in the location of the option that required it.Gravatar ccalvarin2017-10-13
* Deprecate wrapperOptions.Gravatar ccalvarin2017-09-21
* Update comments about the option processor.Gravatar ccalvarin2017-09-01
* Add OptionDefinition layer between the @Option annotation and its fields and ...Gravatar ccalvarin2017-08-22
* 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
* Enforce the new category and effect tags.Gravatar ccalvarin2017-07-03
* Add option tagging and categorizing enums.Gravatar ccalvarin2017-06-27
* Deprecate use of option category to describe documentation level / usage rest...Gravatar ccalvarin2017-04-19
* Remove the overloading of option category to cover documentation level.Gravatar ccalvarin2017-04-18
* Add expansion functions to options parserGravatar Jon Brandvein2017-03-22
* Create "internal" category of command-line options.Gravatar Michael Staib2017-03-20
* Polish the command-line reference.Gravatar Ulf Adams2016-06-27
* Fix OptionsParserImpl.clearValue (and invocation policy by extension) to workGravatar Alex Humesky2016-05-10
* Delete the defaultMultipleValue field from options and refactor the logic for...Gravatar Luis Fernando Pino Duque2016-04-20
* Add a new field to options called defaultMultipleValue which enables setting ...Gravatar Luis Fernando Pino Duque2016-03-21
* Adds an oldName attribute and a wrapperOption attribute to the @Option annota...Gravatar Alex Humesky2015-10-21
* 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
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25