summaryrefslogtreecommitdiff
path: root/java/com/google/devtools/common/options/Option.java
AgeCommit message (Expand)Author
2017-10-24Expand implicitRequirements in the location of the option that required it.ccalvarin
2017-09-22Deprecate wrapperOptions.ccalvarin
2017-09-06Update comments about the option processor.ccalvarin
2017-08-25Add OptionDefinition layer between the @Option annotation and its fields and ...ccalvarin
2017-07-20Make the @Option annotation depend on the java version of the tagging enums.ccalvarin
2017-07-20Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...ccalvarin
2017-07-20Enforce the new category and effect tags.ccalvarin
2017-06-30Add option tagging and categorizing enums.ccalvarin
2017-04-27Deprecate use of option category to describe documentation level / usage rest...ccalvarin
2017-04-18Remove the overloading of option category to cover documentation level.ccalvarin
2017-03-22Add expansion functions to options parserJon Brandvein
2017-03-22Create "internal" category of command-line options.Michael Staib
2017-02-16Polish the command-line reference.Ulf Adams
2017-02-16Fix OptionsParserImpl.clearValue (and invocation policy by extension) to workAlex Humesky
2017-02-16Delete the defaultMultipleValue field from options and refactor the logic for...Luis Fernando Pino Duque
2017-02-16Add a new field to options called defaultMultipleValue which enables setting ...Luis Fernando Pino Duque
2017-02-16Adds an oldName attribute and a wrapperOption attribute to the @Option annota...Alex Humesky
2017-02-16Adds a mechanism for invocation policy. The policy is taken through the --inv...Alex Humesky
2017-02-16Rationalize copyright headersDamien Martin-Guillerez
2017-02-16Added an help command to dump all options for completionDamien Martin-Guillerez