vam-google
dbe62a6e6c
Switch to `py2and3_test` rule from py_test
5 years ago
Vijay Pai
6dfa6c11e6
Merge pull request #20605 from chrisse74/chrisse74-castW32
...
c++ remove win32 conversion warning
5 years ago
Kyle Edwards
5f4b8c350d
Honor CARES_ROOT_DIR
...
Honor CARES_ROOT_DIR in the add_subdirectory() call.
Fixes : #17876
5 years ago
Lidi Zheng
bbc01a6aca
Merge pull request #20616 from lidizheng/wheel-3.8
...
Release 3.8 binary wheels
5 years ago
Vijay Pai
d8d157effa
Use range-based fors in include/grpcpp
5 years ago
Vijay Pai
d6998122db
Use range-based fors in src/cpp/{client,server}
5 years ago
Vijay Pai
b7705ce2ee
Use C++11 range-based fors
5 years ago
Mark D. Roth
72475f48a0
Merge pull request #20621 from jtattermusch/cmake_pkgconfig_openssl
...
make cmake grpc.pc depend on openssl too
5 years ago
hcaseyal
a13c5a9c23
Merge pull request #20513 from hcaseyal/add_log
...
Skip service_config_test on old libstdc++ versions
5 years ago
Vijay Pai
6f9fe64626
Improve logging on API misuse assert
5 years ago
Jan Tattermusch
022e4490a0
try to fix pkgconfig distribtest
5 years ago
Jan Tattermusch
b0c87fd26b
Merge pull request #20555 from jtattermusch/workaround_slice_test_compiler_bug
...
work around slice_test compiler bug (for windows bazel opt build)
5 years ago
Vijay Pai
02c3bd6c2c
One more formatting change
5 years ago
Vijay Pai
f586be8532
Fix formatting
5 years ago
Christian Maurer
827fd04402
moved created() into header file
5 years ago
Christian Maurer
bbb66caa64
rename isCreated, make it inline const
5 years ago
Lidi Zheng
3c7cd1543d
Make YAPF happy
5 years ago
Lidi Zheng
794690ad34
Remove macOS and Windows 3.8 artifacts
5 years ago
vam-google
564dc771dc
Return PyInfo provider with imports from _gen rules and pass that as deps in py_library. This allows hiding _virtual_imports include path from the surface.
5 years ago
Lidi Zheng
25be7c93d0
Merge branch 'master' into aio-server
5 years ago
vam-google
9e6e57bfba
Merge remote-tracking branch 'upstream/master'
5 years ago
Lidi Zheng
995c4f4455
Try to pin the python_version to PY3
5 years ago
Lidi Zheng
175c8e44b9
Cosmetic changes to increase readability
5 years ago
Lidi Zheng
8ab1672c88
Release 3.8 wheels
5 years ago
Vijay Pai
f841c3ea30
Merge pull request #8693 from thinkerou/use_cpp11_for
...
Use range-based for loops on c++11
5 years ago
Qixuan Li
6a89c0e57e
Add more logging to channel_soak interop test to indicate the boundary of an iteration
5 years ago
Nicolas Noble
d7f13a028b
Merge pull request #20611 from grpc/revert-20558-upgrade_bazel100
...
Revert "Upgrade to bazel 1.0.0"
5 years ago
Nicolas Noble
04d7e0d11f
Revert "Upgrade to bazel 1.0.0"
5 years ago
Nicolas Noble
31853bb797
Merge pull request #20610 from grpc/revert-20277-grpc-19871/unary_unary_client_aio-implement-timeout
...
Revert "Grpc 19871/unary unary client aio implement timeout"
5 years ago
Nicolas Noble
d988d928e4
Revert "Grpc 19871/unary unary client aio implement timeout"
5 years ago
Jan Tattermusch
18fb48de59
use even better workaround
5 years ago
Hope Casey-Allen
3883c577f1
Skip running service config test on older libstdc++ versions and log to ERROR
5 years ago
Jan Tattermusch
2c532e5478
Merge pull request #20558 from jtattermusch/upgrade_bazel100
...
Upgrade to bazel 1.0.0
5 years ago
jeffreyqw
f1b02753ff
php-docker-README-update
5 years ago
Vijay Pai
784d065175
Merge pull request #17248 from gthb/patch-2
...
Make mergeability messages more clear and fix typo
5 years ago
Juanli Shen
d6a609178f
Merge pull request #20595 from AspirinSJL/trivial_3
...
Hand off triage duty to yang-g
5 years ago
Mark D. Roth
621ea6534d
Fix xds_bootstrap_test to actually run and fix bugs in it.
5 years ago
Jan Tattermusch
0d459bfab5
Merge pull request #20575 from jtattermusch/eradicate_git_repository
...
bazel: Replace git_repository occurence by http_archive
5 years ago
Mark D. Roth
9a276c07fa
Revert "Merge pull request #20593 from grpc/revert-20380-xds_client_bootstrap"
...
This reverts commit 0bd5efa55f
, reversing
changes made to f92c283a5d
.
5 years ago
Jan Tattermusch
260dc18f47
a cleaner workaround
5 years ago
Jan Tattermusch
932ce81228
workaround_slice_test_compiler_bug
5 years ago
Christian Maurer
24f19ae069
c++ remove win32 conversion warning
5 years ago
chrisse74
946028e80e
Merge pull request #5 from grpc/master
...
merge from upstream master
5 years ago
Jan Tattermusch
80ff750b7c
improve RpcException doc comments
5 years ago
Zhiliang Xu
4030b49f71
Fix a typo in transport_explainer.md
...
Fix a typo in transport_explainer.md
5 years ago
Lidi Zheng
c6ae98d49a
Minimal AsyncIO Server for gRPC
...
* Extends AsyncIO IO manager to support server-side operations;
* Adds more logic to AsyncSocket class;
* Implements an AsyncIO server that can serve unary-unary handlers;
* Adds a server test with grpc.aio.Channel;
* Support both Bazel / setup.py build.
5 years ago
Muxi Yan
2951e72aee
Merge pull request #20560 from muxi/unary-handler
...
Added convenience class GRPCUnaryResponseHandler for unary calls
5 years ago
Muxi Yan
37c36e843a
clang-format
5 years ago
Stanley Cheung
acd09a1ee5
Merge pull request #20579 from HannahShiSFB/20523-phpunit5
...
PHP: change phpunit version from 4.8.36 to 5.7.27
5 years ago
Juanli Shen
dd056cb0ac
Hand off triage duty to yang-g
5 years ago