aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* Make exception in case a test tries to remote-log more informative.Gravatar Janak Ramakrishnan2015-09-17
* Simplify BuildView construction and store configurations in the build result.Gravatar Ulf Adams2015-09-17
* Make the module environment invoked exit code path thread-safe.Gravatar Ulf Adams2015-09-17
* Remove the now-unused BlazeModule.beforeCommand variant.Gravatar Ulf Adams2015-09-17
* Move the clientEnv to the CommandEnvironment.Gravatar Ulf Adams2015-09-17
* Move several parts of BlazeRuntime to CommandEnvironment.Gravatar Ulf Adams2015-09-16
* Change checkRuntime to take a CommandEnvironment instead.Gravatar Ulf Adams2015-09-16
* 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
* Use AutoProfiler in the Bazel codebase.Gravatar Nathan Harmata2015-09-08
* Allow canonicalize-flags to run for any command.Gravatar Ulf Adams2015-09-08
* Remove test warning filtering.Gravatar Eric Fellheimer2015-09-04
* 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
* Be resilient to a non-decreasing clock in BlazeRuntime#recordLastExecutionTim...Gravatar Nathan Harmata2015-08-28
* Description redacted.Gravatar Marian Lobur2015-08-17
* Resolve TODO in BlazeCommandEventHandlerGravatar Michajlo Matijkiw2015-08-13
* Remove broken code.Gravatar Marian Lobur2015-08-13
* Allow runtime introspection of a content hash of the Blaze binary and all emb...Gravatar Eric Fellheimer2015-08-12
* Log instead of crash report on failure in BlazeCommandEventHandlerGravatar Michajlo Matijkiw2015-08-05
* Crash in tests if anybody tries to log remotely. Remote logging usually indic...Gravatar Janak Ramakrishnan2015-08-04
* Fixed bug where blaze run with the --color=no flag was still printing out in ...Gravatar Shreya Bhattarai2015-08-04
* Send bug report on IOException in BlazeCommandEventHandler instead of ignoringGravatar Michajlo Matijkiw2015-08-04
* Rollback of commit 2e7a5b47979b2679208a97a65df265be953eb595.Gravatar Han-Wen Nienhuys2015-08-04
* Add "warm" starting to mobile-install.Gravatar Googler2015-08-04
* Remove vestigial references to 32-bit/64-bit binaries.Gravatar Janak Ramakrishnan2015-07-30
* Allow modules to specify additional nodes in the graph to be invalidated and ...Gravatar Janak Ramakrishnan2015-07-29
* Record the project file used to the master log.Gravatar Googler2015-07-28
* Fix conversion from nanoseconds so that it actually targets milliseconds. The...Gravatar Nathan Harmata2015-07-28
* Record time spent loading action cache in INFO log.Gravatar Nathan Harmata2015-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
* Say explicitly that --config=X ignores non-existent .rc file config sections.Gravatar Laszlo Csomor2015-07-17
* Throw InterruptedException directly if a query is interrupted, instead of wra...Gravatar Janak Ramakrishnan2015-07-10
* Remove the option for adding multiple --tool_tag options.Gravatar Googler2015-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
* Fix product name in the error message for invalid commands.Gravatar Laszlo Csomor2015-06-03
* Initial checkin of the "mobile-install" command.Gravatar Lukacs Berki2015-05-29
* Remove 'blaze doc_ext' command.Gravatar Laurent Le Brun2015-05-18
* Create a --fetch option to allow fetching during the build commandGravatar Kristina Chodorow2015-05-15
* RELNOTES: The --skyframe flag is now deprecated and will be removed in an upc...Gravatar Janak Ramakrishnan2015-05-15
* Fix info-keys help output.Gravatar Thiago Farina2015-05-08
* Don't allow launching from a directory with a space in the nameGravatar Kristina Chodorow2015-04-30