summaryrefslogtreecommitdiff
path: root/java/com/google/devtools/common/options
AgeCommit message (Expand)Author
2017-10-24Track expansions in OptionValueDescription.ccalvarin
2017-10-24Remove feature to allow expansion flags to have values.ccalvarin
2017-10-24Migrate all users of OptionsParser.enableParamsFileSupport to use the ShellQu...apell
2017-10-24Track Option placement within a priority category.ccalvarin
2017-10-24Make option conflicts less spammy.ccalvarin
2017-10-24Expand implicitRequirements in the location of the option that required it.ccalvarin
2017-10-24Clean up InvocationPolicy's use of OptionDescription.ccalvarin
2017-10-24Report the structured Bazel command line via the BEP.ccalvarin
2017-10-24Downgrade the default invocation policy log levels to fine.ccalvarin
2017-10-24Categorize build options for BuildConfiguration.gregce
2017-10-24Add new option categorization and tagging information to HelpCommand's output.ccalvarin
2017-10-24Move the canonicalization of an option value to the option value itself.ccalvarin
2017-09-22Track the origin of an option in the option instance, not its final value.ccalvarin
2017-09-22Deprecate wrapperOptions.ccalvarin
2017-09-22Track all option instances.ccalvarin
2017-09-22Cleanup of expansion option namingccalvarin
2017-09-22Create multiple ParamsFilePreProcessors to allow parsing files using the form...apell
2017-09-22Document the options in smaller commands.ccalvarin
2017-09-22Treat parsed option values differently by option type.ccalvarin
2017-09-22Throw away the confusing UnparsedOptionValueDescription name.ccalvarin
2017-09-22Introduce "bazel help flags-as-proto" to print information about supported fl...fwe
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-12Option value tracking should refer to the option definitions, not just track ...ccalvarin
2017-09-12Options with oldNames will no longer get reported twice in the effective opti...ccalvarin
2017-09-06Expansion flags need some restraints.ccalvarin
2017-09-06Rename all logger instances to "logger" (instead "LOG" or "log").lberki
2017-09-06Update comments about the option processor.ccalvarin
2017-09-06Move final static option checks to compile time.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-30Rollforward of https://github.com/bazelbuild/bazel/commit/0071b396776be4d146f...apell
2017-08-30Refactoring: OptionsParser now uses the visitor pattern to iterate over Blaze...fwe
2017-08-25Move option tag checks to compile time.ccalvarin
2017-08-25Move compile-time checks to own package.ccalvarin
2017-08-25Check at compile time that all options are declared public, and are non-final...ccalvarin
2017-08-25Adding compile time checks to the options parser.ccalvarin
2017-08-25Add OptionDefinition layer between the @Option annotation and its fields and ...ccalvarin
2017-08-25Switch android tools' use of options parser to a more concise form for the si...ccalvarin
2017-08-18Fix expansion option output formatting in html outputccalvarin
2017-08-18Categorize query options.janakr
2017-08-17Fix terminal output expansion flag spacing & add implicit requirements.ccalvarin
2017-08-17Use cached values for option converter types.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-07-27Move the DurationConverter to the common.options packageulfjack