index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
runtime
/
CommandEnvironment.java
Commit message (
Expand
)
Author
Age
*
Add repository override option
kchodorow
2017-04-20
*
PiperOrigin-RevId: 152483983
lpino
2017-04-07
*
When tracking the critical path, if not keeping incremental state, don't keep...
janakr
2017-04-06
*
Move action_outs directory to under the output path.
janakr
2017-04-06
*
Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.
hlopko
2017-04-04
*
If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...
janakr
2017-03-31
*
Symlink output directories to the correct directory name
kchodorow
2017-03-31
*
Env.vars: server won't ignore the client env
Dmitry Lomov
2017-03-08
*
Rollback of commit 94d8f4e9c8c8757aa7ab7c1a7c3e9afb34039127.
Klaus Aehlig
2017-03-07
*
Env.vars: server won't ignore the client env
Laszlo Csomor
2017-03-07
*
Provide more reporting options to SkyFunctions
Klaus Aehlig
2017-02-27
*
Introduce a Skyframe function: ActionEnvironmentFunction
Damien Martin-Guillerez
2017-02-08
*
Merge the action input prefetcher into the ExecutorBuilder.
Ulf Adams
2017-01-13
*
Skylark repositories: propage value from --action_env to repository_ctx.environ
Damien Martin-Guillerez
2017-01-10
*
Don't get output service or action input prefetcher if not running a "build" ...
Janak Ramakrishnan
2016-11-18
*
Stop including the size of the action cache file in our crash message. I've n...
Janak Ramakrishnan
2016-11-17
*
Merge all action input prefetchers into a single one.
Ulf Adams
2016-11-16
*
Add a GenSignatureActionContext to inject the command line info.
Ulf Adams
2016-11-15
*
Refactor the module API to use the builder pattern for executor creation.
Ulf Adams
2016-11-02
*
Make --watchfs a common command option.
Ulf Adams
2016-10-14
*
Rollback of commit 2891ec527eed27d0c6460d66f51cb66a43373b6a.
Damien Martin-Guillerez
2016-10-14
*
Make --watchfs a common command option.
Ulf Adams
2016-10-13
*
Enable Bazel commands to exit at any time.
Michael Staib
2016-10-05
*
Add an info item to show the currently inherited client environment
Klaus Aehlig
2016-09-21
*
Remove some more occurences of deprecated getExecRoot() calls
Kristina Chodorow
2016-09-15
*
Track client environment in Skyframe
Klaus Aehlig
2016-09-14
*
Only call BlazeModule.handleOptions when we're done editing them.
Ulf Adams
2016-09-06
*
Add a framework for prefetching input files (in case they come from remote fi...
Philipp Wollermann
2016-08-25
*
Support setting the build id via the client environment
Klaus Aehlig
2016-08-16
*
Remove unused method
Kristina Chodorow
2016-07-21
*
Various fixes for gRPC mode:
Lukacs Berki
2016-07-07
*
Post BlazeDirectories as part of CommandStartedEvent.
Ulf Adams
2016-07-06
*
Make "bazel info" load only the packages that are necessary for its job.
Lukacs Berki
2016-06-01
*
When we don't have an OutputService, precompute and cache the assumed-to-be-i...
Nathan Harmata
2016-05-02
*
Inject the BlazeDirectories in SkyframeExecutor.
Ulf Adams
2016-04-15
*
Move BlazeRuntime.initCommand to BlazeWorkspace.
Ulf Adams
2016-03-30
*
Move most of the workspace-handling code from BlazeRuntime to a new class.
Ulf Adams
2016-03-30
*
Move most BlazeRuntime methods related to workspace directories to CommandEnv.
Ulf Adams
2016-03-30
*
Move the BuildView creation to BuildTool, the only remaining user.
Ulf Adams
2016-03-30
*
Delay BuildView creation in CommandEnvironment until beforeCommand().
Ulf Adams
2016-03-30
*
Remove calls of CommandEnvironment.getView; remove ide-info from BuildView.
Ulf Adams
2016-03-30
*
Move TimestampGranularityMonitor to CommandEnvironment.
Ulf Adams
2016-03-23
*
Add an experimental flag to enable the Skyframe-based loading phase runner.
Ulf Adams
2016-02-12
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Track the entire OutputService instead of just the BatchStatter.
Eric Fellheimer
2015-11-16
*
Refactor the loading phase runner creation and remove the test duplication.
Ulf Adams
2015-11-06
*
Add a skyframe-based loading phase runner hidden behind a compile-time const.
Ulf Adams
2015-11-03
*
Split the LoadingPhaseRunner into interface and implementation.
Ulf Adams
2015-11-03
*
Move LoadingPhaseRunner.loadForConfigurations to CommandEnvironment.
Ulf Adams
2015-11-02
*
Remove BlazeRuntime.reporter; use a BlazeModule to attach event handlers.
Ulf Adams
2015-11-02
[next]