summaryrefslogtreecommitdiff
path: root/java/com/google/devtools/common/options/InvocationPolicyEnforcer.java
AgeCommit message (Expand)Author
2018-05-04Make attempting to change --config in invocation policy an error.ccalvarin
2018-05-04Fix invocation policy's handling of the null default when filtering values.ccalvarin
2017-10-24Remove feature to allow expansion flags to have values.ccalvarin
2017-10-24Track Option placement within a priority category.ccalvarin
2017-10-24Clean up InvocationPolicy's use of OptionDescription.ccalvarin
2017-10-24Downgrade the default invocation policy log levels to fine.ccalvarin
2017-09-22Treat parsed option values differently by option type.ccalvarin
2017-09-22Throw away the confusing UnparsedOptionValueDescription name.ccalvarin
2017-09-22Pass the UnparsedOptionValues when setting or adding option values.ccalvarin
2017-09-22Consolidate the "unparsed" option value tracking.ccalvarin
2017-09-22Move option value tracking classes to their own file.ccalvarin
2017-09-12Replace referrals to options by their name to option definitions.ccalvarin
2017-09-06Rename all logger instances to "logger" (instead "LOG" or "log").lberki
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
2017-08-17PolishingJonathan Bluett-Duncan
2017-08-08Accept expansion flags expanding to expansion flags in invocation policy.ccalvarin
2017-07-27Migrate the options parser to java8 functions.ccalvarin
2017-06-30Allow expansion flags to have values.Googler
2017-06-16Move InvocationPolicy to the options parser package.ccalvarin