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
/
standalone
/
StandaloneActionContextProvider.java
Commit message (
Expand
)
Author
Age
*
Remove the on-disk caching of Xcode locations.
jmmv
2018-04-28
*
Replace instances of XCode with Xcode which is the proper casing for the name.
Sergio Campama
2018-03-06
*
Inject the product name in the constructor where needed
ulfjack
2018-02-20
*
Split the include scanning dummy classes into their own parent class
ulfjack
2018-02-09
*
Split CppIncludeScanningContext out of CppCompileActionContext
ulfjack
2018-02-08
*
actions,temp: respect TMPDIR envvar
Laszlo Csomor
2018-01-15
*
Plumb exec root through to all spawn runners.
tomlu
2018-01-11
*
Extract LocalEnvProvider members to classes.
Laszlo Csomor
2018-01-04
*
Actions now have a temp envvar.
László Csomor
2017-10-16
*
AbstractSpawnStrategy: use ActionExecutionContext.getVerboseFailures
ulfjack
2017-08-11
*
Move core test classes to lib.analysis.test
ulfjack
2017-08-11
*
Extract a common AbstractSpawnStrategy parent class
ulfjack
2017-07-24
*
Add ActionInputPrefetcher to ActionExecutionContext
ulfjack
2017-07-24
*
Move ActionInputPrefetcher to the actions package
ulfjack
2017-07-21
*
Extract ActionContext to a top-level class
ulfjack
2017-06-19
*
Rewrite StandaloneSpawnStrategy to use LocalSpawnRunner
ulfjack
2017-06-19
*
Track the test environment in Skyframe, like the action environment
ulfjack
2017-06-09
*
Drop CppLinkActionContext
Ulf Adams
2017-03-06
*
Move some classes to lib.exec in preparation for layering enforcement
Ulf Adams
2016-12-21
*
Continued TestStrategy refactoring.
Ulf Adams
2016-12-16
*
Move TestStrategy to lib.exec package.
Ulf Adams
2016-12-15
*
Replace the occurrences of Constants.PRODUCT_NAME for a call to
Luis Fernando Pino Duque
2016-05-23
*
Refactor BlazeWorkspace creation to happen after BlazeRuntime construction.
Ulf Adams
2016-04-13
*
Move most BlazeRuntime methods related to workspace directories to CommandEnv.
Ulf Adams
2016-03-30
*
Remove calls of CommandEnvironment.getView; remove ide-info from BuildView.
Ulf Adams
2016-03-30
*
Allow C++ compile actions to run in a sandbox by replacing the LocalGccStrate...
Philipp Wollermann
2015-10-27
*
Allow extractIncludes method to throw an ExecException.
Janak Ramakrishnan
2015-10-05
*
RELNOTES: remove webstatusserver (--use_webstatusserver).
Han-Wen Nienhuys
2015-09-28
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Move BlazeRuntime.getView() to CommandEnvironment. Update all callers.
Ulf Adams
2015-09-21
*
Move the clientEnv to the CommandEnvironment.
Ulf Adams
2015-09-17
*
Split sandbox code from standalone module.
Philipp Wollermann
2015-06-29