Commit Graph

66 Commits

Author SHA1 Message Date
Moses Koledoye
84cb531b72 Fix typo 2019-03-15 22:23:52 +00:00
Jan Tattermusch
f389e5267a overhaul of top-level .md files 2018-06-20 20:35:04 +02:00
Jan Tattermusch
4a510960c6 add distribtest for grpc being added with cmake add_subdirectory 2018-03-29 14:12:10 +02:00
Jan Tattermusch
2286c633c2 cmake "superbuild" example using externalprojects 2018-03-28 19:30:44 +02:00
Vijay Pai
c90a85649b Change grpc++ references in names to grpcpp 2018-03-08 22:04:59 -08:00
Muxi Yan
6ef0159e8e Make C++ cocoapods example work 2018-02-21 18:10:49 -08:00
Muxi Yan
bc4b7891c8 Merge remote-tracking branch 'upstream/master' into create-grpc-c++-podspec 2018-01-19 17:35:33 -08:00
Muxi Yan
61bb29f141 Clean up C++ tests and example 2018-01-19 17:32:27 -08:00
Muxi Yan
277e2e4f07 Clean up tests, examples, and podspecs 2018-01-18 17:01:08 -08:00
Jan Tattermusch
dec076c4ab fix protobuf usage in the example 2018-01-18 19:34:20 +01:00
Muxi Yan
1164fd6fca Fix copyright information 2018-01-05 17:22:13 -08:00
Muxi Yan
de9d44d339 Add example to use gRPC-C++ pod in an iOS application 2018-01-05 16:03:41 -08:00
Jan Tattermusch
f0620a37a5 fix linux distrib tests 2017-12-01 10:07:43 +01:00
Jan Tattermusch
06251f8cd6 make helloworld CMakeLists compile on windows 2017-12-01 10:07:43 +01:00
Vijay Pai
4b047a3bff Construction of streams shouldn't require triggering async ops 2017-09-14 17:55:13 -07:00
Jan Tattermusch
4caadb9205 fix helloworld cmake build 2017-09-11 11:03:05 +02:00
Mehrdad Afshari
976eb7c4b4 Fetch grpc.io/release over https 2017-07-10 15:07:33 -07:00
Toshihito Kikuchi
351506688d Update compiler/linker options to use pkg-config in C++ examples 2017-06-13 16:15:04 -07:00
Jan Tattermusch
7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Makarand Dharmapurikar
4c0620b7df consolidated BUILD files from example into one
it is also a way to test that this change works as expected.
2017-04-18 09:48:08 -07:00
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.
2017-01-13 02:55:13 +01:00
Ryan
3fec5259f6 Fix typo 2016-11-21 21:37:39 -05:00
Stanley Cheung
c9b401e3fc cpp examples missing gpr asserts 2016-09-15 21:19:53 -07:00
Nicolas "Pixel" Noble
7f074e0e20 Merge branch 'v1.0.x' into manual-upmerge 2016-08-11 21:00:08 +02:00
Jorge Canizales
7a2bc14fc0 Merge commit '5e623b8d8d8d106bd4ab9a6d77ef43b1a134d8ec' into p0-advance-protobuf-version 2016-07-29 15:45:02 -07:00
Jorge Canizales
4343c904e2 Update Protobuf submodule to v3.0.0 (GA) 2016-07-29 15:39:45 -07:00
Konstantin Podsvirov
13016cc40b CMake: project for HelloWorld cpp example 2016-07-28 00:46:11 +03:00
Muxi Yan
cd0d8aed65 Identify system and remove --no-as-need if it is Mac OS 2016-07-26 14:13:46 -07:00
Muxi Yan
4e3df00f00 Removed --no-as-needed options from Makefile of HelloWorld and RouteGuide 2016-07-26 13:28:54 -07:00
Nicolas Noble
7645fdc4f0 Merge pull request #7393 from y-zeng/example_makefile
Enable server reflection in c++ examples
2016-07-21 14:28:55 -07:00
Jorge Canizales
9e6372380d Update protobuf submodule to 3.0.0-beta-4
Which has the fix for oneofs when using dynamic frameworks in ObjectiveC
2016-07-19 17:35:06 -07:00
Yuchen Zeng
1c58bd221d Enable server reflection in c++ examples 2016-07-07 14:19:04 -07:00
Jorge Canizales
60fec9e547 Merge master into merge-0.14-into-master
The protobuf commit conflicted. Resolved to the latest one.
2016-07-01 16:52:08 -07:00
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.
2016-07-01 15:56:57 -07:00
Yuchen Zeng
753b45dcf8 Merge remote-tracking branch 'upstream/master' into handler_http_response 2016-06-30 19:16:59 -07:00
David Garcia Quintas
4281272389 Updated git clone URL 2016-06-29 17:39:07 -07:00
Yuchen Zeng
955a364e34 Add bad_server_response_test 2016-06-17 13:55:50 -07:00
Jan Tattermusch
16816cdaee Merge pull request #6461 from y-zeng/fix-async-example
Check the value of Next in async examples
2016-06-09 14:37:25 -07:00
chedeti
3626efbf42 Fix to undefined reference to gpr_log 2016-05-19 13:01:07 -07:00
Yuchen Zeng
2eedca72d5 Check the value of Next() in async examples 2016-05-05 18:21:47 -07:00
Michael Yeh
f9b89b181d Updated to more closely mimic greeter_async_client.cc. Fixed typos in comments. 2016-05-04 16:36:20 -07:00
Michael Yeh
470cbd1c6e Created a new sample async client that is non-blocking. A reader thread is spawned to handle all the RPC results. 2016-05-04 12:39:20 -07:00
Michael Yeh
2df7d40914 Modified sample async client to be non-blocking. A reader thread is spawned to handle all the RPC results. 2016-05-04 10:59:03 -07:00
Nicolas "Pixel" Noble
81159e5adc Fixing examples. 2016-04-23 01:30:12 +02:00
Craig Tiller
6169d5f7b0 Update copyrights 2016-03-31 07:46:18 -07:00
Yuchen Zeng
c67a8ec111 Doc Fixit: examples/cpp/helloworld/README.md
Use 'RegisterService' for registering async services.
2016-03-17 11:36:59 -07:00
Stanley Cheung
6dd3c707c2 Update base INSTALL to markdown and remove outdated content 2016-03-03 14:58:48 -08:00
Jan Tattermusch
e7c2566252 Merge pull request #4913 from pszemus/master
Update protobuf version to v3.0.0-beta-2
2016-02-11 11:27:19 -08:00
Przemysław Sobala
fbf8c0b8ca Update copyright 2016-02-11 11:03:21 +01:00
yang-g
b45f265326 Remove reference to lgpr in examples 2016-02-04 09:48:39 -08:00