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
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
Jan Tattermusch
7f0a4ba027
bump boringssl-with-bazel to latest chromium-stable-with-bazel
7 years ago
Mehrdad Afshari
8a2c6010ee
Bump protobuf hash for Bazel
7 years ago
Adele Zhou
bc690e0444
Update the toolchain version
7 years ago
Adele Zhou
aadbd18596
Also add size
7 years ago
Adele Zhou
7bc84a2256
Use timeout instead of size
7 years ago
Adele Zhou
ad5be3e310
Add size param to grpc_cc_test and set it to enormous for fuzzer tests.
7 years ago
yang-g
69d7a0364a
Update comment
7 years ago
yang-g
502ba74868
Rename generate_mock to generate_mocks
7 years ago
Alexander Polcyn
d21ee15076
Stop relying on certain ipv6 macros. Also bazel build updates.
...
Fix error just made in bazel/grpc_build_system.bzl
Fix merge conflict support/env -> gpr/env
7 years ago
Alexander Polcyn
690dde672a
Add address sorting submodule for use in c-ares wrapper
7 years ago
Ian Sturdy
e6dfa9cd74
Fix cross-repository proto includes.
7 years ago
Yihua Zhang
5848893d65
build nanopb one-off target
7 years ago
Yihua Zhang
04fb58efbd
Add ALTS code to grpc/core
7 years ago
Sree Kuchibhotla
ae277dd000
Revert "Add ALTS C stack to gRPC core"
7 years ago
Ian Sturdy
3a8c0d6a19
Add external bindings for targets needed for the cc_grpc_library rule.
7 years ago
Ian Sturdy
ec27b28121
Fix C++ codegen with bazel in subrepositories
7 years ago
Yihua Zhang
eaf6486677
Add ALTS code to grpc/core
7 years ago
Alexander Polcyn
0a05b782fe
Move python DNS utilities to utils subdirectory
7 years ago
Alexander Polcyn
092f199474
Clean up grpc_py_binary build rule
7 years ago
Adele Zhou
dfa20d88f1
Pin a commit that comes with ubsan and msan.
7 years ago
Adele Zhou
6b80417269
Upgrade bazel to 0.10.0
7 years ago
Alex Polcyn
aa56034b58
Add python bazel deps needed to run resolver component tests
7 years ago
Adele Zhou
238332272c
Update bazel toolchain version.
7 years ago
Loo Rong Jie
e97c230f87
[Bazel] Do not use -pthread on Windows
7 years ago