summaryrefslogtreecommitdiff
path: root/java/com/google/devtools/common/options/OptionDefinition.java
AgeCommit message (Expand)Author
2018-05-04Remove category checking from incompatible changes.ccalvarin
2018-05-04Remove wrapper options support.ccalvarin
2017-11-29Compute canonical list of options using OptionValueDescription's tracking of ...ccalvarin
2017-10-24Track Option placement within a priority category.ccalvarin
2017-09-22Cleanup of expansion option namingccalvarin
2017-09-22Introduce "bazel help flags-as-proto" to print information about supported fl...fwe
2017-09-22Consolidate the "unparsed" option value tracking.ccalvarin
2017-09-12Replace referrals to options by their name to option definitions.ccalvarin
2017-09-06Move caching of OptionDefinitions to be static, and remove uncached extractio...ccalvarin
2017-09-06Move static converter legality checks to compile time.ccalvarin
2017-08-30Move default value & converter finding logic to the OptionDefinition class.ccalvarin
2017-08-25Add OptionDefinition layer between the @Option annotation and its fields and ...ccalvarin