aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/BlazeRuntime.java
Commit message (Expand)AuthorAge
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Make sure runtime shuts down on exception in uncaught exception handlerGravatar Michajlo Matijkiw2015-09-25
* Remove all direct uses of SkyframeExecutor.reporter.Gravatar Ulf Adams2015-09-24
* Move ownership of SkyframeBuildView to SkyframeExecutor.Gravatar Ulf Adams2015-09-23
* Move BlazeRuntime.getView() to CommandEnvironment. Update all callers.Gravatar Ulf Adams2015-09-21
* Move getOutputFilesystem to CommandEnvironment; refactor BlazeRuntime commands.Gravatar Ulf Adams2015-09-21
* Move the commandId and getCommandStartTime() to CommandEnvironment.Gravatar Ulf Adams2015-09-21
* 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
* Move the clientEnv to the CommandEnvironment.Gravatar Ulf Adams2015-09-17
* Move several parts of BlazeRuntime to CommandEnvironment.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
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Be resilient to a non-decreasing clock in BlazeRuntime#recordLastExecutionTim...Gravatar Nathan Harmata2015-08-28
* Allow runtime introspection of a content hash of the Blaze binary and all emb...Gravatar Eric Fellheimer2015-08-12
* Crash in tests if anybody tries to log remotely. Remote logging usually indic...Gravatar Janak Ramakrishnan2015-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
* 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
* 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
* Add dump commandGravatar Kristina Chodorow2015-06-15
* 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
* Simplify the createConfiguration method in SkyframeExecutor.Gravatar Ulf Adams2015-04-23
* Pass in the test environment using BuildConfiguration.Options.testEnvironment...Gravatar Lukacs Berki2015-04-20
* A minor refactoring of BlazeRuntime.Gravatar Lukacs Berki2015-04-17
* Remove the full client environment from BuildConfiguration in favor of comput...Gravatar Lukacs Berki2015-04-17
* Adds some notes about --batch flag.Gravatar Googler2015-03-24
* Rollback Blaze log flushing as it is not necessary.Gravatar Miguel Alcon Pinto2015-03-18
* Record statistics about dirty output files detected in the output tree.Gravatar Miguel Alcon Pinto2015-03-11
* Force log flush at the end of a command execution.Gravatar Miguel Alcon Pinto2015-03-10
* Get runfiles prefix from the WORKSPACE fileGravatar Kristina Chodorow2015-03-05
* Description redacted.Gravatar Googler2015-02-19
* When we log to [] instead of crashing on EventBus failures, also log exceptio...Gravatar Eric Fellheimer2015-02-07
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25