Esun Kim
f88bd06ee5
Go UPB!
5 years ago
Richard Belleville
3638167e40
Call grpc_python_deps() from grpc_deps().
5 years ago
Tony Lu
44868ae12a
Starting a new branch with same changes from https://github.com/grpc/grpc/pull/19621
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
a1189961af
Another upb Windows change.
5 years ago
Nicolas "Pixel" Noble
685695f8bc
Trying one another fix for upb.
5 years ago
Nicolas "Pixel" Noble
43a8461c24
Rollbacking upb stuff.
5 years ago
Nicolas "Pixel" Noble
c4481f5538
Trying out my upb change.
5 years ago
Esun Kim
bd5ed4fddd
Move compiler targets from /BUILD to /src/compiler/BUILD
5 years ago
Nicolas "Pixel" Noble
170beff648
Upgrading absl submodule, in the hope this will make Windows RBE work.
5 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
Jan Tattermusch
a3fd28bdbf
fix ubsan build for 0.26
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
Nicolas "Pixel" Noble
1a3dd36c89
Upgrading to bazel 0.26.
6 years ago
Nicolas "Pixel" Noble
e360dd4f76
Upgrading to bazel 0.26.
6 years ago
Hao Nguyen
79f7abb45e
Update zlib dependency
6 years ago
Hao Nguyen
1ddaafd677
Update protobuf version
6 years ago
Jan Tattermusch
659f71099c
upgrade bazel toolchain to fix ubsan RBE build
6 years ago
Moiz Haidry
49e7f4b2e4
Added more rules to resolve deps
6 years ago
Moiz Haidry
4995670257
Add support to import envoy protos
6 years ago
Moiz Haidry
6c3e3aeb77
Removed git repo from WORKSPACE as that was the incorrect location. Added the code to grpc_deps.bzl instead
6 years ago
Keith Moyer
0468a803b4
Add missing sha256 for http_archive deps
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
Vishal Powar
2975571fd3
Update the upb submodule for proto.oneof fix in generated code.
6 years ago
Nicolas Lopez
7f38bc6fd3
updating bazel-toolchains pin
6 years ago
Nicolas Lopez
8d6b6accd7
use experimental ubsan config
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
yang-g
38b82fb7c3
Update opencensus to fix build
6 years ago
Bill Feng
e9ad9e90b3
reinstated version bump of google benchmark
6 years ago
Jan Tattermusch
cf6a311761
Revert "Windows builds for gRPC C++ tests"
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
e3c024591b
update bazel build to protobuf v3.7.0
6 years ago
billfeng327
5eb1e8d8c9
code cleanup, removed old build file
6 years ago
billfeng327
ab06853fc9
C++ Windows test builds
6 years ago
Bill Feng
179eb2b4a5
update dependency version for bazel
6 years ago
billfeng327
9d81e9ef61
updated version of abseil for enabling windows bazel build
6 years ago
Jan Tattermusch
06d76ebf23
Fix formatting of bazel_skylib dependency
6 years ago
Adam Cozzette
64fed49459
Added bazel_skylib dependency in preparation for protobuf update
...
Protobuf 3.7.0 will depend on bazel_skylib, so gRPC needs to add it as a
dependency in its own workspace.
6 years ago
Jan Tattermusch
7a814e2597
fix build with bazel 0.21
6 years ago
Bill Feng
56268e0927
fixed typo on hash
6 years ago
Bill Feng
b2ac318566
updated repo for bazel to latest version
6 years ago
Bill Feng
95dc9c1110
updated repo for bazel
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
Vishal Powar
62027b7e14
Changes 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 for protos
- generated code for example build
- adding changes for non-bazel builds
- change sanity tests to ignore the generated files.
6 years ago
Nicolas "Pixel" Noble
2e139e35fc
Bazel 0.20.0 workspace fixes.
6 years ago
Nicolas "Pixel" Noble
f0fbee5932
Bazel 0.20.0 workspace fixes.
6 years ago
Vishal Powar
f614fa5947
Adding upb as submodule
...
upb will be used for codegen of xDS protos.
6 years ago