index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
test
/
java
/
com
/
google
/
devtools
/
common
/
options
/
OptionsDataTest.java
Commit message (
Expand
)
Author
Age
*
Options with oldNames will no longer get reported twice in the effective opti...
ccalvarin
2017-09-11
*
Move final static option checks to compile time.
ccalvarin
2017-09-01
*
Move caching of OptionDefinitions to be static, and remove uncached extractio...
ccalvarin
2017-09-01
*
Move static converter legality checks to compile time.
ccalvarin
2017-08-31
*
Move default value & converter finding logic to the OptionDefinition class.
ccalvarin
2017-08-30
*
Add OptionDefinition layer between the @Option annotation and its fields and ...
ccalvarin
2017-08-22
*
Make the @Option annotation depend on the java version of the tagging enums.
ccalvarin
2017-07-18
*
Explicitly state the default options categories for options used in blaze tes...
ccalvarin
2017-06-29
*
Require that flags with static expansions be of Void type.
ccalvarin
2017-06-07
*
Migrate tests to Truth.
lberki
2017-05-29
*
Deprecate use of option category to describe documentation level / usage rest...
ccalvarin
2017-04-19
*
Add ordering semantics for cached options data
brandjon
2017-04-18
*
Refactor options tests into a new file
brandjon
2017-04-18