Lidi Zheng
fe919dd71e
Pin to 19.3.1
5 years ago
Lidi Zheng
0404939ad0
Let our CI use the latest pip version
5 years ago
Lidi Zheng
6e636bec94
Merge pull request #21522 from menghanl/patch-1
...
fix fmt.Errorf missing args
5 years ago
Zack Galbreath
e3c1ee698d
Improve documentation for building with CMake
5 years ago
Vijay Pai
2e43fd4660
Merge pull request #21523 from vjpai/conversion
...
Check for negative on NextMessageSize
5 years ago
Esun Kim
97954dda09
Add namespace to MakeUnique in xds.cc
5 years ago
Yash Tibrewal
d13b188988
Merge pull request #21519 from yashykt/addinterop1.25
...
Add v1.25.0 to interop matrix
5 years ago
Doug Fawley
8ba63b39c1
Add v1.26.0 release of grpc-go to interop matrix ( #21513 )
...
Add v1.26.0 release of grpc-go to interop matrix
5 years ago
Zack Galbreath
d51ef5feca
Drop superbuild instructions
...
In the interest of not providing too many different ways to build
gRPC in our official instructions, we are dropping the section describing
how to do a "superbuild" (ExternalProject_Add). We can still point to the
example and distribtest if someone is curious how to do this.
5 years ago
Zack Galbreath
0be62b021a
Add distrib test for CMake FetchContent build
5 years ago
Jan Tattermusch
091c4da7eb
Merge pull request #21476 from zackgalbreath/crosscompile_example
...
Crosscompile example
5 years ago
Vijay Pai
4062025312
Check for negative on NextMessageSize
5 years ago
Menghan Li
0f091953c8
fix fmt.Errorf missing args
5 years ago
Yash Tibrewal
a782a3aab6
Merge branch 'master' into addinterop1.25
5 years ago
Richard Belleville
b1547c9d19
Merge pull request #21516 from gnossen/v1.26_interop
...
Add v1.26.0 to Interop Matrix
5 years ago
Yash Tibrewal
6a52d814f1
Add v1.25.0 to interop matrix
5 years ago
Esun Kim
eba3d123be
Merge pull request #21508 from veblush/cmake-abseil
...
Add cmake_target field to abseil targets
5 years ago
Lidi Zheng
0fd79a7d9d
Make the shell script more readable
5 years ago
Lidi Zheng
e27782c1c5
Simplify the check buildifier script logic
5 years ago
Lidi Zheng
d5d6914751
Make buildifier sanity test fail-able
5 years ago
Esun Kim
d2ffffad49
Merge pull request #21515 from veblush/trans-deps
...
Make transitive_deps as a topologically sorted list
5 years ago
Esun Kim
24021c9bab
Add cmake_target field to abseil targets
5 years ago
Richard Belleville
55b90151f4
Add v1.26.0 to interop matrix
5 years ago
Esun Kim
4a68e396a2
Make transitive_deps as a topologically sorted list
5 years ago
Lidi Zheng
a27b2c2015
Merge pull request #21428 from lidizheng/fix-py3checker
...
Make gen_build_yaml py23 agnostic
5 years ago
Doug Fawley
7d07949e55
Add v1.26.0 release of grpc-go to interop matrix
5 years ago
Zack Galbreath
c8175b66c4
Add distrib test for raspberry pi build
5 years ago
Zack Galbreath
ec239c48f7
Allow helloworld example to provide its own protoc and grpc_cpp_plugin
5 years ago
Zack Galbreath
64731f3c62
Add support for user-specified protoc
...
Make it possible to specify your own protoc when building protobuf in
a submodule.
When cross-compiling, we need to build the protobuf libraries for the
target architecture, yet we need to use a protoc executable built for
the host architecture.
5 years ago
Jiangtao Li
aad827f9f6
Merge pull request #21505 from ashithasantosh/ref
...
Use pointer instead of reference parameter
5 years ago
Lidi Zheng
f20cfa82f3
Merge pull request #21495 from lidizheng/aio-fix-shutdown
...
[Aio] Improve the server shutdown logic
5 years ago
Ashitha Santhosh
0ef0be6541
Add nullptr check for max_frame_size.
5 years ago
Ashitha Santhosh
ec4bfdfa57
Use pointer instead of reference parameter
5 years ago
Muxi Yan
ef8be0ffb7
Merge pull request #21485 from grpc/cpp-timeout-ext
...
Extend grpc-cpp-test-cronet timeout
5 years ago
Esun Kim
64a599c5ae
Merge pull request #21499 from veblush/abseil-update
...
Update abseil to the latest
5 years ago
Esun Kim
f1a0ed2901
Merge pull request #21500 from veblush/update-upb
...
Update upb
5 years ago
Esun Kim
01ca25b429
Squashed 'third_party/upb/' changes from 8a3ae1ef3e..2a25fd557e
...
2a25fd557e Merge pull request #226 from lizan/upb_bazel_version
b973c06480 prefix bazel_version
git-subtree-dir: third_party/upb
git-subtree-split: 2a25fd557e1fff9b2c7377a9eb91e2ebcd21470c
5 years ago
Esun Kim
508a20b2e2
Merge commit '01ca25b429b2e9ff2d7e5271367aa545fe3ba62a' into update-upb
5 years ago
Esun Kim
f47ae53da4
Update abseil
5 years ago
Lidi Zheng
a53d47b594
Merge pull request #21480 from lidizheng/fix-perf
...
Use fast cpp protos for Bazel Python builds
5 years ago
Lidi Zheng
bf1bfff280
Improve readability & reduce logging severity
5 years ago
Esun Kim
d665f8359a
Merge pull request #21487 from veblush/bundler
...
Change bundler version
5 years ago
Esun Kim
4444ab9b8e
Merge pull request #21481 from veblush/net-csharp
...
Support CentOS 7 for gRPC.NET
5 years ago
Zack Galbreath
684aa48063
Updated documentation for using gRPC C++
...
Improve the documentation on how to use gRPC C++ from another project,
particularly for CMake.
5 years ago
Jan Tattermusch
b5c3056d25
Merge pull request #21427 from zackgalbreath/cmake_ssl_assembly
...
Conditionally enable OPENSSL_NO_ASM for Visual Studio
5 years ago
Yang Gao
2e4ebd7478
Merge pull request #21494 from grpc/revert-21478-max_message_size
...
Revert "Allow plugin/option/global_callback to override max_recv_message_size"
5 years ago
Vijay Pai
1bd6fcc338
Merge pull request #21491 from vjpai/rotate
...
Pass rotation to Yash
5 years ago
Lidi Zheng
8ad6152f00
Remove the explicit coroutine tracking
5 years ago
Yang Gao
5a938a7012
Revert "Allow plugin/option/global_callback to override max_recv_message_size"
5 years ago
Esun Kim
885b1aa785
Change bundler version
5 years ago