aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel
Commit message (Collapse)AuthorAge
* Merge pull request #15070 from Vizerai/filter_portGravatar Jim King2018-06-18
|\ | | | | Adding opencensus grpc plugin with bazel support.
* | Revert "Revert "Add suppressions to sanitizers for bazel builds""Gravatar adelez2018-06-15
| |
* | Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanupGravatar David Garcia Quintas2018-06-12
|\ \
| * | Add tags argument to grpc_cc_test and tag tcp_server_posix_test manual.Gravatar Adele Zhou2018-06-11
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanupGravatar David Garcia Quintas2018-06-04
|\| |
| * | Updated cc_grpc_library to refer to fully qualified rules includingGravatar kailashs2018-06-03
| | | | | | | | | | | | | | | workspace name. This removes the need for the use_external = True flag for out of workspace build of gRPC client/server code.
* | | Fix the inclusion "third_party/nanopb/..." to simply "..."Gravatar David Garcia Quintas2018-06-01
| | |
| * | Update bazel toolchain to RBE Ubuntu16_04 toolchain containerGravatar Adele Zhou2018-06-01
| | |
* | | restore grpc_generate_one_off_targets()Gravatar David Garcia Quintas2018-05-31
| | |
* | | Treat nanopb as a regular external depGravatar David Garcia Quintas2018-05-31
|/ /
| * Merge branch 'master' of https://github.com/Vizerai/grpc into filter_portGravatar Vizerai2018-05-29
| |\ | |/ |/|
* | Apply Wframe-larger-than flag to opt builds onlyGravatar Adele Zhou2018-05-16
| |
| * Adding opencensus grpc plugin.Gravatar Vizerai2018-05-10
| | | | | | | | Rebasing to merge commits.
* | bump boringssl-with-bazel to latest chromium-stable-with-bazelGravatar Jan Tattermusch2018-05-08
| |
* | Bump protobuf hash for BazelGravatar Mehrdad Afshari2018-04-19
|/
* Update the toolchain versionGravatar Adele Zhou2018-04-10
|
* Merge pull request #14625 from isturdy/generate-ccGravatar Nicolas Noble2018-03-29
|\ | | | | Fix C++ codegen with bazel in subrepositories
* \ Merge pull request #13290 from apolcyn/cares_address_sorting_master_cGravatar apolcyn2018-03-26
|\ \ | | | | | | Add address sorting submodule for use in c-ares wrapper
* | | Also add sizeGravatar Adele Zhou2018-03-23
| | |
* | | Use timeout instead of sizeGravatar Adele Zhou2018-03-23
| | |
* | | Add size param to grpc_cc_test and set it to enormous for fuzzer tests.Gravatar Adele Zhou2018-03-23
| | |
* | | Update commentGravatar yang-g2018-03-22
| | |
* | | Rename generate_mock to generate_mocksGravatar yang-g2018-03-21
| | |
| * | Stop relying on certain ipv6 macros. Also bazel build updates.Gravatar Alexander Polcyn2018-03-20
| | | | | | | | | | | | | | | | | | Fix error just made in bazel/grpc_build_system.bzl Fix merge conflict support/env -> gpr/env
| * | Add address sorting submodule for use in c-ares wrapperGravatar Alexander Polcyn2018-03-20
|/ /
| * Fix cross-repository proto includes.Gravatar Ian Sturdy2018-03-19
| |
* | build nanopb one-off targetGravatar Yihua Zhang2018-03-15
| |
* | Merge pull request #14638 from yihuazhang/hook_alts_againGravatar yihuaz2018-03-08
|\ \ | | | | | | Add ALTS code to grpc/core
| * | Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-08
| | |
| * | Revert "Add ALTS C stack to gRPC core"Gravatar Sree Kuchibhotla2018-03-07
| | |
| | * Add external bindings for targets needed for the cc_grpc_library rule.Gravatar Ian Sturdy2018-03-07
| | |
| | * Fix C++ codegen with bazel in subrepositoriesGravatar Ian Sturdy2018-03-07
| |/
| * Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-06
| |
* | Move python DNS utilities to utils subdirectoryGravatar Alexander Polcyn2018-03-06
|/
* Clean up grpc_py_binary build ruleGravatar Alexander Polcyn2018-03-06
|
* Pin a commit that comes with ubsan and msan.Gravatar Adele Zhou2018-03-01
|
* Upgrade bazel to 0.10.0Gravatar Adele Zhou2018-02-26
|
* Merge pull request #13963 from rongjiecomputer/windowsGravatar Jan Tattermusch2018-02-19
|\ | | | | [Bazel] Do not use -pthread on Windows
* | Add python bazel deps needed to run resolver component testsGravatar Alex Polcyn2018-02-14
| |
* | Update bazel toolchain version.Gravatar Adele Zhou2018-02-05
| |
| * [Bazel] Do not use -pthread on WindowsGravatar Loo Rong Jie2018-02-03
|/
* Redefine grpc_sh_binary as native.sh_binary.Gravatar Adele Zhou2018-01-30
|
* Merge pull request #13993 from vjpai/buildownGravatar Vijay Pai2018-01-16
|\ | | | | Add me to build system owners
* \ Merge pull request #13815 from vjpai/catcherGravatar Vijay Pai2018-01-15
|\ \ | | | | | | C++: Catch exceptions from sync method handlers rather than crashing server
* \ \ Merge pull request #14011 from apolcyn/avoid_ares_on_windowsGravatar apolcyn2018-01-12
|\ \ \ | | | | | | | | Correct a usage of select in grpc_build_system
| * | | Correct usage of select in _get_external_depsGravatar Alexander Polcyn2018-01-12
| | | |
* | | | Merge pull request #13991 from apolcyn/avoid_ares_on_windowsGravatar apolcyn2018-01-12
|\| | | | | | | | | | | Avoid the ares bazel dependency with grpc_no_ares=true
| | | * Add me to build system ownersGravatar Vijay Pai2018-01-11
| |_|/ |/| |
| * | Avoid building c-ares lib when grpc_no_ares is trueGravatar Alexander Polcyn2018-01-11
| | |
* | | Substitute a11r for ctiller in all OWNERS filesGravatar Craig Tiller2018-01-10
|/ /