summaryrefslogtreecommitdiffstats
path: root/java/com/google/devtools/common
Commit message (Expand)AuthorAgeFilesLines
* Allow --worker_max_instances to take MnemonicName=value to specify max for ea...upstream-masterGoogler2018-05-041-60/+69
* Clean up code that directly imports nested classes like Builder, Entry, etc.jcater2018-05-043-12/+10
* Clean up code that directly imports nested classes like Builder, Entry, etc.jcater2018-05-041-2/+2
* Remove use of bare Immutable{List,Map,Set} Builder classes.jcater2018-05-041-3/+3
* Make attempting to change --config in invocation policy an error.ccalvarin2018-05-041-0/+9
* Remove alphabetical sorting of options in the canonical list.ccalvarin2018-05-044-57/+90
* Remove category checking from incompatible changes.ccalvarin2018-05-043-2/+15
* Support source versions newer than 8 in Bazel's annotation processorscushon2018-05-041-2/+5
* Fix invocation policy's handling of the null default when filtering values.ccalvarin2018-05-041-9/+15
* Warn about config expansions as we do for other expansions.ccalvarin2018-05-045-51/+99
* Remove wrapper options support.ccalvarin2018-05-045-115/+9
* Fix canonical option list for options that implicitly require options with al...ccalvarin2017-11-291-1/+5
* Change config expansion application order, gated by startup flag --expand_con...ccalvarin2017-11-293-12/+31
* Cleanup stream use in canonical list of options.ccalvarin2017-11-291-11/+9
* Remove unused LegacyParamsFilePreProcessor. Removed test cases from OptionsPa...apell2017-11-291-151/+0
* Switch on tracking of specific option priorities.ccalvarin2017-11-293-37/+83
* Compute canonical list of options using OptionValueDescription's tracking of ...ccalvarin2017-11-295-51/+97
* Track expansions in OptionValueDescription.ccalvarin2017-10-242-72/+106
* Remove feature to allow expansion flags to have values.ccalvarin2017-10-248-382/+103
* Migrate all users of OptionsParser.enableParamsFileSupport to use the ShellQu...apell2017-10-242-6/+4
* Track Option placement within a priority category.ccalvarin2017-10-2410-304/+458
* Make option conflicts less spammy.ccalvarin2017-10-241-45/+40
* Expand implicitRequirements in the location of the option that required it.ccalvarin2017-10-242-97/+74
* Clean up InvocationPolicy's use of OptionDescription.ccalvarin2017-10-242-106/+154
* Report the structured Bazel command line via the BEP.ccalvarin2017-10-243-5/+10
* Downgrade the default invocation policy log levels to fine.ccalvarin2017-10-241-51/+82
* Categorize build options for BuildConfiguration.gregce2017-10-243-14/+29
* Add new option categorization and tagging information to HelpCommand's output.ccalvarin2017-10-244-25/+381
* Move the canonicalization of an option value to the option value itself.ccalvarin2017-10-242-6/+42
* Track the origin of an option in the option instance, not its final value.ccalvarin2017-09-224-85/+135
* Deprecate wrapperOptions.ccalvarin2017-09-222-0/+26
* Track all option instances.ccalvarin2017-09-221-6/+8
* Cleanup of expansion option namingccalvarin2017-09-225-16/+14
* Create multiple ParamsFilePreProcessors to allow parsing files using the form...apell2017-09-225-114/+349
* Document the options in smaller commands.ccalvarin2017-09-221-0/+7
* Treat parsed option values differently by option type.ccalvarin2017-09-223-268/+364
* Throw away the confusing UnparsedOptionValueDescription name.ccalvarin2017-09-225-128/+125
* Introduce "bazel help flags-as-proto" to print information about supported fl...fwe2017-09-221-0/+5
* Pass the UnparsedOptionValues when setting or adding option values.ccalvarin2017-09-224-90/+89
* Consolidate the "unparsed" option value tracking.ccalvarin2017-09-227-105/+141
* Move option value tracking classes to their own file.ccalvarin2017-09-226-273/+307
* Replace referrals to options by their name to option definitions.ccalvarin2017-09-124-182/+186
* Option value tracking should refer to the option definitions, not just track ...ccalvarin2017-09-122-79/+107
* Options with oldNames will no longer get reported twice in the effective opti...ccalvarin2017-09-125-45/+95
* Expansion flags need some restraints.ccalvarin2017-09-063-8/+63
* Rename all logger instances to "logger" (instead "LOG" or "log").lberki2017-09-061-27/+19
* Update comments about the option processor.ccalvarin2017-09-062-6/+18
* Move final static option checks to compile time.ccalvarin2017-09-062-23/+45
* Move caching of OptionDefinitions to be static, and remove uncached extractio...ccalvarin2017-09-065-69/+61
* Move static converter legality checks to compile time.ccalvarin2017-09-066-122/+381