aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/common
Commit message (Expand)AuthorAge
* 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
* Eliminate some middleman methodsGravatar brandjon2017-04-18
* Add ordering semantics for cached options dataGravatar brandjon2017-04-18
* Remove the overloading of option category to cover documentation level.Gravatar ccalvarin2017-04-18
* Fix an expansion flag issue where it expands to a repeatable flag.Gravatar ccalvarin2017-04-18
* Remove --no_ support.Gravatar ccalvarin2017-04-07
* Add integration test for --all_incompatible_changes flag conflictsGravatar brandjon2017-04-05
* Clean up clearValue and parsed option storage.Gravatar ccalvarin2017-04-05
* Add --all_incompatible_changes, the user's shorthand for turning on all --inc...Gravatar brandjon2017-04-03
* Add new exception for wrapping parser construction failuresGravatar brandjon2017-04-03
* Watch for --no and --no_ flag name conflicts.Gravatar ccalvarin2017-03-31
* Expand Invocation FlagPolicies on expansion flags.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
* Refactor options converter logicGravatar Jon Brandvein2017-03-20
* Remove duplicate class.Gravatar Chloe Calvarin2017-03-06
* 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
* Rollback of commit e6191f7209ebf3f67480bc7aa9db5ac58beb2156.Gravatar Damien Martin-Guillerez2016-10-19
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-14
* Rollback of commit 2891ec527eed27d0c6460d66f51cb66a43373b6a.Gravatar Damien Martin-Guillerez2016-10-14
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-13
* Polish the command-line reference.Gravatar Ulf Adams2016-06-27
* Fix expansion rendering in help html output.Gravatar Ulf Adams2016-06-23
* Fix anchors in the help page. Doh!Gravatar Ulf Adams2016-06-23
* Add anchors to the flags in the HTML help output.Gravatar Ulf Adams2016-06-23
* The help command can now output html for the command-line reference page.Gravatar Ulf Adams2016-06-22
* Fix OptionsParserImpl.clearValue (and invocation policy by extension) to workGravatar Alex Humesky2016-05-10
* Memoize the OptionsData per BlazeCommand.Gravatar Nathan Harmata2016-05-02
* Delete the defaultMultipleValue field from options and refactor the logic for...Gravatar Luis Fernando Pino Duque2016-04-20
* Add explicit type arguments to unbreak java7 builds.Gravatar Janak Ramakrishnan2016-03-24
* Always apply invocation policy when constructing build options.Gravatar Janak Ramakrishnan2016-03-24
* Add a new field to options called defaultMultipleValue which enables setting ...Gravatar Luis Fernando Pino Duque2016-03-21
* Problem:Gravatar Googler2016-02-25
* Refactoring of the OptionsParser implementation to allow overriding the value...Gravatar Luis Fernando Pino Duque2016-02-24
* Adds support for invocation policy to the canonicalize-flags command.Gravatar Alex Humesky2016-01-15
* Global cleanup change.Gravatar Chris Povirk2016-01-11
* Remove unnecessary public modifiers.Gravatar Ulf Adams2015-12-01
* Deprecation warnings are no longer printed for flags specified using their ol...Gravatar Alex Humesky2015-11-12
* BUILD file tweaks.Gravatar Han-Wen Nienhuys2015-11-10
* Adds an oldName attribute and a wrapperOption attribute to the @Option annota...Gravatar Alex Humesky2015-10-21
* Separate BUILD file for options and docgen.Gravatar Han-Wen Nienhuys2015-10-16
* 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
* Alphabetically sort the list of flags for `bazel help --completion`Gravatar Damien Martin-Guillerez2015-09-03
* Add a converter for enum flags that can also be boolean.Gravatar Googler2015-05-21
* Added an help command to dump all options for completionGravatar Damien Martin-Guillerez2015-04-10