Esun Kim
cdc442876b
Add abseil compiler options
4 years ago
Esun Kim
34027f60fc
Refactored AR in makefile
4 years ago
Esun Kim
d574f68d52
Refactored AR in makefile
4 years ago
Esun Kim
165ee5007a
Replaced grpc::string with std::string
4 years ago
Stanley Cheung
e5098227aa
Main Makefile should require protobuf 3.12+ now
4 years ago
Mark D. Roth
c1d7180daa
Use upb textformat library to dump out raw xDS proto messages
4 years ago
Jan Tattermusch
4c303a387e
Revert "Revert "C# expose C-core's debug error string in Status struct""
...
This reverts commit 7c30f0c956
.
5 years ago
Jan Tattermusch
7c30f0c956
Revert "C# expose C-core's debug error string in Status struct"
5 years ago
Mark D. Roth
13e961f429
another attempt to fix ios build
5 years ago
Mark D. Roth
86cf3bbe96
attempt to fix ios build
5 years ago
Stanley Cheung
6f72faa74b
Update to protobuf 3.12.2
5 years ago
Stanley Cheung
eccbac3443
Update grpc protoc plugins to support proto3 optional
5 years ago
Karthik Ravi Shankar
063704ebad
Revert "Update grpc protoc plugin to be compliant of proto3 field presence"
5 years ago
Stanley Cheung
f70ebf85a6
Update to protobuf 3.12.2
5 years ago
Stanley Cheung
dc9b100865
Update grpc protoc plugins to support proto3 optional
5 years ago
Srini Polavarapu
ce52c1dd71
update boringssl
5 years ago
Stanley Cheung
c3f64376b3
PHP: Fix include path for boringssl in windows build
5 years ago
Stanley Cheung
38933bc16c
PHP: Fix include path for boringssl in windows build
5 years ago
Jan Tattermusch
8c8e23feb0
fix a typo
5 years ago
Adrian Imboden
c1a29af662
updated error message when c++ standard is not high enough
5 years ago
Adrian Imboden
6bef561099
check for c++ version >= 11 when CMAKE_CXX_STANDARD is provided from outside
5 years ago
Stanley Cheung
7d8f295ab0
Fix run_tests pip install error
5 years ago
Hannah Shi
912157fb9d
change docker/template and re-run generate
5 years ago
pbatg
4918a51372
Moved GRPCTypes into its own grpc_objc_library.
5 years ago
Adrian Imboden
27cb5609e5
don't override cmake variables when they are already set from outside ( fixes #22125 )
5 years ago
Eric Anderson
eee38e35dd
tools/dockerfile: Run Java build twice to reduce flakiness
...
Downloads fail from time to time because Gradle does not retry certain
types of network failures
(https://github.com/gradle/gradle/issues/8264 ).
Retrying twice should reduce the flake rate below noticeable without
increasing the size of the interop image created for each new release
for historical testing.
Fixes #18892
5 years ago
Uwe Kindler
56f0dfbb29
Fixed MinGW 7.3.0 shared library compile and link issues
...
added definition WIN32_WINNT=0x600
added missing libraries wsock32 ws2_32 crypt32
5 years ago
Jan Tattermusch
0ac75d7a19
add grpcsharp_batch_context_recv_status_on_client_error_string native method
5 years ago
Alexander Polcyn
bad263d533
update ruby gem email to grpc-io@googlegroups.com
5 years ago
Jan Tattermusch
7f2af36ddc
update ObjC podspecs to protobuf 3.11.4
5 years ago
Jan Tattermusch
d3abb4dce5
upgrade Google.Protobuf nugets to 3.11.4
5 years ago
jeffreyqw
5d539cc15c
fixed indent issue and yum update
5 years ago
jeffreyqw
490bdc45e0
update devtoolset gcc version
...
Centos7 removed devtooset-4,5 and 6 version.
5 years ago
jeffreyqw
ad06797f0a
fixed- generated file
5 years ago
Muxi Yan
056bd79091
address comments
5 years ago
Muxi Yan
802368945f
gzip generates the same content for each build_projects
5 years ago
Jan Tattermusch
bb3b5d1d23
switch grpc-dart interop test to dart2.7
5 years ago
Muxi Yan
b5ec5e0b8b
Fix podspec bug
5 years ago
Muxi Yan
a39d5407ae
upgrade BoringSSL
5 years ago
Muxi Yan
fca1320082
Upgrade BoringSSL commit number
5 years ago
Muxi Yan
80414f6cf8
Fix BoringSSL-GRPC template
5 years ago
Richard Belleville
23c32621d6
Fix all_the_cpythons. Add 3.5 to defaults
5 years ago
Muxi Yan
67d70ee059
Remove docker, and update scripts
5 years ago
Alexander Polcyn
a8d8f9db8c
update template
5 years ago
Sutou Kouhei
bdb3f86064
Fix wrong version in gRPCConfigVersion.cmake and grpc++*.pc
...
They use PACKAGE_VERSION to generate version information but
PACKAGE_VERSION may be overridden by find_package(). For example,
-DgRPC_CARES_PROVIDER=package with c-ares 1.16.0 overrides
PACKAGE_VERSION to 1.16.0. Because c-ares-config-version.cmake has the
following line:
set(PACKAGE_VERSION "1.16.0")
Setting PACKAGE_VERSION in version.cmake is a common CMake convention:
https://cmake.org/cmake/help/latest/command/find_package.html#version-selection
> PACKAGE_VERSION
>
> full provided version string
So we should use gRPC_CPP_VERSION not PACKAGE_VERSION to generate
gRPCConfigVersion.cmake and grpc++*.pc.
5 years ago
Kyle Edwards
bb8f6126ea
Append to CMAKE_MODULE_PATH instead of replacing it
5 years ago
Esun Kim
eae488fc66
Update abseil to get the recent patch on LTS 2020_20_25
5 years ago
Jan Tattermusch
f4eba1e871
cmake: use more portable way to enable C++11
5 years ago
Esun Kim
128c8eaacf
Upgrade sanity docker
5 years ago
Jan Tattermusch
394539f6d4
add back missing header to Doxyfile.c++
5 years ago