aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/common
Commit message (Expand)AuthorAge
* 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
* Check at compile time that all options are declared public, and are non-final...Gravatar ccalvarin2017-08-24
* Add OptionDefinition layer between the @Option annotation and its fields and ...Gravatar ccalvarin2017-08-22
* Fix expansion option output formatting in html outputGravatar ccalvarin2017-08-18
* Fix terminal output expansion flag spacing & add implicit requirements.Gravatar ccalvarin2017-08-17
* Use cached values for option converter types.Gravatar ccalvarin2017-08-16
* Accept expansion flags expanding to expansion flags in invocation policy.Gravatar ccalvarin2017-08-03
* Move the DurationConverter to the common.options packageGravatar ulfjack2017-07-24
* Add test framework for OptionsBase classes and their Converters.Gravatar mstaib2017-07-20
* Split invocation policy from the optionsparser target.Gravatar ccalvarin2017-07-19
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Add the option filter enums in java, with equivalence check.Gravatar ccalvarin2017-07-17
* 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
* Move InvocationPolicy to the options parser package.Gravatar ccalvarin2017-06-09
* Use ImmutableList for Option expansion functionsGravatar Googler2017-06-08
* Require that flags with static expansions be of Void type.Gravatar ccalvarin2017-06-07
* Internal changeGravatar Googler2017-06-05
* 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
* Add a way of constructing OptionsBase subclass instances from mapsGravatar brandjon2017-04-20
* Deprecate use of option category to describe documentation level / usage rest...Gravatar ccalvarin2017-04-19
* Add ordering semantics for cached options dataGravatar brandjon2017-04-18
* 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
* Add a necessary dependency to options_test.Gravatar Lukacs Berki2016-08-04
* Global cleanup change.Gravatar Googler2016-08-03
* Add all the sources to //:srcs filegroup and add a check to detectGravatar Damien Martin-Guillerez2016-07-01
* Delete the defaultMultipleValue field from options and refactor the logic for...Gravatar Luis Fernando Pino Duque2016-04-20
* Add sanity unit test for options classes that are subclasses of other options...Gravatar Nathan Harmata2016-04-19
* Add a new field to options called defaultMultipleValue which enables setting ...Gravatar Luis Fernando Pino Duque2016-03-21
* Refactoring of the OptionsParser implementation to allow overriding the value...Gravatar Luis Fernando Pino Duque2016-02-24