summaryrefslogtreecommitdiff
path: root/java/com/google/devtools/common/options/OptionsUsage.java
AgeCommit message (Expand)Author
2017-10-24Remove feature to allow expansion flags to have values.ccalvarin
2017-10-24Add new option categorization and tagging information to HelpCommand's output.ccalvarin
2017-09-22Cleanup of expansion option namingccalvarin
2017-09-22Consolidate the "unparsed" option value tracking.ccalvarin
2017-09-06Move caching of OptionDefinitions to be static, and remove uncached extractio...ccalvarin
2017-08-30Move default value & converter finding logic to the OptionDefinition class.ccalvarin
2017-08-25Add OptionDefinition layer between the @Option annotation and its fields and ...ccalvarin
2017-08-18Fix expansion option output formatting in html outputccalvarin
2017-08-17Fix terminal output expansion flag spacing & add implicit requirements.ccalvarin
2017-08-17Use cached values for option converter types.ccalvarin
2017-08-17PolishingJonathan Bluett-Duncan
2017-06-30Allow expansion flags to have values.Googler
2017-06-16Use ImmutableList for Option expansion functionsGoogler
2017-04-18Eliminate some middleman methodsbrandjon
2017-04-18Add ordering semantics for cached options databrandjon
2017-03-22Add expansion functions to options parserJon Brandvein
2017-03-22Refactor options converter logicJon Brandvein
2017-02-16Polish the command-line reference.Ulf Adams
2017-02-16Fix expansion rendering in help html output.Ulf Adams
2017-02-16Fix anchors in the help page. Doh!Ulf Adams
2017-02-16Add anchors to the flags in the HTML help output.Ulf Adams
2017-02-16The help command can now output html for the command-line reference page.Ulf Adams
2017-02-16Rationalize copyright headersDamien Martin-Guillerez
2017-02-16Added an help command to dump all options for completionDamien Martin-Guillerez