aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/BlazeRuntime.java
Commit message (Expand)AuthorAge
* Make the integration tests pass with gRPC client/server comms.Gravatar Lukacs Berki2016-04-21
* Assorted changes wrt. gRPC client/server comms:Gravatar Lukacs Berki2016-04-21
* Block when another command is running on the server and not on the client whe...Gravatar Lukacs Berki2016-04-20
* Do not start the AF_UNIX server when in gRPC mode.Gravatar Lukacs Berki2016-04-19
* Add the --grpc_port startup option and start a Java server if it's passed in.Gravatar Lukacs Berki2016-04-14
* Refactor BlazeWorkspace creation to happen after BlazeRuntime construction.Gravatar Ulf Adams2016-04-13
* Move BlazeRuntime.initCommand to BlazeWorkspace.Gravatar Ulf Adams2016-03-30
* Move most of the workspace-handling code from BlazeRuntime to a new class.Gravatar Ulf Adams2016-03-30
* Move most BlazeRuntime methods related to workspace directories to CommandEnv.Gravatar Ulf Adams2016-03-30
* Move the BuildView creation to BuildTool, the only remaining user.Gravatar Ulf Adams2016-03-30
* Add startup option --experimental_oom_more_eagerly_threshold, with default va...Gravatar Janak Ramakrishnan2016-03-24
* Always apply invocation policy when constructing build options.Gravatar Janak Ramakrishnan2016-03-24
* Move TimestampGranularityMonitor to CommandEnvironment.Gravatar Ulf Adams2016-03-23
* Move a field around to clarify that it's not part of the workspace state.Gravatar Ulf Adams2016-03-21
* Move AbstractBlazeQueryEnvironment to a factory class, and have BlazeModule o...Gravatar Nathan Harmata2016-03-21
* Adds bazel_version to the native module for workspace macros.Gravatar Damien Martin-Guillerez2016-03-15
* Description redacted.Gravatar Janak Ramakrishnan2016-03-15
* When --experimental_oom_more_eagerly is enabled, tell Bazel to exit with an O...Gravatar Janak Ramakrishnan2016-03-10
* Update ANDROID_DEFAULT_CROSSTOOL to default to //external:android/crosstool. ...Gravatar Luis Fernando Pino Duque2016-02-25
* Use WindowsFileSystem for bootstrapping on Windows as well.Gravatar Dmitry Lomov2016-02-03
* Merge Dmitry's jury-rigged WindowsFileSystem to decrease the number of change...Gravatar Lukacs Berki2016-01-29
* Make crashing test logger shut down the serverGravatar Michajlo Matijkiw2016-01-21
* Add a Java property to influence symlinking strategy so that we can test what...Gravatar Lukacs Berki2016-01-20
* Use JavaIoFileSystem during the bootstrapping, removing JNI compilation.Gravatar Damien Martin-Guillerez2016-01-18
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* A minor tweak to the mechanism by which Bazel finds out it is in the execroot...Gravatar Lukacs Berki2015-12-10
* Add a --deep_execroot startup option that puts the execroot under $OUTPUT_BAS...Gravatar Lukacs Berki2015-12-09
* Don't treat external files as immutableGravatar Kristina Chodorow2015-12-08
* Remove BlazeRuntime.reporter; use a BlazeModule to attach event handlers.Gravatar Ulf Adams2015-11-02
* Move most of BlazeRuntime.beforeCommand() to CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Move the outputService field to the CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Move commandStartTime from BlazeRuntime to CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Move workingDirectory to CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Move loadingPhaseRunner from BlazeRuntime to CommandEnvironment.Gravatar Ulf Adams2015-09-30
* BlazeRuntime.reporter is now null in production.Gravatar Ulf Adams2015-09-30
* Set the SkyframeActionExecutor.reporter in prepareForExecution.Gravatar Ulf Adams2015-09-30
* Move the BuildView over from BlazeRuntime to CommandEnvironment.Gravatar Ulf Adams2015-09-28
* Remove BuildView.binTools, which was only used for tests.Gravatar Ulf Adams2015-09-28
* 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