aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/standalone/StandaloneSpawnStrategy.java
Commit message (Expand)AuthorAge
* Plumb exec root through to all spawn runners.Gravatar tomlu2018-01-11
* AbstractSpawnStrategy: use ActionExecutionContext.getVerboseFailuresGravatar ulfjack2017-08-11
* Extract a common AbstractSpawnStrategy parent classGravatar ulfjack2017-07-24
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Move ActionInputPrefetcher to the actions packageGravatar ulfjack2017-07-21
* Extend the SpawnRunner APIGravatar ulfjack2017-07-17
* Simplify exception handling in spawn strategiesGravatar ulfjack2017-07-17
* Rewrite all the sandbox strategy implementationsGravatar ulfjack2017-07-12
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Rewrite StandaloneSpawnStrategy to use LocalSpawnRunnerGravatar ulfjack2017-06-19
* Extract the MacOS/XCode env rewrite logic into lib.exec.appleGravatar ulfjack2017-06-13
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* Simplify the Spawn interface, update Executor interfaceGravatar Ulf Adams2017-02-01
* Simplify the Spawn interfaceGravatar Ulf Adams2017-02-01
* Refactoring getTimeoutSeconds of a Spawn into Spaws.java, becaused it is usedGravatar Googler2016-09-08
* Refactor our sandboxing code.Gravatar Philipp Wollermann2016-08-31
* modify sandbox script to allow defaultGravatar Yue Gan2016-08-29
* Implement timeouts on Windows.Gravatar Lukacs Berki2016-08-22
* Rollback of commit 1e37a5375f918376c132fa537e25695f673f41b8.Gravatar Dmitry Lomov2016-07-07
* Do redirection of stdout / stderr in Java instead of reimplementing it in eve...Gravatar Philipp Wollermann2016-06-30
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* More detailed error message for sandbox failures in test, when --sandbox_debu...Gravatar Yue Gan2016-04-13
* Rename SpawnActionContext#isRemotable() to more appropriate willExecuteRemote...Gravatar Philipp Wollermann2016-02-28
* Use xcode-locator to locate DEVELOPER_DIR for standalone spawn strategy.Gravatar Chris Parsons2016-02-15
* Make The Build Faster: Drop the describeStrategy() and strategyLocality() met...Gravatar Philipp Wollermann2016-02-03
* cache SDKROOT value for local execution of actions using apple toolkitGravatar Chris Parsons2015-12-15
* Hardcode some spawn actions to run locally.Gravatar Eric Fellheimer2015-11-17
* Create AppleConfiguration and AppleCommandLineOptions, and move a few items o...Gravatar Chris Parsons2015-11-10
* xcrun was adding a newline on the output that was being set in the SDKROOT en...Gravatar Dave MacLachlan2015-11-02
* Rename IOS_SDK_VERSION_OVERRIDE to APPLE_SDK_VERSION_OVERRIDE, as it need not...Gravatar Chris Parsons2015-10-13
* For standalone spawn strategy (local execution), bootstrap ios SDKROOT (deter...Gravatar Chris Parsons2015-10-09
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* sandbox: Better error messages and the noisy debug logs of the namespace-runn...Gravatar Philipp Wollermann2015-09-08
* Display TIMEOUT for test that times outGravatar Damien Martin-Guillerez2015-09-08
* Execute spawns inside sandboxes to improve hermeticity (spawns can no longer ...Gravatar Philipp Wollermann2015-08-26
* Support (test) timeouts in Bazel.Gravatar Han-Wen Nienhuys2015-07-07
* Implement "More flexible strategy flag for Bazel".Gravatar Philipp Wollermann2015-06-08