ZhouyihaiDing
32a96fef44
PHP: fix pecl build error
7 years ago
Zheng SHAO
ddc70629a9
add missing FLAGS for pecl
7 years ago
Jan Tattermusch
ffc2345ec8
fix resolver_component_tests_runner test in gcc_musl
7 years ago
Alex Polcyn
77f64f76bd
Put address_sorting's public header under its own directory. Also add
...
test_only to sort function used in test.
7 years ago
Alexander Polcyn
5de347855a
Reorganize cmake rules for address sorting; also fix merge conflict
...
Fix clang-tide issue
7 years ago
Alexander Polcyn
690dde672a
Add address sorting submodule for use in c-ares wrapper
7 years ago
Muxi Yan
7cc4bd80af
Let cronet use grpc_cronet_registry_plugin
7 years ago
Alexander Polcyn
1eaac47f52
Fix arg parsing in resolver test script
7 years ago
Jan Tattermusch
5f3a452440
make package builds work on kokoro
7 years ago
murgatroid99
9d2275864a
Use different docker image for Node pure JS interop tests
7 years ago
murgatroid99
9eb82a4461
Regenerate Dockerfiles, fix image name reference, don't use mixed fixtures for Node
7 years ago
Muxi Yan
40beafa2ee
Put change in template file
7 years ago
Yihua Zhang
04fb58efbd
Add ALTS code to grpc/core
7 years ago
Sree Kuchibhotla
ae277dd000
Revert "Add ALTS C stack to gRPC core"
7 years ago
Jan Tattermusch
dcf340e8c9
address comments
7 years ago
Yihua Zhang
eaf6486677
Add ALTS code to grpc/core
7 years ago
Alexander Polcyn
0a05b782fe
Move python DNS utilities to utils subdirectory
7 years ago
Alex Polcyn
3c5e12de08
Remove the C++ test dependency on dig and dnsutils
7 years ago
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