aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/common/options/OptionsDataTest.java
Commit message (Expand)AuthorAge
* Options with oldNames will no longer get reported twice in the effective opti...Gravatar ccalvarin2017-09-11
* Move final static option checks to compile time.Gravatar ccalvarin2017-09-01
* Move caching of OptionDefinitions to be static, and remove uncached extractio...Gravatar ccalvarin2017-09-01
* Move static converter legality checks to compile time.Gravatar ccalvarin2017-08-31
* Move default value & converter finding logic to the OptionDefinition class.Gravatar ccalvarin2017-08-30
* 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
* Explicitly state the default options categories for options used in blaze tes...Gravatar ccalvarin2017-06-29
* Require that flags with static expansions be of Void type.Gravatar ccalvarin2017-06-07
* Migrate tests to Truth.Gravatar lberki2017-05-29
* Deprecate use of option category to describe documentation level / usage rest...Gravatar ccalvarin2017-04-19
* Add ordering semantics for cached options dataGravatar brandjon2017-04-18
* Refactor options tests into a new fileGravatar brandjon2017-04-18