Sign in
bazel
/
bazel
/
41f2974d50aaafe713d938866ee17b03c58bec00
/
src
/
main
/
java
/
com
/
google
/
devtools
/
common
/
options
/
IsolatedOptionsData.java
41f2974
Move option tag checks to compile time.
by ccalvarin
· 8 years ago
e8aae03
Add OptionDefinition layer between the @Option annotation and its fields and the options parser.
by ccalvarin
· 8 years ago
c69dbf8
Use cached values for option converter types.
by ccalvarin
· 8 years ago
c82a197
Make the @Option annotation depend on the java version of the tagging enums.
by ccalvarin
· 8 years ago
456adb2
Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetadataTags.
by ccalvarin
· 8 years ago
59a0e4f
Enforce the new category and effect tags.
by ccalvarin
· 8 years ago
987715b
Require that flags with static expansions be of Void type.
by ccalvarin
· 8 years ago
ca600bf
Remove support of --no_ prefix for boolean flags.
by ccalvarin
· 8 years ago
46da1fc
Add a way for options classes to mark that they are skyframe-friendly
by brandjon
· 8 years ago
f9efa42
Don't hard remove --no_, give a warning first.
by ccalvarin
· 8 years ago
5d10426
Deprecate use of option category to describe documentation level / usage restrictions.
by ccalvarin
· 8 years ago
91e4ded
Add ordering semantics for cached options data
by brandjon
· 8 years ago
681f433
Remove --no_ support.
by ccalvarin
· 8 years ago
9426175
Add --all_incompatible_changes, the user's shorthand for turning on all --incompatible_* flags
by brandjon
· 8 years ago
584dc71
Watch for --no and --no_ flag name conflicts.
by ccalvarin
· 8 years ago
22d261c
Add expansion functions to options parser
by Jon Brandvein
· 8 years ago