summaryrefslogtreecommitdiff
path: root/java/com/google/devtools/common/options/OptionValueDescription.java
AgeCommit message (Expand)Author
2018-05-04Clean up code that directly imports nested classes like Builder, Entry, etc.jcater
2018-05-04Warn about config expansions as we do for other expansions.ccalvarin
2018-05-04Remove wrapper options support.ccalvarin
2017-11-29Fix canonical option list for options that implicitly require options with al...ccalvarin
2017-11-29Change config expansion application order, gated by startup flag --expand_con...ccalvarin
2017-11-29Switch on tracking of specific option priorities.ccalvarin
2017-11-29Compute canonical list of options using OptionValueDescription's tracking of ...ccalvarin
2017-10-24Track expansions in OptionValueDescription.ccalvarin
2017-10-24Track Option placement within a priority category.ccalvarin
2017-10-24Make option conflicts less spammy.ccalvarin
2017-10-24Report the structured Bazel command line via the BEP.ccalvarin
2017-09-22Track the origin of an option in the option instance, not its final value.ccalvarin
2017-09-22Cleanup of expansion option namingccalvarin
2017-09-22Treat parsed option values differently by option type.ccalvarin
2017-09-22Move option value tracking classes to their own file.ccalvarin