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
Commit message (
Expand
)
Author
Age
*
Split the include scanning dummy classes into their own parent class
ulfjack
2018-02-09
*
Split CppIncludeScanningContext out of CppCompileActionContext
ulfjack
2018-02-08
*
Move BazelRuleClassProvider.TESTING_SUPPORT to its own class in rules/test.
lpino
2018-01-29
*
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
*
Add a CommandLineBuilder for the process-wrapper embedded tool, and use it ev...
ruperts
2017-11-30
*
Actions now have a temp envvar.
László Csomor
2017-10-16
*
More BUILD file refactorings.
philwo
2017-09-06
*
Split "shell", "graph" into their own packages.
philwo
2017-08-29
*
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
*
Extend the SpawnRunner API
ulfjack
2017-07-17
*
Simplify exception handling in spawn strategies
ulfjack
2017-07-17
*
Rewrite all the sandbox strategy implementations
ulfjack
2017-07-12
*
Extract ActionContext to a top-level class
ulfjack
2017-06-19
*
Rewrite the Executor/ActionExecutionContext split
ulfjack
2017-06-19
*
Rewrite StandaloneSpawnStrategy to use LocalSpawnRunner
ulfjack
2017-06-19
*
Extract the MacOS/XCode env rewrite logic into lib.exec.apple
ulfjack
2017-06-13
*
Track the test environment in Skyframe, like the action environment
ulfjack
2017-06-09
*
Drop CppLinkActionContext
Ulf Adams
2017-03-06
*
Remove all the action resource estimation code
Ulf Adams
2017-03-06
*
Rationalize local resource acquisition
Ulf Adams
2017-03-03
*
Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windows
Ulf Adams
2017-02-28
*
Simplify the Spawn interface, update Executor interface
Ulf Adams
2017-02-01
*
Simplify the Spawn interface
Ulf Adams
2017-02-01
*
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
*
Refactor the module API to use the builder pattern for executor creation.
Ulf Adams
2016-11-02
*
Rollback of commit e6191f7209ebf3f67480bc7aa9db5ac58beb2156.
Damien Martin-Guillerez
2016-10-19
*
Rollback of commit f695c54a8f5f6be7adb678d305005f78e4b44424.
Philipp Wollermann
2016-10-13
*
Automated [] rollback of commit e898023ffc6c47a27312c4d3659dbeeccdb3cd37.
Yue Gan
2016-10-12
*
Fix #1849: Sandboxing on OS X should be turned off by default for 0.3.2.
Philipp Wollermann
2016-09-30
*
Refactoring getTimeoutSeconds of a Spawn into Spaws.java, becaused it is used
Googler
2016-09-08
*
Refactor our sandboxing code.
Philipp Wollermann
2016-08-31
*
modify sandbox script to allow default
Yue Gan
2016-08-29
*
Implement timeouts on Windows.
Lukacs Berki
2016-08-22
*
Rollback of commit 1e37a5375f918376c132fa537e25695f673f41b8.
Dmitry Lomov
2016-07-07
*
Do redirection of stdout / stderr in Java instead of reimplementing it in eve...
Philipp Wollermann
2016-06-30
*
Replace the occurrences of Constants.PRODUCT_NAME for a call to
Luis Fernando Pino Duque
2016-05-23
*
More detailed error message for sandbox failures in test, when --sandbox_debu...
Yue Gan
2016-04-13
*
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
*
Rename SpawnActionContext#isRemotable() to more appropriate willExecuteRemote...
Philipp Wollermann
2016-02-28
*
Use xcode-locator to locate DEVELOPER_DIR for standalone spawn strategy.
Chris Parsons
2016-02-15
[next]