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