summaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Expand)Author
2017-02-16Add action to write android_binary and lib R.classes directlyGoogler
2017-02-16Fix OptionsParserImpl.clearValue (and invocation policy by extension) to workAlex Humesky
2017-02-16Memoize the OptionsData per BlazeCommand.Nathan Harmata
2017-02-16Adds new ManifestMergerAction to replace existing python merger script. Repla...Andrew Pellegrini
2017-02-16Delete the defaultMultipleValue field from options and refactor the logic for...Luis Fernando Pino Duque
2017-02-16Adds a small temporary hack to the Android resource processor so that it doesn'tAlex Humesky
2017-02-16Add explicit type arguments to unbreak java7 builds.Janak Ramakrishnan
2017-02-16Always apply invocation policy when constructing build options.Janak Ramakrishnan
2017-02-16Add a new field to options called defaultMultipleValue which enables setting ...Luis Fernando Pino Duque
2017-02-16Problem:Googler
2017-02-16Refactoring of the OptionsParser implementation to allow overriding the value...Luis Fernando Pino Duque
2017-02-16Adds support for invocation policy to the canonicalize-flags command.Alex Humesky
2017-02-16Global cleanup change.Chris Povirk
2017-02-16Include message from underlying exception for options converters in Android a...Andrew Pellegrini
2017-02-16ASwB aspect: parse java packages during executionGoogler
2017-02-16Remove unnecessary public modifiers.Ulf Adams
2017-02-16Deprecation warnings are no longer printed for flags specified using their ol...Alex Humesky
2017-02-16Adds an oldName attribute and a wrapperOption attribute to the @Option annota...Alex Humesky
2017-02-16Adds a mechanism for invocation policy. The policy is taken through the --inv...Alex Humesky
2017-02-16Rationalize copyright headersDamien Martin-Guillerez
2017-02-16Alphabetically sort the list of flags for `bazel help --completion`Damien Martin-Guillerez
2017-02-16Open source AarGeneratorAction and AndroidResourceProcessingAction.Andrew Pellegrini
2017-02-16Add a converter for enum flags that can also be boolean.Googler
2017-02-16Added an help command to dump all options for completionDamien Martin-Guillerez