Jan Tattermusch
92a7d4b615
standardize bazel rbe credentials
6 years ago
Jan Tattermusch
296f42c3e6
improve windows RBE build
6 years ago
Arjun Roy
7d946633ea
grpc_slice_refcount devirtualization
6 years ago
Esun Kim
4b4ecdf3b9
Fixed sanitize.sh
...
It has been broken since check_copyright dropped the --fix option.
This script is modified not to use the missing option.
6 years ago
Soheil Hassas Yeganeh
2b9448a71c
Revert "Revert "Introduce C++ wrappers for gpr_mu and gpr_cv.""
...
This reverts commit d09c9f8e20
.
6 years ago
Lidi Zheng
7095f5acbe
Use requirements.bazel.txt to generate Python documents
6 years ago
Yihua Zhang
ef4508ca0d
fix memory leaks in ssl credential reload.
6 years ago
Bill Feng
9ebde5ecce
removed debug output
6 years ago
Bill Feng
85100a780f
windows rbe for Kokoro CI
6 years ago
Alexander Polcyn
4ba81610ee
Revert "Update the upb submodule for proto.oneof fix in generated code."
...
This reverts commit 2975571fd3
.
6 years ago
Jan Tattermusch
788e5fd0f8
workaround the need to source activate.sh
6 years ago
Alexander Polcyn
880796e8ba
Revert "Ban std:: sync constructs"
...
This reverts commit bb8ba4547a
.
6 years ago
Alexander Polcyn
d09c9f8e20
Revert "Introduce C++ wrappers for gpr_mu and gpr_cv."
...
This reverts commit a26c09dd25
.
6 years ago
Vishal Powar
2975571fd3
Update the upb submodule for proto.oneof fix in generated code.
6 years ago
John Luo
2ec339d4c9
Update aspnetcore interop scripts to use activate.sh
6 years ago
Jan Tattermusch
453cde5fb9
use bazel 0.23.2 for macos bazel build
6 years ago
Soheil Hassas Yeganeh
e85dd2e644
Fix build errors
6 years ago
Karthik Ravi Shankar
f03b309787
Revert "Merge pull request #18458 from grpc/grpc_namespace_server"
...
This reverts commit dc1089a6d1
, reversing
changes made to 31843787cc
.
This change also includes - Revert "Merge pull request #17932 from soheilhy/gprpp-mutex"
This reverts commit df4b6a763d
, reversing
changes made to dc1089a6d1
.
6 years ago
Karthik Ravi Shankar
dad3f34207
Revert "Revert "Revert "Folding the Channel class into the grpc_impl namespace."""
6 years ago
Kun Zhang
ddd10e2c4c
Add grpc-java 1.20.0 to test matrix.
6 years ago
Karthik Ravi Shankar
891b6cf7ae
Revert "Folding CompletionQueue and ServerCompletionQueue."
6 years ago
Vishal Powar
df3d5bc8f7
Add upb generated code and build rule for lrs protocol.
6 years ago
Vijay Pai
bb8ba4547a
Ban std:: sync constructs
6 years ago
Jan Tattermusch
a7592d098f
grpc-performance-kokoro-v5 kokoro perf image changes
6 years ago
Soheil Hassas Yeganeh
a26c09dd25
Introduce C++ wrappers for gpr_mu and gpr_cv.
...
Introduce RAII wrappers in the grpc::internal and grpc_core
namespaces, and use them in place of std::mutex and
std::condition_variable.
Note that, since std::mutex is also used by the public
C++ headers we cannot introduce these wrappers in grpc_core.
Also, note that in grpcpp we cannot use gRPC core and vice versa.
So we had to duplicate the code, once using core_codegen_interface
and once using direct calls.
6 years ago
Bill Feng
5158c3db27
naming update, documentation fix
6 years ago
Bill Feng
df89d8e157
bazel RBE Windows build
6 years ago
Karthik Ravi Shankar
e8c0b2433a
Make script fixes
6 years ago
Bill Feng
7eb3f28b7f
added todo statments
6 years ago
Yash Tibrewal
390078b7a8
Add tests for new service config mechanism
6 years ago
Eric Anderson
977e4b1450
grpc_interop_java: Remove unnecessary cruft from container
...
This reduces the container size from 1.4 GB to 640 MB. 129 MB is
jessie, 489 MB jdk, and 22 MB grpc-java. When we swap from jessie to
stretch, we could swap to openjdk:8-jdk-slim-stretch which would make
the entire image 265 MB.
Python was never needed; it was added by mistake in 0589e533
.
Pre-downloading gradle artifacts isn't helpful these days, because we
build on a clean machine. Git isn't needed as cp is sufficient. libapr1
has not been required by tcnative for a long time, and we even use
tcnative-boringssl-static since at least 1.0, which also doesn't need
it. The final cleanup is to remove source and downloaded artifacts when
done compiling.
6 years ago
Bill Feng
d74e4079c5
upgrade bazel to 0.23.2 for docker legacy bazel builds
...
excluded Python tests from Bazel legacy C/C++ Kokoro CI jobs
disabled building examples due to existance of python
6 years ago
Srini Polavarapu
190609d332
add v1.19.0 to interop matrix for cxx, python, csharp
6 years ago
Karthik Ravi Shankar
6287a60b5b
Fix script errors
6 years ago
Jan Tattermusch
cba5c089eb
Upgrade linux RBE tests to bazel 0.23.2
6 years ago
Mark D. Roth
eccfecd6a6
Move functions for individual args out of channel_args.{h,cc}.
6 years ago
Srini Polavarapu
8a698e2cfd
release notes generation script
6 years ago
Jan Tattermusch
6da82f08bd
add job to give early warning about incompatible bazel changes
6 years ago
Karthik Ravi Shankar
8e092b45fa
Move ProtoServerReflectionPlugin from grpc to grpc_impl namespace
6 years ago
Jan Tattermusch
6ddee61f75
Upgrade linux RBE tests to bazel 0.22
6 years ago
Lidi Zheng
0231bf3b01
Regenerate projects
6 years ago
Karthik Ravi Shankar
6a3e3413c5
Add missing files for alternate builds.
6 years ago
Nicolas "Pixel" Noble
16ffa810b1
More missing files.
6 years ago
Moiz Haidry
ba00d3c914
Added a locality map class that maintains a child policy per locality. This is used by the xds lb policy to manage multiple localities. Also added a grpc_core::Map which is a templatized map, that is used by the locality map to maintain this info
6 years ago
Jan Tattermusch
5f028a6a0e
Update remote_build credentials instructions.
6 years ago
Karthik Ravi Shankar
b4fbcc96dd
Fix run_tools json file
6 years ago
murgatroid99
f08b3ffa67
Fix ruby bundler package version mismatch
6 years ago
Jan Tattermusch
5fba3425c0
Fix link to unexistent docs
6 years ago
murgatroid99
2a12b47f0b
Fix other docker build issues
6 years ago
Nicolas Lopez
55d4aa9c82
fix ubsan crosstool flag
6 years ago