aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel/commands
Commit message (Expand)AuthorAge
* Deprecate top-level Java toolchain flags in favour of java_toolchainGravatar Liam Miller-Cushon2016-04-19
* Replace a few more uses of the Constants.TOOLS_REPOSITORYGravatar Luis Fernando Pino Duque2016-02-15
* Allow output formatters to work in stream mode.Gravatar Miguel Alcon Pinto2015-12-10
* Rollback of commit 8e7da8704dba78dba47fbaa0eafce3a91c2deb13.Gravatar Peter Schmitt2015-12-01
* Allow output formatters to work in stream mode.Gravatar Miguel Alcon Pinto2015-11-19
* Add a Constants.TOOLS_PREFIX constant that will serve to redirect the Bazel t...Gravatar Lukacs Berki2015-10-05
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move the commandId and getCommandStartTime() to CommandEnvironment.Gravatar Ulf Adams2015-09-21
* Change most calls to BlazeRuntime.getReporter() to use CommandEnvironment.Gravatar Ulf Adams2015-09-16
* Introduce CommandEnvironment and pass it instead of BlazeRuntime.Gravatar Ulf Adams2015-09-15
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Throw InterruptedException directly if a query is interrupted, instead of wra...Gravatar Janak Ramakrishnan2015-07-10
* Create a --fetch option to allow fetching during the build commandGravatar Kristina Chodorow2015-05-15
* Require fetch for external dependenciesGravatar Kristina Chodorow2015-05-15
* Add fetch commandGravatar Kristina Chodorow2015-04-28