aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/common
Commit message (Expand)AuthorAge
* 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
* Set test_class for java_test test target where it is neededGravatar Damien Martin-Guillerez2016-01-19
* Adds support for invocation policy to the canonicalize-flags command.Gravatar Alex Humesky2016-01-15
* Deprecation warnings are no longer printed for flags specified using their ol...Gravatar Alex Humesky2015-11-12
* Split off more BUILD files.Gravatar Han-Wen Nienhuys2015-10-30
* Adds a little test to the options parser test to ensure that warnings are notGravatar Alex Humesky2015-10-28
* Adds an oldName attribute and a wrapperOption attribute to the @Option annota...Gravatar Alex Humesky2015-10-21
* Adds a mechanism for invocation policy. The policy is taken through the --inv...Gravatar Alex Humesky2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Add a converter for enum flags that can also be boolean.Gravatar Googler2015-05-21
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25