aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/common/options/TestOptions.java
Commit message (Expand)AuthorAge
* Remove feature to allow expansion flags to have values.Gravatar ccalvarin2017-10-18
* Categorize build options for BuildConfiguration.Gravatar gregce2017-10-06
* Add new option categorization and tagging information to HelpCommand's output.Gravatar ccalvarin2017-09-27
* Options with oldNames will no longer get reported twice in the effective opti...Gravatar ccalvarin2017-09-11
* Fix terminal output expansion flag spacing & add implicit requirements.Gravatar ccalvarin2017-08-17
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Enforce the new category and effect tags.Gravatar ccalvarin2017-07-03
* Explicitly state the default options categories for options used in blaze tes...Gravatar ccalvarin2017-06-29
* Allow expansion flags to have values.Gravatar Googler2017-06-28
* Move InvocationPolicy to the options parser package.Gravatar ccalvarin2017-06-09