Jan Tattermusch
f389e5267a
overhaul of top-level .md files
7 years ago
Jan Tattermusch
db53a61b8f
deduplicate C++ routeguide
7 years ago
Jan Tattermusch
4a510960c6
add distribtest for grpc being added with cmake add_subdirectory
7 years ago
Jan Tattermusch
2286c633c2
cmake "superbuild" example using externalprojects
7 years ago
Jan Tattermusch
a26aecc03b
reimplement distance calculation in routeguide
7 years ago
Vijay Pai
c90a85649b
Change grpc++ references in names to grpcpp
7 years ago
Muxi Yan
6ef0159e8e
Make C++ cocoapods example work
7 years ago
Muxi Yan
61bb29f141
Clean up C++ tests and example
7 years ago
Muxi Yan
277e2e4f07
Clean up tests, examples, and podspecs
7 years ago
Jan Tattermusch
dec076c4ab
fix protobuf usage in the example
7 years ago
Muxi Yan
1164fd6fca
Fix copyright information
7 years ago
Muxi Yan
de9d44d339
Add example to use gRPC-C++ pod in an iOS application
7 years ago
Jan Tattermusch
f0620a37a5
fix linux distrib tests
7 years ago
Jan Tattermusch
06251f8cd6
make helloworld CMakeLists compile on windows
7 years ago
Vijay Pai
4b047a3bff
Construction of streams shouldn't require triggering async ops
7 years ago
Jan Tattermusch
4caadb9205
fix helloworld cmake build
7 years ago
Mehrdad Afshari
976eb7c4b4
Fetch grpc.io/release over https
7 years ago
Toshihito Kikuchi
351506688d
Update compiler/linker options to use pkg-config in C++ examples
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Alexander Polcyn
f5521c33f9
Revert "Merge branch 'master' into v1.3.x"
...
This reverts commit 79759fea1a
, reversing
changes made to dc36f4df6a
.
8 years ago
Makarand Dharmapurikar
4c0620b7df
consolidated BUILD files from example into one
...
it is also a way to test that this change works as expected.
8 years ago
Jan Tattermusch
a22a19fd64
fix markdown
8 years ago
Nicolas "Pixel" Noble
7c26eed838
Buildifier and wrapping test/cpp/* rules with our build system.
8 years ago
Nicolas "Pixel" Noble
24263c3f7a
Fixing a few items with the new Bazel BUILD system:
...
-) Fixing Bazel 0.4.x breakage
-) Adding helloworld BUILD examples
-) Fixing grpc++ missing files.
-) Adding helloworld example as a test for Bazel basic.
8 years ago
Ryan
3fec5259f6
Fix typo
8 years ago
Stanley Cheung
c9b401e3fc
cpp examples missing gpr asserts
8 years ago
Yuchen Zeng
1d0c1c4168
Fix asan issue
8 years ago
David Garcia Quintas
c61b1d3cd0
s/makefile/Makefile
8 years ago
David G. Quintas
5804745aed
Merge pull request #7688 from dgquintas/cpp_readme
...
fix c++ readme and tutorial
8 years ago
David Garcia Quintas
260a0025d2
fix c++ readme and tutorial
8 years ago
Yuchen Zeng
43b4bfd02b
Revert unnecessary changes
8 years ago
Yuchen Zeng
d4bbfc7dcf
Implement c-ares based dns resolver
8 years ago
Jorge Canizales
4343c904e2
Update Protobuf submodule to v3.0.0 (GA)
8 years ago
Konstantin Podsvirov
13016cc40b
CMake: project for HelloWorld cpp example
8 years ago
Muxi Yan
cd0d8aed65
Identify system and remove --no-as-need if it is Mac OS
8 years ago
Muxi Yan
4e3df00f00
Removed --no-as-needed options from Makefile of HelloWorld and RouteGuide
8 years ago
Jorge Canizales
9e6372380d
Update protobuf submodule to 3.0.0-beta-4
...
Which has the fix for oneofs when using dynamic frameworks in ObjectiveC
8 years ago
Yuchen Zeng
1c58bd221d
Enable server reflection in c++ examples
9 years ago
Jorge Canizales
f29e364168
Bump protobuf version to beta-3.3
...
It’s just the merge of beta-3.1 and beta-3.2, both of which we need.
9 years ago
David Garcia Quintas
4281272389
Updated git clone URL
9 years ago
Yuchen Zeng
955a364e34
Add bad_server_response_test
9 years ago
chedeti
3626efbf42
Fix to undefined reference to gpr_log
9 years ago
Yuchen Zeng
2eedca72d5
Check the value of Next() in async examples
9 years ago
Michael Yeh
f9b89b181d
Updated to more closely mimic greeter_async_client.cc. Fixed typos in comments.
9 years ago
Michael Yeh
470cbd1c6e
Created a new sample async client that is non-blocking. A reader thread is spawned to handle all the RPC results.
9 years ago
Michael Yeh
2df7d40914
Modified sample async client to be non-blocking. A reader thread is spawned to handle all the RPC results.
9 years ago
Nicolas "Pixel" Noble
81159e5adc
Fixing examples.
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Yuchen Zeng
c67a8ec111
Doc Fixit: examples/cpp/helloworld/README.md
...
Use 'RegisterService' for registering async services.
9 years ago
Lisa Carey
3be6801b72
Clarifying how to install for gRPC C++
9 years ago