Commit Graph

232 Commits

Author SHA1 Message Date
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.
2019-06-20 18:17:13 -07:00
Jan Tattermusch 4d33b5c955
Merge pull request #19182 from haon4/201905291635
Update protobuf version to 3.8.0
2019-06-18 17:36:27 +02:00
Hao Nguyen 79f7abb45e Update zlib dependency 2019-05-29 17:07:00 -07:00
Hao Nguyen 1ddaafd677 Update protobuf version 2019-05-29 16:37:10 -07:00
Esun Kim 90fbdc92f5 Roll-forward "Config migration"
This reverts commit 236ae12bb1.
2019-05-20 15:47:24 -07:00
Alexander Polcyn 236ae12bb1 Revert "Config migration"
This reverts commit 87905ae5ea.
2019-05-14 14:36:33 -07:00
Esun Kim 87905ae5ea Config migration 2019-05-09 12:29:38 -07:00
Jan Tattermusch d5769552c6
Merge pull request #18280 from nlopezgi/master
Setup rbe_autoconfig for gRPC builds that use RBE
2019-04-15 12:08:22 +02:00
Alexander Polcyn 4ba81610ee Revert "Update the upb submodule for proto.oneof fix in generated code."
This reverts commit 2975571fd3.
2019-04-12 12:00:10 -07:00
vishalpowar da818e887f
Merge pull request #18733 from vishalpowar/update_upb_submodule
Update the upb submodule for proto.oneof fix in generated code.
2019-04-12 10:06:31 -07:00
Alexander Polcyn 880796e8ba Revert "Ban std:: sync constructs"
This reverts commit bb8ba4547a.
2019-04-11 17:56:41 -07:00
Vishal Powar 2975571fd3 Update the upb submodule for proto.oneof fix in generated code. 2019-04-11 16:24:58 -07:00
Nicolas Lopez a32b1eb765
Merge branch 'master' into master 2019-04-11 15:00:34 -04:00
Vijay Pai bb8ba4547a Ban std:: sync constructs 2019-04-09 09:00:12 -07:00
Nicolas Lopez d1640057f2 use rbe_autoconfig 2019-03-28 09:56:50 -04:00
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));
2019-03-26 13:13:49 -07:00
vishalpowar 62ba0b89b1
Merge pull request #18425 from vishalpowar/xds_ads_upb_generate
Add generated upb code for endpoints information.
2019-03-21 22:46:51 -07:00
Vishal Powar fb15daf8b9 Add generated upb code for endpoints information.
Also,
  - Update upb submodule for new code generator and update generated
  files.
2019-03-21 17:24:57 -07:00
Bill Feng d9fc63f42f generated project for updated submodule 2019-03-18 11:08:12 -07:00
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.
2019-03-13 12:53:17 -07:00
Jan Tattermusch 0c8c4c6dd5 update third_party/protobuf to v3.7.0 2019-03-12 05:09:46 -04:00
Adam Cozzette 7cd19f2af3 Updated check_bazel_workspace.py 2019-02-07 14:54:52 -08:00
Alexander Polcyn ac6795a57e Revert "Changes add a script for generating C code and build rule for protobuf"
This reverts commit 62027b7e14.
2018-12-12 11:40:25 -08:00
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.
2018-12-11 14:59:02 -08:00
Nicolas "Pixel" Noble 237cc52ffd Fix sanity checker. 2018-12-01 00:42:34 +01:00
Vishal Powar f614fa5947 Adding upb as submodule
upb will be used for codegen of xDS protos.
2018-11-28 10:09:03 -08:00
Vishal Powar 862bba6fb4 Updating sanity check for submodules 2018-11-14 11:09:55 -08:00
Yihua Zhang 99d8216d06 create internal version of grpc_call_cancel. 2018-11-12 20:00:37 -08:00
Jan Tattermusch 0685b80683 upgrade third_party/boringssl-with-bazel to latest chromium-stable-with-bazel 2018-10-27 07:38:39 +02:00
Juanli Shen 2976ef129c Fix OOM by expanding resource quota coverage 2018-10-25 14:33:19 -07:00
Bill Feng 90e646e7d8 yapf fix 2018-08-28 12:14:52 -07:00
Bill Feng 918427237c fixed indentation 2018-08-28 12:03:38 -07:00
Bill Feng 507c80e309 added a newline to end of file 2018-08-28 12:00:47 -07:00
Bill Feng 6e4df4fdfa added qps scenario change to sanity checks 2018-08-28 11:36:26 -07:00
Muxi Yan 35479b8a80
Merge pull request #16358 from muxi/privatize-boringssl
Make symbols of BoringSSL private
2018-08-24 09:34:58 -07:00
Muxi Yan b24b212ee5 Make symbols of BoringSSL private to gRPC 2018-08-23 09:42:24 -07:00
Vijay Pai 79851428e9 Add a sanity check to avoid reintroducing dependence on cpp by core 2018-08-16 15:55:53 -07:00
Jan Tattermusch 50b684a6b6 upgrade third_party/protobuf to v3.6.1 2018-08-07 14:28:41 +02:00
Jan Tattermusch 894745dfe3 update protobuf submodule to latest 3.6.0 2018-08-07 14:28:40 +02:00
Jan Tattermusch 266aae1639 update boringssl and boringssl-with-bazel to latest chromium-stable 2018-07-17 10:39:56 +02:00
Nicolas Noble 9789fa49fd
Merge pull request #15748 from nicolasnoble/libcxxabi
Skeleton of libcxxabi's usage.
2018-06-25 14:45:08 -07:00
Jim King 01cbab60f3
Merge pull request #15070 from Vizerai/filter_port
Adding opencensus grpc plugin with bazel support.
2018-06-18 17:01:26 -07:00
Nicolas "Pixel" Noble 1813ed94a7 Fixing sanity check. 2018-06-19 01:02:48 +02:00
David Garcia Quintas 78a5e30019 removed leftover pdb import 2018-06-11 16:01:19 -07:00
David Garcia Quintas 32c04931db Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanup 2018-06-11 15:52:42 -07:00
Muxi Yan d7728cda51
Merge pull request #15069 from muxi/prototype-cfstream
Implementation of CFStream
2018-06-07 10:45:10 -07:00
Muxi Yan c512b4f039 revert -framework CoreFoundation
Make error CFStream only
2018-06-05 16:44:20 -07:00
David Garcia Quintas 8d35b8342c Remove deprecated check_sources_and_headers.py sanity script 2018-06-04 12:56:27 -07:00
David Garcia Quintas fdf6a302d1 Add nanopb as an exception to sanity bazel workspace script 2018-06-04 11:21:19 -07:00
David Garcia Quintas fd133b5189 add nanopb bazel dep to bazel workspace check 2018-06-01 16:10:08 -07:00