index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
common
/
options
/
OptionsParserImpl.java
Commit message (
Expand
)
Author
Age
*
Make the @Option annotation depend on the java version of the tagging enums.
ccalvarin
2017-07-18
*
Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...
ccalvarin
2017-07-11
*
Allow expansion flags to have values.
Googler
2017-06-28
*
Use ImmutableList for Option expansion functions
Googler
2017-06-08
*
Remove support of --no_ prefix for boolean flags.
ccalvarin
2017-06-01
*
Don't hard remove --no_, give a warning first.
ccalvarin
2017-04-20
*
Add a way of constructing OptionsBase subclass instances from maps
brandjon
2017-04-20
*
Deprecate use of option category to describe documentation level / usage rest...
ccalvarin
2017-04-19
*
Eliminate some middleman methods
brandjon
2017-04-18
*
Remove the overloading of option category to cover documentation level.
ccalvarin
2017-04-18
*
Remove --no_ support.
ccalvarin
2017-04-07
*
Add integration test for --all_incompatible_changes flag conflicts
brandjon
2017-04-05
*
Clean up clearValue and parsed option storage.
ccalvarin
2017-04-05
*
Watch for --no and --no_ flag name conflicts.
ccalvarin
2017-03-31
*
Expand Invocation FlagPolicies on expansion flags.
ccalvarin
2017-03-31
*
Add expansion functions to options parser
Jon Brandvein
2017-03-22
*
Create "internal" category of command-line options.
Michael Staib
2017-03-20
*
Refactor options converter logic
Jon Brandvein
2017-03-20
*
Remove duplicate class.
Chloe Calvarin
2017-03-06
*
Enable parameter file support for excessively long commandlines.
Googler
2017-01-25
*
Polish the command-line reference.
Ulf Adams
2016-06-27
*
Fix OptionsParserImpl.clearValue (and invocation policy by extension) to work
Alex Humesky
2016-05-10
*
Delete the defaultMultipleValue field from options and refactor the logic for...
Luis Fernando Pino Duque
2016-04-20
*
Add a new field to options called defaultMultipleValue which enables setting ...
Luis Fernando Pino Duque
2016-03-21
*
Refactoring of the OptionsParser implementation to allow overriding the value...
Luis Fernando Pino Duque
2016-02-24
*
Adds support for invocation policy to the canonicalize-flags command.
Alex Humesky
2016-01-15
*
Deprecation warnings are no longer printed for flags specified using their ol...
Alex Humesky
2015-11-12
*
Adds an oldName attribute and a wrapperOption attribute to the @Option annota...
Alex Humesky
2015-10-21
*
Adds a mechanism for invocation policy. The policy is taken through the --inv...
Alex Humesky
2015-09-30
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Add a converter for enum flags that can also be boolean.
Googler
2015-05-21
*
Update from Google.
Han-Wen Nienhuys
2015-02-25