Stanley Cheung
220c4de732
PHP: update dockerfiles to add MAKEFLAGS=-j8
5 years ago
Kyle Edwards
0f2ad2a06c
Use CMakePackageConfigHelpers to generate version file
...
The version file that already existed looks like it was generated
by this module. Replace it with proper usage of the module.
5 years ago
Kyle Edwards
6f881ab292
Fix various CMake style issues
...
Remove some spaces at the end of lines. Change how variables are
referenced inside if() statements. Remove the space between if/endif
and the first parenthesis. Remove the duplicated condition from endif()
blocks. Make indentation more consistent. Remove unneeded duplicate
PRIVATE keywords from target_include_directories(). Remove redundant
set_source_files_properties() call, as the file is already GENERATED.
5 years ago
Muxi Yan
e6b504ccf7
Add doc generator for Objective-C
5 years ago
Muxi Yan
433d5936a9
Bump up BoringSSL version as it depends on a new commit
5 years ago
Kyle Edwards
ecdd1c915e
De-duplicate .proto file processing
...
.proto files that are used by more than one target have their code
files generated multiple times, which causes issues with
add_custom_command(). De-duplicate them so they're only generated
once.
5 years ago
Kyle Edwards
745aae8655
Add VERSION and SOVERSION properties to libraries
5 years ago
Jan Tattermusch
9586644ea0
add gcc8.3 portability test
5 years ago
Jan Tattermusch
92fa3c3d4e
replace ubuntu1710 image by ubuntu1804
5 years ago
Esun Kim
f8df8af8d3
Updated podspec to have a sorted file list
5 years ago
Jan Tattermusch
600cbd94e8
regenerate
5 years ago
Jan Tattermusch
0c2043debd
get rid of the copy-pasted err-data.c in boringssl podspec
5 years ago
Lidi Zheng
6f878d5d12
Generate Docker files
5 years ago
Lidi Zheng
f9e7ffd622
Add Python 3.6 to Bazel Docker image
5 years ago
Vijay Pai
ab72f441d8
Remove unused-parameter warnings, round 2 (14 of 19)
5 years ago
Muxi Yan
64b7febefa
Fix ObjC sike issue and update BoringSSL to master
5 years ago
Jan Tattermusch
1ff2226619
try to fix boringssl podspec build
5 years ago
Jan Tattermusch
35a3713905
update BoringSSL-GRPC.podspec.template and regenerate
5 years ago
Jan Tattermusch
022e4490a0
try to fix pkgconfig distribtest
5 years ago
Nicolas Noble
04d7e0d11f
Revert "Upgrade to bazel 1.0.0"
5 years ago
Jan Tattermusch
27f1a94aa5
upgrade to bazel 1.0.0
5 years ago
Hannah Shi
2e1cfb75a8
change phpunit version from 4.8.36 to 5.7.27
5 years ago
Zack Galbreath
d249dc9cf3
Update Makefile rules for .pc file creation
...
Change "Requires.private" to "Requires" so pkg-config can better provide gRPC's
dependencies.
5 years ago
Zack Galbreath
7bb75068b5
Create pkg-config files from CMake
5 years ago
Muxi Yan
80123e13c8
Move internal_testing to a separate subspec
5 years ago
Muxi Yan
5aa9a7e7b7
Move internal_testing to a separate subspec
5 years ago
tanjunchen
64cdea5a07
fix some spelling mistakes in document
5 years ago
Eric Anderson
05c603729e
Disable Gradle daemon for Java interop test building
...
We have seen an issue where `rm -r "$HOME/.gradle"` fails because
"Directory not empty". It seems likely this is due the fact Gradle is
still running in daemon form. The build script doesn't get any advantage
by running the daemon, so we just disable it.
Fixes #20423
5 years ago
Stanley Cheung
f47d14160a
PHP: add various scenarios to test PECL extension
5 years ago
Jan Tattermusch
851d490b35
Revert "try fix windows artifact build"
...
This reverts commit 90509fcb68
.
5 years ago
Jan Tattermusch
1a58f61e33
handle escaping in .template correctly
5 years ago
Muxi Yan
b99abf9fdd
Further fix on BoringSSL script
5 years ago
Stanley Cheung
3b3d91921d
PHP: update package.xml template
5 years ago
Muxi Yan
6ae86f6b72
Fix err_data.c in BoringSSL-GRPC.podspec
5 years ago
Muxi Yan
f8f6d7b0fb
Fix boringssl template as well
5 years ago
Jan Tattermusch
90509fcb68
try fix windows artifact build
5 years ago
Jan Tattermusch
29d7bf996a
update boringssl podspec
5 years ago
Jan Tattermusch
76a418f380
update check_submodules.sh and podspec template
5 years ago
Jan Tattermusch
4e3a66aae8
get rid of wrong add_definitions usage
5 years ago
James Newton-King
a9243c32b5
Update build_interop.sh.template
5 years ago
Muxi Yan
951f3d9603
Temporarily disable watchOS support for !ProtoCompiler-gRPCPlugin
5 years ago
Muxi Yan
88cfae00be
Build fix for Cocoapods release
5 years ago
Muxi Yan
9754150b1f
Temporarily disable watchOS support for !ProtoCompiler-gRPCPlugin
5 years ago
Muxi Yan
dac6d92caa
Build fix for Cocoapods release
5 years ago
Jan Tattermusch
98d2d32b9e
upgrade to bazel 0.29.1
5 years ago
Jan Tattermusch
107db8dab4
upgrade bazel to 0.29
5 years ago
James Newton-King
e318b1e56d
Specify RepositoryUrl in interop test build to fix latest Source Link
5 years ago
Lidi Zheng
67b2eff113
Also fix the compilation of 3.8
5 years ago
Lidi Zheng
f6445add1f
Move compile CPython 3.6 to a separate include file
5 years ago
Lidi Zheng
40d495a31b
Correct the checksum and download link
5 years ago