aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/common
Commit message (Expand)AuthorAge
* Fix invocation policy's handling of the null default when filtering values.Gravatar ccalvarin2018-03-01
* Warn about config expansions as we do for other expansions.Gravatar ccalvarin2017-12-21
* Remove wrapper options support.Gravatar ccalvarin2017-12-19
* Fix canonical option list for options that implicitly require options with al...Gravatar ccalvarin2017-11-22
* Change config expansion application order, gated by startup flag --expand_con...Gravatar ccalvarin2017-11-20
* Cleanup stream use in canonical list of options.Gravatar ccalvarin2017-11-06
* Remove unused LegacyParamsFilePreProcessor. Removed test cases from OptionsPa...Gravatar apell2017-11-03
* Switch on tracking of specific option priorities.Gravatar ccalvarin2017-11-03
* Compute canonical list of options using OptionValueDescription's tracking of ...Gravatar ccalvarin2017-10-30
* Track expansions in OptionValueDescription.Gravatar ccalvarin2017-10-23
* Remove feature to allow expansion flags to have values.Gravatar ccalvarin2017-10-18
* Migrate all users of OptionsParser.enableParamsFileSupport to use the ShellQu...Gravatar apell2017-10-18
* Track Option placement within a priority category.Gravatar ccalvarin2017-10-18
* Make option conflicts less spammy.Gravatar ccalvarin2017-10-16
* Expand implicitRequirements in the location of the option that required it.Gravatar ccalvarin2017-10-13
* Clean up InvocationPolicy's use of OptionDescription.Gravatar ccalvarin2017-10-11
* Report the structured Bazel command line via the BEP.Gravatar ccalvarin2017-10-10
* Downgrade the default invocation policy log levels to fine.Gravatar ccalvarin2017-10-06
* Categorize build options for BuildConfiguration.Gravatar gregce2017-10-06
* Add new option categorization and tagging information to HelpCommand's output.Gravatar ccalvarin2017-09-27
* Move the canonicalization of an option value to the option value itself.Gravatar ccalvarin2017-09-27
* Track the origin of an option in the option instance, not its final value.Gravatar ccalvarin2017-09-21
* Deprecate wrapperOptions.Gravatar ccalvarin2017-09-21
* Track all option instances.Gravatar ccalvarin2017-09-21
* Cleanup of expansion option namingGravatar ccalvarin2017-09-21
* Create multiple ParamsFilePreProcessors to allow parsing files using the form...Gravatar apell2017-09-21
* Document the options in smaller commands.Gravatar ccalvarin2017-09-20
* Treat parsed option values differently by option type.Gravatar ccalvarin2017-09-19
* Throw away the confusing UnparsedOptionValueDescription name.Gravatar ccalvarin2017-09-18
* Introduce "bazel help flags-as-proto" to print information about supported fl...Gravatar fwe2017-09-14
* Pass the UnparsedOptionValues when setting or adding option values.Gravatar ccalvarin2017-09-14
* Consolidate the "unparsed" option value tracking.Gravatar ccalvarin2017-09-14
* Move option value tracking classes to their own file.Gravatar ccalvarin2017-09-13
* Replace referrals to options by their name to option definitions.Gravatar ccalvarin2017-09-12
* Option value tracking should refer to the option definitions, not just track ...Gravatar ccalvarin2017-09-11
* Options with oldNames will no longer get reported twice in the effective opti...Gravatar ccalvarin2017-09-11
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Expansion flags need some restraints.Gravatar ccalvarin2017-09-06
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Update comments about the option processor.Gravatar ccalvarin2017-09-01
* Move final static option checks to compile time.Gravatar ccalvarin2017-09-01
* Move caching of OptionDefinitions to be static, and remove uncached extractio...Gravatar ccalvarin2017-09-01
* Move static converter legality checks to compile time.Gravatar ccalvarin2017-08-31
* Move default value & converter finding logic to the OptionDefinition class.Gravatar ccalvarin2017-08-30
* Rollforward of https://github.com/bazelbuild/bazel/commit/0071b396776be4d146f...Gravatar apell2017-08-29
* Refactoring: OptionsParser now uses the visitor pattern to iterate over Blaze...Gravatar fwe2017-08-28
* Move option tag checks to compile time.Gravatar ccalvarin2017-08-25
* Move compile-time checks to own package.Gravatar ccalvarin2017-08-24
* Check at compile time that all options are declared public, and are non-final...Gravatar ccalvarin2017-08-24
* Adding compile time checks to the options parser.Gravatar ccalvarin2017-08-23