aboutsummaryrefslogtreecommitdiff
path: root/third_party
AgeCommit message (Collapse)Author
2019-05-29Update zlib dependencyHao Nguyen
2019-05-29Update protobuf submodule versionHao Nguyen
2019-04-11Merge branch 'master' into masterNicolas Lopez
2019-04-08naming update, documentation fixBill Feng
2019-04-05bazel RBE Windows buildBill Feng
2019-03-29explicitly added header file for correctly compiling c-ares with Bazelbillfeng327
2019-03-28avoid local runs from accessing remote platformsNicolas Lopez
This should fix Bazel Basic Tests for Python (Local) and other local CI runs that are now failing. I also have a plan to fix Bazel RBE Opt C/C++. Bazel RBE UBSAN C/C++ might need to wait for gRPC to upgrade to using 0.23.0
2019-03-28use rbe_autoconfigNicolas Lopez
2019-03-26adapt cares config headers files to new versionFabian Holler
https://github.com/c-ares/c-ares/commit/2250b598fec5797abaa155991f85cea77d4d3eb7 introduced a new HAVE___SYSTEM_PROPERTY_GET define, adapt the ares_config.h files.
2019-03-26add strsplit.c, strsplit.h files to build and test filesFabian Holler
The files are new in the updated cares release.
2019-03-26update cares to version cares-1_15_0Fabian Holler
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-21Merge pull request #18425 from vishalpowar/xds_ads_upb_generatevishalpowar
Add generated upb code for endpoints information.
2019-03-21Add generated upb code for endpoints information.Vishal Powar
Also, - Update upb submodule for new code generator and update generated files.
2019-03-15dependency bump for gflagsBill Feng
2019-03-15submodule dependency updateBill Feng
2019-03-15reinstated version bump of google benchmarkBill Feng
2019-03-15Revert "Windows builds for gRPC C++ tests"Jan Tattermusch
2019-03-13Add a script for generating C code and build rule for protobuf protos.Vishal Powar
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-12update third_party/protobuf to v3.7.0Jan Tattermusch
2019-03-08code cleanup, removed old build filebillfeng327
2019-02-27Build c-ares bazel lib with alwayslink=1Alex Polcyn
2019-02-22Merge pull request #17881 from lidizheng/bzl-py3-fixLidi Zheng
[Roll Forward] Enable Python 3 for Bazel to Run Tests
2019-02-21Support "darwin_x86_64" CPU in cares.BUILD.Tony Allevato
Bazel recognizes both "darwin" and "darwin_x86_64" as CPU values, and the Apple Bazel rules currently recommend the latter for building macOS targets. Until this is cleaned up, this change allows grpc to build correctly when that configuration is used. Fixes #17649.
2019-02-20Check file existence correctlyLidi Zheng
2019-02-20Revert "Revert "Merge pull request #17644 from lidizheng/bzl-py3""Lidi Zheng
This reverts commit 7da0aacef2886d5556a043fc3b6400db9daa5424.
2019-01-29Revert "Merge pull request #17644 from lidizheng/bzl-py3"Eric Gribkoff
This reverts commit a25828ad784e4302699c00751ebe1191462caee8, reversing changes made to 5176fd80fc160c492cb6529569bde5f36e1ecf44.
2019-01-29Merge pull request #17815 from billfeng327/bugfix/enable-ptrace-for-asanJan Tattermusch
adding ptrace to asan
2019-01-28Merge pull request #17644 from lidizheng/bzl-py3Lidi Zheng
[gRPC] Enable Python 3 for Bazel to Run Tests
2019-01-28Avoid 'which' failureLidi Zheng
2019-01-25adding ptrace to asanBill Feng
2019-01-14removed ptraceBill Feng
2019-01-14update default settings for RBEBill Feng
2019-01-10fixed version on toolchainBill Feng
2019-01-09updated bazel and RBE instance versionsBill Feng
2019-01-08Pump force Python version & simplify codeLidi Zheng
2019-01-04Enable Python 3Lidi Zheng
2019-01-03Add support for ruby 2.6.0 binary package builds, drop 2.1 and 2.0Alexander Polcyn
binary package builds; pin bundler to 1.17.3 where necessary
2018-11-28Merge pull request #17110 from billfeng327/multipool-configBill Feng
Bazel multipool config update, removed sentinel file
2018-11-28cleanupBill Feng
2018-11-28Adding upb as submoduleVishal Powar
upb will be used for codegen of xDS protos.
2018-11-27trying latest imageBill Feng
2018-11-27trying standard-16 machineBill Feng
2018-11-27trying highmem machineBill Feng
2018-11-26merge conflict fixBill Feng
2018-11-26modified execution platform registration, added host platformBill Feng
2018-11-20removed all constraints from custom toolchainBill Feng
2018-11-20removed autoconfigured constraintBill Feng
2018-11-19added autoconfiguredBill Feng
2018-11-15temporarily removed some constraintsBill Feng
2018-11-15Attempting Eric Burnett's fixBill Feng