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
*
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
*
Make The Build Faster: Drop the describeStrategy() and strategyLocality() met...
Philipp Wollermann
2016-02-03
*
cache SDKROOT value for local execution of actions using apple toolkit
Chris Parsons
2015-12-15
*
Reorganize BUILD files.
Han-Wen Nienhuys
2015-11-30
*
Hardcode some spawn actions to run locally.
Eric Fellheimer
2015-11-17
*
Create AppleConfiguration and AppleCommandLineOptions, and move a few items o...
Chris Parsons
2015-11-10
*
xcrun was adding a newline on the output that was being set in the SDKROOT en...
Dave MacLachlan
2015-11-02
*
Split off more BUILD files.
Han-Wen Nienhuys
2015-10-28
*
Allow C++ compile actions to run in a sandbox by replacing the LocalGccStrate...
Philipp Wollermann
2015-10-27
*
Split off 2 BUILD files.
Han-Wen Nienhuys
2015-10-13
*
Rename IOS_SDK_VERSION_OVERRIDE to APPLE_SDK_VERSION_OVERRIDE, as it need not...
Chris Parsons
2015-10-13
*
For standalone spawn strategy (local execution), bootstrap ios SDKROOT (deter...
Chris Parsons
2015-10-09
*
Allow extractIncludes method to throw an ExecException.
Janak Ramakrishnan
2015-10-05
[next]