aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/CommandEnvironment.java
Commit message (Expand)AuthorAge
...
* Merge all action input prefetchers into a single one.Gravatar Ulf Adams2016-11-16
* Add a GenSignatureActionContext to inject the command line info.Gravatar Ulf Adams2016-11-15
* Refactor the module API to use the builder pattern for executor creation.Gravatar Ulf Adams2016-11-02
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-14
* Rollback of commit 2891ec527eed27d0c6460d66f51cb66a43373b6a.Gravatar Damien Martin-Guillerez2016-10-14
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-13
* Enable Bazel commands to exit at any time.Gravatar Michael Staib2016-10-05
* Add an info item to show the currently inherited client environmentGravatar Klaus Aehlig2016-09-21
* Remove some more occurences of deprecated getExecRoot() callsGravatar Kristina Chodorow2016-09-15
* Track client environment in SkyframeGravatar Klaus Aehlig2016-09-14
* Only call BlazeModule.handleOptions when we're done editing them.Gravatar Ulf Adams2016-09-06
* Add a framework for prefetching input files (in case they come from remote fi...Gravatar Philipp Wollermann2016-08-25
* Support setting the build id via the client environmentGravatar Klaus Aehlig2016-08-16
* Remove unused methodGravatar Kristina Chodorow2016-07-21
* Various fixes for gRPC mode:Gravatar Lukacs Berki2016-07-07
* Post BlazeDirectories as part of CommandStartedEvent.Gravatar Ulf Adams2016-07-06
* Make "bazel info" load only the packages that are necessary for its job.Gravatar Lukacs Berki2016-06-01
* When we don't have an OutputService, precompute and cache the assumed-to-be-i...Gravatar Nathan Harmata2016-05-02
* Inject the BlazeDirectories in SkyframeExecutor.Gravatar Ulf Adams2016-04-15
* 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
* Delay BuildView creation in CommandEnvironment until beforeCommand().Gravatar Ulf Adams2016-03-30
* Remove calls of CommandEnvironment.getView; remove ide-info from BuildView.Gravatar Ulf Adams2016-03-30
* Move TimestampGranularityMonitor to CommandEnvironment.Gravatar Ulf Adams2016-03-23
* Add an experimental flag to enable the Skyframe-based loading phase runner.Gravatar Ulf Adams2016-02-12
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Track the entire OutputService instead of just the BatchStatter.Gravatar Eric Fellheimer2015-11-16
* Refactor the loading phase runner creation and remove the test duplication.Gravatar Ulf Adams2015-11-06
* Add a skyframe-based loading phase runner hidden behind a compile-time const.Gravatar Ulf Adams2015-11-03
* Split the LoadingPhaseRunner into interface and implementation.Gravatar Ulf Adams2015-11-03
* Move LoadingPhaseRunner.loadForConfigurations to CommandEnvironment.Gravatar Ulf Adams2015-11-02
* 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
* Move the BuildView over from BlazeRuntime to CommandEnvironment.Gravatar Ulf Adams2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Remove more uses of errorEventHandler (previously of Reporter).Gravatar Ulf Adams2015-09-24
* Remove all direct uses of SkyframeExecutor.reporter.Gravatar Ulf Adams2015-09-24
* Simplify a method signature that isn't used elsewhere anymore.Gravatar Ulf Adams2015-09-24
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Rename ModuleEnvironment.getFileFromDepot to getFileFromWorkspace.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 the module environment invoked exit code path thread-safe.Gravatar Ulf Adams2015-09-17