Danjie Wenren
93e8830070
Address comments.
...
- Fix sanit test check_bazel_workspace.py.
- Use the new `grpc_extra_deps` in the Bazel workspace test.
5 years ago
Esun Kim
e12ff9cd58
Remove third_party/libcxx[abi]
5 years ago
Jan Tattermusch
520c4a737d
update third_party/boringssl to master
5 years ago
Jan Tattermusch
df12f443f4
update third_party/boringssl again
5 years ago
Jan Tattermusch
76a418f380
update check_submodules.sh and podspec template
5 years ago
Esun Kim
300077aac1
Update upb to HEAD
5 years ago
Jan Tattermusch
7357f63c09
update check_submodules.sh and grpc_deps.bzl
5 years ago
Mark D. Roth
21c5424477
Add API for accessing per-call backend metric data in LB policies.
5 years ago
Hope Casey-Allen
f66f047841
Update googletest version to fix BoringSSL support
5 years ago
Esun Kim
7ec6e8a4de
Remove nanopb from gRPC
5 years ago
Lidi Zheng
66675437aa
Bump YAPF to use Python 3
5 years ago
Esun Kim
78a01a5782
Update upb to the latest
5 years ago
Esun Kim
807cd08f4a
Fix upb build typo
5 years ago
Esun Kim
f88bd06ee5
Go UPB!
5 years ago
Richard Belleville
37b6c8cefd
Fix sanity check
5 years ago
Lidi Zheng
a0ba0b1ff2
Change format
5 years ago
Lidi Zheng
f20171f28b
Found another breakage
5 years ago
Lidi Zheng
3eb376c911
Make py3 syntax check happy
5 years ago
Tony Lu
f4ff1a12d0
Whitelisted build_bazel_rules_apple
5 years ago
Esun Kim
e45c5f021b
Add check_upb_output to sanity test
5 years ago
Esun Kim
44de9634f6
Update third_party/upb to the latest
5 years ago
Nicolas "Pixel" Noble
a4608cb373
Properly using upb's upstream.
5 years ago
Nicolas "Pixel" Noble
c4481f5538
Trying out my upb change.
5 years ago
Nicolas "Pixel" Noble
170beff648
Upgrading absl submodule, in the hope this will make Windows RBE work.
5 years ago
Nicolas "Pixel" Noble
fabad6e687
Fixing check bazel workspace script.
6 years ago
Nicolas "Pixel" Noble
27030f58aa
Renaming data-plane-api to envoy-api.
6 years ago
Nicolas "Pixel" Noble
9f0d0e030f
Syncing all the data-plane-api references.
6 years ago
Muxi Yan
bb7829b87b
Relocate cpu_cost to correct test case
6 years ago
Arjun Roy
bff4dd1b2d
Fast-path for no-error case for grpc_error_get_status.
...
For each client side call, we execute grpc_error_get_status; in the common case
that there is no error, we save roughly 30 instructions and a call to strlen.
6 years ago
Prashant Jaikumar
43628b286f
Update googletest version to v1.8.1
...
Bazel builds of test/cpp/end2end:end2end_test were failing on Mac OS with v1.8.0 due to missing gtest symbols. The issue is not seen in v1.8.1. A WORKSPACE file was added to gtest repo in 1.8.1, so gtest.BUILD can be removed.
6 years ago
Muxi Yan
ec8777c6aa
Add protobuf pod version sanitizer
6 years ago
Nicolas "Pixel" Noble
8de64087a3
Clean bazel 0.26 upgrade.
6 years ago
Nicolas "Pixel" Noble
63e2c91efe
New version of upb.
6 years ago
Hao Nguyen
79f7abb45e
Update zlib dependency
6 years ago
Hao Nguyen
1ddaafd677
Update protobuf version
6 years ago
Esun Kim
90fbdc92f5
Roll-forward "Config migration"
...
This reverts commit 236ae12bb1
.
6 years ago
Alexander Polcyn
236ae12bb1
Revert "Config migration"
...
This reverts commit 87905ae5ea
.
6 years ago
Esun Kim
87905ae5ea
Config migration
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
Alexander Polcyn
880796e8ba
Revert "Ban std:: sync constructs"
...
This reverts commit bb8ba4547a
.
6 years ago
Vishal Powar
2975571fd3
Update the upb submodule for proto.oneof fix in generated code.
6 years ago
Vijay Pai
bb8ba4547a
Ban std:: sync constructs
6 years ago
Nicolas Lopez
d1640057f2
use rbe_autoconfig
6 years ago
Fabian Holler
113e84b8dd
update cares to version cares-1_15_0
...
This fixes the issue: https://github.com/grpc/grpc/issues/16688
Which causes that grpc can not be build because of the following
compiler error:
third_party/cares/cares/ares_init.c: In function ‘ares_dup’:
third_party/cares/cares/ares_init.c:301:17: error: argument to ‘sizeof’ in ‘strncpy’ call is the same expression as the source; did you mean to use the size of the destination? [-Werror=sizeof-pointer- memaccess] sizeof(src->local_dev_name));
6 years ago
Vishal Powar
fb15daf8b9
Add generated upb code for endpoints information.
...
Also,
- Update upb submodule for new code generator and update generated
files.
6 years ago
Bill Feng
d9fc63f42f
generated project for updated submodule
6 years ago
Vishal Powar
319fcdf26e
Add a script for generating C code and build rule for protobuf protos.
...
All these changes need to go together to make sense
- changes to use new version of upb in bazel
- allowing includes in build target option
- script for generating c code (upb) for protos
- generated code for example protos
- adding changes for non-bazel builds
- change sanity tests to ignore the generated files.
6 years ago
Jan Tattermusch
0c8c4c6dd5
update third_party/protobuf to v3.7.0
6 years ago
Adam Cozzette
7cd19f2af3
Updated check_bazel_workspace.py
6 years ago
Alexander Polcyn
ac6795a57e
Revert "Changes add a script for generating C code and build rule for protobuf"
...
This reverts commit 62027b7e14
.
6 years ago