aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/common/options/IsolatedOptionsData.java
Commit message (Expand)AuthorAge
* Consolidate the "unparsed" option value tracking.Gravatar ccalvarin2017-09-14
* 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
* Move option tag checks to compile time.Gravatar ccalvarin2017-08-25
* Add OptionDefinition layer between the @Option annotation and its fields and ...Gravatar ccalvarin2017-08-22
* Use cached values for option converter types.Gravatar ccalvarin2017-08-16
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Enforce the new category and effect tags.Gravatar ccalvarin2017-07-03
* Require that flags with static expansions be of Void type.Gravatar ccalvarin2017-06-07
* Remove support of --no_ prefix for boolean flags.Gravatar ccalvarin2017-06-01
* Add a way for options classes to mark that they are skyframe-friendlyGravatar brandjon2017-04-27
* Don't hard remove --no_, give a warning first.Gravatar ccalvarin2017-04-20
* 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
* Remove --no_ support.Gravatar ccalvarin2017-04-07
* Add --all_incompatible_changes, the user's shorthand for turning on all --inc...Gravatar brandjon2017-04-03
* Watch for --no and --no_ flag name conflicts.Gravatar ccalvarin2017-03-31
* Add expansion functions to options parserGravatar Jon Brandvein2017-03-22