Jan Tattermusch
fdd24f10f3
enable loading grpc_csharp_ext as a unity native plugin
7 years ago
Jakob Roland Andersen
cb36a2a92b
Use pre-built Dart docker image.
7 years ago
Jakob Roland Andersen
c7dd4b4309
WIP: Add Dart support in interop
7 years ago
Eric Gribkoff
a32a4c51f8
C++ on Android example client and server
7 years ago
Jan Tattermusch
c35e52e2a5
cmake: dont use rt and pthread for Android
7 years ago
Alexander Polcyn
db3e898a98
Add a sanity check for inclusion of port_platform.h
7 years ago
Muxi Yan
6ef0159e8e
Make C++ cocoapods example work
7 years ago
Muxi Yan
b19c525796
Disable Tests subspec
7 years ago
Muxi Yan
6be15eef08
Patch gRPC-C++.podspec to support framework
7 years ago
Muxi Yan
9614395928
Fix grpc++->grpcpp leftover files
7 years ago
Tobias Jungel
5e176d5677
grpc-cli: add install-grpc-cli target to Makefile
...
ease the installation of grpc-cli using the Makefile
7 years ago
Adele Zhou
3e13d123b7
Pin bazel to 0.9.0
7 years ago
Mehrdad Afshari
47e65e7b7e
Fix use_openssl.sh.template to pass shellcheck
7 years ago
Mehrdad Afshari
3ce5b53f61
Fix resolver_gce_integration_tests_defs.include to pass shellcheck
7 years ago
Mehrdad Afshari
4c959bab8a
Fix resolver_component_tests_defs.include to pass shellcheck
7 years ago
Mehrdad Afshari
11b8878348
Fix private_dns_zone_init_defs.include to pass shellcheck
7 years ago
Mehrdad Afshari
df8d8c9192
Fix create_private_dns_zone_defs.include to pass shellcheck
7 years ago
Jan Tattermusch
a300764d14
clang format and tidy shouldnt change file ownership
7 years ago
Matt Kwong
74958c59e2
Update Podspec version for ObjC
7 years ago
Stanley Cheung
182707959c
PHP: Update release notes for 1.9
7 years ago
Jan Tattermusch
0614a68a0b
add portability test for gcc7.2
7 years ago
Stanley Cheung
ac3c69b99e
PHP: make generate_projects.sh smarter for package.xml
7 years ago
Muxi Yan
277e2e4f07
Clean up tests, examples, and podspecs
7 years ago
Mark D. Roth
dbdf495f61
Split lib/support into lib/gpr and lib/gpr++.
7 years ago
Noah Eisen
86ddb5393d
Ensure all sanity finds clang-tidy
7 years ago
Noah Eisen
d268793ff3
Fix clang format docker
7 years ago
ncteisen
365ea6309b
Dockerize clang tidy
7 years ago
Muxi Yan
f3c83bfe3d
Fix sed error in podspecs on sed 4.4
7 years ago
Jan Tattermusch
586f719898
cleanup cmake include directories
7 years ago
Stefan Hacker
471a5dc18b
Fix cmake export for grpc
...
This patch fixes two issues with the targets exported by the
grpc cmake build:
- Install directories are now given relative instead of absolute.
Previously the exported targets would contain absolute paths to
their created targets when they should be relative. The actual
installation location stays the same as cmake automatically
interprets the paths relative to CMAKE_INSTALL_PREFIX
- ZLIB and OpenSSL are now linked using targets instead of the
legacy library variables if possible. Using the legacy paths
produces absolute paths to those dependencies in the export.
With this change cmake inserts the target names instead.
With these changes no more absolute paths are inserted into the
export allowing the install location to be used as an artifact
that can be moved or transfered to another machine and used there.
7 years ago
Vijay Pai
52338fb9ee
Avoid linker warnings by removing extraneous directories from -L and making at right time
7 years ago
Muxi Yan
46ee18b5e5
Initial gRPC-C++ podspec
7 years ago
ncteisen
bddedb962e
Install .pc files as mode 644
7 years ago
Muxi Yan
b0f821cef9
Generate more files in gRPC-Core.podspec from build.yaml
7 years ago
Jan Tattermusch
f38b1526f8
simplify top level CMakeLists.txt
7 years ago
Mehrdad Afshari
a2ed77db56
Add a sanity test for shellcheck
...
Start by checking the scripts in tools/run_tests/helper_scripts.
7 years ago
Jan Tattermusch
86ef92516a
dont hardcode using boringssl headers when ssl provider is package
7 years ago
Jan Tattermusch
3fc14dc979
exclude artificial ares target when building with cmake
7 years ago
ncteisen
7a2be20a8a
yapf tools/distrib
7 years ago
ncteisen
138ee78529
yapf grpcio_tests
7 years ago
ncteisen
e2097f0cc9
yapf-ize grpc_testing
7 years ago
ncteisen
0f6c518e3c
yapf-ize grpcio_reflection
7 years ago
ncteisen
d258430bc3
yapf-ize grpcio_health_checking
7 years ago
ncteisen
128366374f
Yapf-ize grpcio/grpc_.py
7 years ago
Muxi Yan
f5eb1cf9f0
partial cherry-pick of 'update clang-format to 5.0'
7 years ago
Jan Tattermusch
3c93a1982d
working cmake install on windows
7 years ago
Muxi Yan
c031e7fa3a
Fix in one more file
7 years ago
Muxi Yan
e641196e45
Fix in one more file
7 years ago
Muxi Yan
0a5cacae46
Remove changes for podspecs other than gRPC-Core
7 years ago
Mehrdad Afshari
0df9c8acdc
Update Python dependency to protobuf v3.5.0.post1
7 years ago