aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands
Commit message (Expand)AuthorAge
...
* 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
* Allow canonicalize-flags to run for any command.Gravatar Ulf Adams2015-09-08
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Collect Skylark profile info and create HTML statistics when --html_details g...Gravatar Googler2015-09-02
* Drop the baseline artifact output group.Gravatar Ulf Adams2015-08-31
* Fixed bug where blaze run with the --color=no flag was still printing out in ...Gravatar Shreya Bhattarai2015-08-04
* Rollback of commit 2e7a5b47979b2679208a97a65df265be953eb595.Gravatar Han-Wen Nienhuys2015-08-04
* Add "warm" starting to mobile-install.Gravatar Googler2015-08-04
* Record the project file used to the master log.Gravatar Googler2015-07-28
* Don't choke on Exceptions that have a null error message.Gravatar Han-Wen Nienhuys2015-07-27
* Fixed bug where blaze run with the --color=no flag was still printing out in ...Gravatar Googler2015-07-21
* Throw InterruptedException directly if a query is interrupted, instead of wra...Gravatar Janak Ramakrishnan2015-07-10
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-08
* Rollback of accidentally submitted change.Gravatar Lukacs Berki2015-07-07
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-07
* Description redacted.Gravatar Googler2015-06-24
* Add dump commandGravatar Kristina Chodorow2015-06-15
* Description redacted.Gravatar Lukacs Berki2015-06-10
* Add --with_aspect_deps flag to blaze query. This flag should produce addition...Gravatar Lukacs Berki2015-06-05
* Initial checkin of the "mobile-install" command.Gravatar Lukacs Berki2015-05-29
* Remove 'blaze doc_ext' command.Gravatar Laurent Le Brun2015-05-18
* Fix info-keys help output.Gravatar Thiago Farina2015-05-08
* Fix indentation in TestCommand.Gravatar Ulf Adams2015-04-23
* Added an help command to dump all options for completionGravatar Damien Martin-Guillerez2015-04-10
* Supply the correct command name to ProjectFileSupport.Gravatar Googler2015-03-31
* On-the-fly target pattern resolution in SkyQueryEnvironmentGravatar Mark Schaller2015-03-18
* The info command keys now contain the correct product nameGravatar Laurent Le Brun2015-03-10
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* More blaze/bazel name cleanup in help messages.Gravatar Laurent Le Brun2015-03-05
* Use the correct product name in Bazel command helpGravatar Laurent Le Brun2015-03-05
* HelpCommand: Display the correct name (blaze/bazel).Gravatar Laurent Le Brun2015-03-05
* Rename TopLevelArtifactProvider to OutputGroupProvider.Gravatar Lukacs Berki2015-03-05
* Get runfiles prefix from the WORKSPACE fileGravatar Kristina Chodorow2015-03-05
* Remove --compile_only and --compilation_prerequisites_only; --output_groups c...Gravatar Lukacs Berki2015-03-04
* Add a SkyQueryEnvironment which runs queries by examining the Skyframe graph.Gravatar Janak Ramakrishnan2015-02-26
* Enforce same behavior for //path/to/package and path/to/packageGravatar Damien Martin-Guillerez2015-02-25
* Add back mistakenly deleted interrupt-handling code. Sadly, I can't find a wa...Gravatar Janak Ramakrishnan2015-02-11
* Refactor Query code a bit. Get rid of separate SkyframeQueryEnvironment, move...Gravatar Janak Ramakrishnan2015-02-11
* Extract an EvaluableBlazeQueryEnvironment abstract class from BlazeQueryEnvir...Gravatar Janak Ramakrishnan2015-02-11
* Add some test coverage for --noorder_results.Gravatar Janak Ramakrishnan2015-02-09
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25