Jan Tattermusch
44b28e0c98
add a comment
5 years ago
Muxi Yan
8f3fc82fc0
Fix typo in gRPC C++ podspec
5 years ago
Muxi Yan
f14ce59fc8
Fix typo in gRPC C++ podspec
5 years ago
Muxi Yan
d93dd0aca5
Fix gRPC-C++ podspec
5 years ago
Muxi Yan
4d073daca3
podspec nit fix
5 years ago
Muxi Yan
87e73a5ba4
Put back bcm.c exclusion since it's still creating duplicate symbols error
5 years ago
Muxi Yan
37cce16d86
Fix gRPC-C++ Cronet subspec
5 years ago
Muxi Yan
574b846103
Fix Cronet issue in gRPC-C++.podspec
5 years ago
Zack Galbreath
2837d000e9
Do not build channelz when gRPC_USE_PROTO_LITE
5 years ago
Esun Kim
221f5b25af
Update by review
5 years ago
Esun Kim
8cad3b37dc
Updates build files to use a sorted list of sources
5 years ago
Muxi Yan
2a7e2af747
Fix a typo and a format issue
5 years ago
Muxi Yan
dc583632fc
List err_data.c explicitly in source files
5 years ago
Muxi Yan
cd98a97bb4
Make gRPC-C++ podspec follow gRPC versioning
5 years ago
Muxi Yan
46b2e6dc56
Make gRPC-C++ podspec follow gRPC versioning
5 years ago
Kyle Edwards
d14fb4e83f
Automatically disable testing frameworks if gRPC_BUILD_TESTS=OFF
...
If gRPC_BUILD_TESTS is set to OFF, automatically set
gRPC_BENCHMARK_PROVIDER and gRPC_GFLAGS_PROVIDER to "none" so that
they don't get built.
5 years ago
Muxi Yan
44ddaa31e8
Update and comment BoringSSL prefix hacks
5 years ago
Muxi Yan
42003f8596
Update and comment BoringSSL source file list
5 years ago
Muxi Yan
df07a78724
Automatically generate BoringSSL commit number
5 years ago
Kyle Edwards
e808329475
Add options for all codegen plugins
...
Codegen plugins can be enabled or disabled individually by setting
gRPC_BUILD_<PLUGIN> to ON or OFF.
5 years ago
Esun Kim
4530d49f21
Update by review
5 years ago
Esun Kim
b479a57492
Update by review
5 years ago
Esun Kim
aaf48c66fc
Change upb from filegroup to library
5 years ago
Stanley Cheung
ffae3335c0
PHP: backport dockerfile fixes
5 years ago
Lidi Zheng
9a05fb3573
Add buildifier sanity check
5 years ago
Stanley Cheung
0579539b07
PHP: update dockerfiles
5 years ago
Muxi Yan
abcee5eacd
Bump up BoringSSL version as it depends on a new commit
5 years ago
Esun Kim
f33a7645c5
Removed _gRPC_*_INCLUDE_DIR
5 years ago
Muxi Yan
cad4cc1b66
Ignore docs in Cocoapods generated directory
5 years ago
Muxi Yan
c9fde2237c
Add doc generator for Objective-C
5 years ago
Muxi Yan
24dc93c82c
Ignore docs in Cocoapods generated directory
5 years ago
Lidi Zheng
6b92b4af05
Attempt to drop support for Python 3.4
5 years ago
Jan Tattermusch
e5e3f70a1a
Revert "Revert "Upgrade to bazel 1.0.0""
5 years ago
Stanley Cheung
e43f925983
PHP: update docker image PHP 7 version
5 years ago
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