aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel
Commit message (Collapse)AuthorAge
* upgrade third_party/boringssl-with-bazel to latest chromium-stable-with-bazelGravatar Jan Tattermusch2018-10-27
|
* upgrade bazel toolchain repo to 0.18 releaseGravatar Jan Tattermusch2018-10-25
|
* update OWNERS filesGravatar Jan Tattermusch2018-10-09
|
* Delete epollsig poller and tests using itGravatar Vijay Pai2018-09-22
|
* attempt on fixing the bazel location bugGravatar Bill Feng2018-08-27
|
* Upgrade bazel to 0.16.1Gravatar Adele Zhou2018-08-24
|
* upgrade protobuf in grpc_deps.bzl to v3.6.1Gravatar Jan Tattermusch2018-08-07
|
* update grpc_deps.bzlGravatar Jan Tattermusch2018-08-07
|
* Basic setup to build gRPC Python with BazelGravatar Naresh2018-07-27
| | | | | | | | | | | | | | | Building gRPC Python with Bazel has been one of the long requested additions to gRPC (#8079). Doing so had been made complex by the fact that Bazel itself is still in active development. There has been extensive work on building Cython code at tensorflow, which can be reused for gRPC's purposes as well. Major included changes required for building grpcio with Bazel are: - Include Cython as a third party Bazel package, to compile the Cython parts of gRPC Python. - Include rules for Python autoconfiguration so Python headers can be detected by cygrpc.
* 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
|/