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
Yash Tibrewal
620d80d817
Remove poll-cv references from bazel and run_tests.py
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
Laurent Le Brun
6f3a00c1a3
Fix for future Bazel changes
...
This fixes issues found by running Bazel with `--incompatible_no_support_tools_in_action_inputs` and `--incompatible_new_actions_api`.
6 years ago
Prashant Jaikumar
e8efe06a42
Re-add cfstream_test
...
2nd attempt at adding cfstream_test after fixing internal build failures caused by first attempt.
6 years ago
Prashant Jaikumar
6177befe94
Re-add cfstream_test
...
2nd attempt at adding cfstream_test after fixing internal build failures caused by first attempt.
6 years ago
Vijay Pai
03de98d5ef
Revert "Add test for network transitions when CFStream is enabled"
6 years ago
Prashant Jaikumar
2f0f522423
Add end2end test for cfstream
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
cc6ef78972
Use test timeout implied by test size (unless overridden).
...
Currently, grpc_cc_test with size="large" will still have
timeout="moderate" (which corresponds to medium size test)
because the timeout will be overriden by the default arg.
Fixing as this behavior is very counterintuitive.
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
Max Vorobev
25e13ac79b
Fix incompatible_bzl_disallow_load_after_statement, deprecated attribute usage
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
Bill Feng
fbd3808d0d
added exec_compatible_with to sh_test
6 years ago
Vishal Powar
f614fa5947
Adding upb as submodule
...
upb will be used for codegen of xDS protos.
6 years ago
Bill Feng
9759a1b241
removed accidental submodule update
6 years ago
Jan Tattermusch
0685b80683
upgrade third_party/boringssl-with-bazel to latest chromium-stable-with-bazel
6 years ago
Jan Tattermusch
97773e3a51
upgrade bazel toolchain repo to 0.18 release
6 years ago
Jan Tattermusch
af4649efae
update OWNERS files
6 years ago
Vijay Pai
be18cedf90
Delete epollsig poller and tests using it
6 years ago
Bill Feng
2fa4d430a6
attempt on fixing the bazel location bug
6 years ago
Adele Zhou
5f84445781
Upgrade bazel to 0.16.1
6 years ago
Jan Tattermusch
cbb9feea01
upgrade protobuf in grpc_deps.bzl to v3.6.1
6 years ago
Jan Tattermusch
e8c3bf00bc
update grpc_deps.bzl
6 years ago
Naresh
3af1aaadab
Basic setup to build gRPC Python with Bazel
...
Building gRPC Python with Bazel has been one of the long requested
additions to gRPC (#8079 ). Doing so had been made complex by the fact
that Bazel itself is still in active development.
There has been extensive work on building Cython code at tensorflow,
which can be reused for gRPC's purposes as well.
Major included changes required for building grpcio with Bazel are:
- Include Cython as a third party Bazel package, to compile the Cython
parts of gRPC Python.
- Include rules for Python autoconfiguration so Python headers can be
detected by cygrpc.
6 years ago
adelez
5bdd9a8cb9
Revert "Revert "Add suppressions to sanitizers for bazel builds""
7 years ago
Nicolas Noble
43557fee0b
Revert "Add suppressions to sanitizers for bazel builds"
7 years ago
Adele Zhou
4cd659505c
Add data param to grpc_cc_library
7 years ago
Adele Zhou
ff1d1b3b68
Add tags argument to grpc_cc_test and tag tcp_server_posix_test manual.
7 years ago
kailashs
c4b510246c
Updated cc_grpc_library to refer to fully qualified rules including
...
workspace name. This removes the need for the use_external = True flag
for out of workspace build of gRPC client/server code.
7 years ago
David Garcia Quintas
00e045dbb2
Fix the inclusion "third_party/nanopb/..." to simply "..."
7 years ago
Adele Zhou
304ff8fcbb
Update bazel toolchain to RBE Ubuntu16_04 toolchain container
7 years ago
David Garcia Quintas
3351fe3a3f
restore grpc_generate_one_off_targets()
7 years ago
David Garcia Quintas
483b4b7bde
Treat nanopb as a regular external dep
7 years ago
Adele Zhou
b47e557d18
Apply Wframe-larger-than flag to opt builds only
7 years ago
Vizerai
41e4cedb70
Adding opencensus grpc plugin.
...
Rebasing to merge commits.
7 years ago