aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell
Commit message (Expand)AuthorAge
* Only allow regular files and directories spawn outputs to be uploaded to a re...Gravatar Benjamin Peterson2018-03-27
* BEP: also report the built artifacts in case of a testGravatar Klaus Aehlig2018-03-26
* Fold in warning and error output into client logging.Gravatar ccalvarin2018-03-23
* Create a new output formatter for cquery which output transition information ...Gravatar juliexxia2018-03-23
* Adding olaola to OWNERS on all remote libraries and tests.Gravatar olaola2018-03-22
* Improve error message when a persistent worker sends an unparseable response.Gravatar philwo2018-03-22
* Use PATH and LD_LIBRARY_PATH from the client's environment if possibleGravatar ulfjack2018-03-21
* Update the client's skeleton logging framework to use it for --client_debug.Gravatar ccalvarin2018-03-21
* A tiny binary to print all rules in a package, after BUILD macro expansion.Gravatar carmi2018-03-21
* Opensource some basic client tests.Gravatar ccalvarin2018-03-21
* Add a test, verifying that paths within the same repo can be hard-codedGravatar Klaus Aehlig2018-03-21
* Fix bazel_test_test when --local_test_jobs is set in system-wide bazelrc.Gravatar philwo2018-03-21
* Plumb support for mounting a sandboxfs instance during a build.Gravatar jmmv2018-03-19
* Fix remote_execution_test on Ubuntu, broken by https://github.com/bazelbuild...Gravatar olaola2018-03-16
* Propagating remote results, including stdout/err, to Bazel on execution timeo...Gravatar olaola2018-03-16
* Clean up whitespace in add_dep messagesGravatar cushon2018-03-15
* Bazel: add ar_files/as_files to cc_toolchain targetsGravatar Googler2018-03-14
* Remove unused files.Gravatar kaipi2018-03-14
* Fix toolchain and execution platform registration to use patterns.Gravatar John Cater2018-03-12
* Prefix startup dots with "Connecting to local Bazel server..." message.Gravatar ruperts2018-03-12
* Remove cycle error reporting from query results since they're not strictly re...Gravatar juliexxia2018-03-09
* Internal changeGravatar Laszlo Csomor2018-03-09
* Remove unnecessary I/O operations from handling remotely executed actions (fi...Gravatar olaola2018-03-08
* Implement support for sourceFiles parameter in JavaInfo constructor.Gravatar dbabkin2018-03-06
* Remove cc_inc_library from bazelGravatar hlopko2018-03-06
* Re-evaluate workspace status when clientEnv changesGravatar Justin Santa Barbara2018-03-06
* Increase timeout to "long" for:Gravatar twerth2018-03-05
* Add Android NDK r15 support for Bazel.Gravatar jingwen2018-03-02
* bazel_workspace_status_test: don't assume orderGravatar Justin Santa Barbara2018-03-01
* Support patching of git repositories as wellGravatar Klaus Aehlig2018-03-01
* Respect JAVA_HOME before searching JDK under "C:/Program Files/Java"Gravatar pcloudy2018-03-01
* Automated rollback of commit c0e52bce8278243e8fd43f8307b413114d3ebbba.Gravatar dannark2018-02-28
* Update ToolchainUtil to properly load and use the available executionGravatar John Cater2018-02-28
* external_patch_test: set user name/emailGravatar Klaus Aehlig2018-02-28
* external repos: add a Skylark library for common tasksGravatar Klaus Aehlig2018-02-28
* Make repository_chache non-experimental and enable by defaultGravatar Klaus Aehlig2018-02-27
* Verify embedding of paths to other foreign repositoriesGravatar Klaus Aehlig2018-02-26
* Add a regression test for SOURCE_DATE_EPOCHGravatar Klaus Aehlig2018-02-26
* A couple quality-of-life improvements for Bazel devs, in response to an email...Gravatar nharmata2018-02-23
* Set the correct include path for r13b's llvm-libc++ headers and fix compilati...Gravatar jingwen2018-02-23
* @AutoCodec for GenRuleAction.Gravatar cpeyser2018-02-23
* Add a test verifying legitmate path embeddingGravatar Klaus Aehlig2018-02-22
* Fix test name in fallback xml when --run_under is used.Gravatar Benjamin Peterson2018-02-22
* PiperOrigin-RevId: 186532302Gravatar ahumesky2018-02-21
* External repositories: document label expansionGravatar Klaus Aehlig2018-02-20
* Roll forward of https://github.com/bazelbuild/bazel/commit/3904ac33a983fd8fae...Gravatar olaola2018-02-20
* Accept proto paths relative to proto_source_root as direct dependencies.Gravatar elenairina2018-02-20
* http_archive: allow parameter for a single URLGravatar Klaus Aehlig2018-02-20
* External repositories: document legitimate path assumptionsGravatar Klaus Aehlig2018-02-20
* Get rid of unnecessary target retrieval in ToolchainUtil: the label will do j...Gravatar janakr2018-02-14