aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/common
Commit message (Expand)AuthorAge
* 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
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25