aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/common/options/OptionsParserTest.java
Commit message (Expand)AuthorAge
* Remove wrapper options support.Gravatar ccalvarin2017-12-19
* Fix canonical option list for options that implicitly require options with al...Gravatar ccalvarin2017-11-22
* 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
* 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
* Cleanup of expansion option namingGravatar ccalvarin2017-09-21
* Treat parsed option values differently by option type.Gravatar ccalvarin2017-09-19
* Throw away the confusing UnparsedOptionValueDescription name.Gravatar ccalvarin2017-09-18
* 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
* Expansion flags need some restraints.Gravatar ccalvarin2017-09-06
* Move final static option checks to compile time.Gravatar ccalvarin2017-09-01
* Move static converter legality checks to compile time.Gravatar ccalvarin2017-08-31
* 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
* Fix terminal output expansion flag spacing & add implicit requirements.Gravatar ccalvarin2017-08-17
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Enforce the new category and effect tags.Gravatar ccalvarin2017-07-03
* Explicitly state the default options categories for options used in blaze tes...Gravatar ccalvarin2017-06-29
* Allow expansion flags to have values.Gravatar Googler2017-06-28
* Use ImmutableList for Option expansion functionsGravatar Googler2017-06-08
* Remove support of --no_ prefix for boolean flags.Gravatar ccalvarin2017-06-01
* Migrate tests to Truth.Gravatar lberki2017-05-29
* Fixes incorrectly-ordered arguments to calls to assertEqualsGravatar Googler2017-05-19
* Add a way for options classes to mark that they are skyframe-friendlyGravatar brandjon2017-04-27
* Don't hard remove --no_, give a warning first.Gravatar ccalvarin2017-04-20
* Deprecate use of option category to describe documentation level / usage rest...Gravatar ccalvarin2017-04-19
* Remove the overloading of option category to cover documentation level.Gravatar ccalvarin2017-04-18
* Refactor options tests into a new fileGravatar brandjon2017-04-18
* Remove --no_ support.Gravatar ccalvarin2017-04-07
* Add new exception for wrapping parser construction failuresGravatar brandjon2017-04-03
* Watch for --no and --no_ flag name conflicts.Gravatar ccalvarin2017-03-31
* Add expansion functions to options parserGravatar Jon Brandvein2017-03-22
* Create "internal" category of command-line options.Gravatar Michael Staib2017-03-20
* Fix the OptionsParser to deal with CRLF line endings.Gravatar Googler2017-01-25
* Enable parameter file support for excessively long commandlines.Gravatar Googler2017-01-25
* Global cleanup change.Gravatar Eddie Aftandilian2017-01-20
* Delete the defaultMultipleValue field from options and refactor the logic for...Gravatar Luis Fernando Pino Duque2016-04-20