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
Jan Tattermusch
41ac287f7b
generate build metadata from bazel BUILD
5 years ago
Esun Kim
e9f41b7847
Update gRPC podspec to use Abseil 0.20200225
5 years ago
Muxi Yan
ef1a4b87a8
gRPC C++ podspec replace openssl with openssl_grpc
5 years ago
Esun Kim
de9feb69ab
Add dbghelp.lib to windows artifacts
5 years ago
Lars Kanis
4c667476a0
Add ruby-2.7 to build process of binary gems for Windows and Linux
...
With rake-compiler-dock-1.0.1 there's no need to use a derived Dockerfile.
The standard RCD image can be used instead.
The only issue is with conflicting declarations of gettimeofday(), which can be easily worked around by patching win32.h before the build.
Fixes #21514
5 years ago
Esun Kim
dbe9943cc6
Dedup srcs in doxyfile
5 years ago
Jan Tattermusch
7d90fa8891
fix typo in Makefile abseil dependency
5 years ago
Jan Tattermusch
a19cb24e94
set abseil library as secure=false
5 years ago
Lidi Zheng
b2f72702c9
Pin virtualenv to 16.7.9
5 years ago
Lidi Zheng
13e1965b38
Let the template spit out the backslashes
5 years ago
Lidi Zheng
3e2d5da7a2
Use as much template as possible & fix some wording
5 years ago
Jan Tattermusch
5d9a67a56d
use third_party/boringssl-with-bazel/err_data.c instead of err_data.c
5 years ago
Jan Tattermusch
f098606c4a
Revert "Revert "Reintroduce #21527 (boringssl submodule unification)""
...
This reverts commit cca892022b
.
5 years ago
hcaseyal
cca892022b
Revert "Reintroduce #21527 (boringssl submodule unification)"
5 years ago
Jan Tattermusch
e7e5d0198f
Revert "Revert "Unify boringssl submodules and use non-developer boringssl cmake build""
...
This reverts commit fe2242e603
.
5 years ago
Jan Tattermusch
fe2242e603
Revert "Unify boringssl submodules and use non-developer boringssl cmake build"
5 years ago
Muxi Yan
9d4411842f
Update BoringSSL podspec version
5 years ago
Muxi Yan
6e8899c1f2
One more patch to fix boringssl podspec
5 years ago
Muxi Yan
e6865e01a9
Fix boringssl podspec with new paths
5 years ago
Jan Tattermusch
742c61294b
use boringssl-with-bazel instead of third_party/boringssl
5 years ago
Esun Kim
7dac73264b
Bump the version of gcc to 4.9
5 years ago
Esun Kim
99f8a10aec
Make gRPC podspec template more robust
5 years ago
Jan Tattermusch
b67a7ef020
update ObjC podspecs to 3.11.2
5 years ago
Jan Tattermusch
bfdeafaf37
update C# protobuf dependency
5 years ago
Jan Tattermusch
b3acd7dc7d
update ruby protobuf dependency
5 years ago
Chengyuan Zhang
d659ad23ef
Skip building Android-dependent modules for Java interop test.
5 years ago
Jan Tattermusch
e240ffe43e
fix build with OpenSSL1.1.1+ on Windows
5 years ago
Jan Tattermusch
891537eae1
get rid of unused use_openssl.sh script
5 years ago
Stanley Cheung
017cbd4ebd
Add linux-headers to alpine image
5 years ago
Esun Kim
5207eba9ff
Add abseil
5 years ago
Lidi Zheng
fe919dd71e
Pin to 19.3.1
5 years ago
Lidi Zheng
0404939ad0
Let our CI use the latest pip version
5 years ago