aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/standalone
Commit message (Expand)AuthorAge
...
* 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
* Refactor BlazeWorkspace creation to happen after BlazeRuntime construction.Gravatar Ulf Adams2016-04-13
* Move most BlazeRuntime methods related to workspace directories to CommandEnv.Gravatar Ulf Adams2016-03-30
* Remove calls of CommandEnvironment.getView; remove ide-info from BuildView.Gravatar Ulf Adams2016-03-30
* 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
* Reorganize BUILD files.Gravatar Han-Wen Nienhuys2015-11-30
* 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
* Split off more BUILD files.Gravatar Han-Wen Nienhuys2015-10-28
* Allow C++ compile actions to run in a sandbox by replacing the LocalGccStrate...Gravatar Philipp Wollermann2015-10-27
* Split off 2 BUILD files.Gravatar Han-Wen Nienhuys2015-10-13
* 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
* Allow extractIncludes method to throw an ExecException.Gravatar Janak Ramakrishnan2015-10-05
* RELNOTES: remove webstatusserver (--use_webstatusserver). Gravatar Han-Wen Nienhuys2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Heavily refactor ProfileCommand to separate output and statistics generation ...Gravatar Klaas Boesche2015-09-22
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Move BlazeRuntime.getView() to CommandEnvironment. Update all callers.Gravatar Ulf Adams2015-09-21
* Move the clientEnv to the CommandEnvironment.Gravatar Ulf Adams2015-09-17
* Introduce CommandEnvironment and pass it instead of BlazeRuntime.Gravatar Ulf Adams2015-09-15
* 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
* Remove unnecessary dependencies from action context consumers.Gravatar Philipp Wollermann2015-06-29
* Split sandbox code from standalone module.Gravatar Philipp Wollermann2015-06-29
* Move C++ deps into the correct ActionContextConsumers.Gravatar Philipp Wollermann2015-06-18
* Make strategy matching stricter, remove wrong entries in returned map from St...Gravatar Philipp Wollermann2015-06-18
* Convert ActionContextProvider to an abstract class. This gets rid of a lot of...Gravatar Philipp Wollermann2015-06-18
* Remove unneeded parameter from LocalGccStrategy.Gravatar Philipp Wollermann2015-06-08
* Implement "More flexible strategy flag for Bazel".Gravatar Philipp Wollermann2015-06-08
* Removed special handling of the tools package in the namespace sandboxGravatar Damien Martin-Guillerez2015-05-18
* Better distinguish subcommand log statements by logging descriptionGravatar Mark Schaller2015-05-18
* Make Spawns runfiles awareGravatar Michajlo Matijkiw2015-05-15
* Enables BlazeModule to return multiple ActionContextProviders and ActionConte...Gravatar Googler2015-04-23
* Add TEST_TMPDIR for BazelGravatar Kristina Chodorow2015-04-22
* Remove the full client environment from BuildConfiguration in favor of comput...Gravatar Lukacs Berki2015-04-17
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Get runfiles prefix from the WORKSPACE fileGravatar Kristina Chodorow2015-03-05
* LinuxSandboxedStrategy: only set debug if --verbose_failures is set.Gravatar Han-Wen Nienhuys2015-02-24
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25