Commit Graph

45 Commits

Author SHA1 Message Date
David Garcia Quintas c61b1d3cd0 s/makefile/Makefile 2016-08-11 16:15:41 -07:00
David G. Quintas 5804745aed Merge pull request #7688 from dgquintas/cpp_readme
fix c++ readme and tutorial
2016-08-11 16:02:15 -07: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
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
Lisa Carey 3be6801b72 Clarifying how to install for gRPC C++ 2016-03-08 17:47:14 +00:00
Lisa Carey 0211098e93 Removes confusing/unnecessary section on generating code. 2016-03-07 17:41:51 +00: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
David Garcia Quintas 5a9462339d copyrights 2016-01-27 19:22:14 -08:00
David Garcia Quintas 6bd7b97dc6 DONE!!1one 2016-01-27 19:21:12 -08:00
Przemysław Sobala ea9a031fed Update protobuf version 2016-01-27 14:07:09 +01:00
yang-g f48766d347 fix copyright 2016-01-15 11:26:31 -08:00
yang-g 54099aa46f Update example 2016-01-14 16:13:14 -08:00
Przemysław Sobala 90391dbbcf Change CallData status before notifying CompletionQueue 2015-12-30 09:32:02 +01:00
James Eady 2e9ce91eb2 Use code type highlight for the code blocks in the cpp helloworld
example README.md

..
2015-12-15 15:08:28 -05:00
Julien Boeuf 8c48a2a196 Fixing cpp examples. 2015-10-17 22:23:02 -07:00
Craig Tiller d6599a39e4 Replicate C++ docs from master to beta branch
Original PR #3074 by @dgquintas
2015-09-03 09:37:02 -07:00
Nicolas Noble 87d09e3aa4 Merge pull request #3164 from yang-g/route_guide_cpp
Change route_guide.proto package name and fix build
2015-08-31 16:07:03 -07:00
yang-g e69909a7e7 fix build 2015-08-31 13:33:28 -07:00
yang-g b2a30c196e fix cpp 2015-08-31 13:14:24 -07:00
yang-g bcebb5d230 fix link 2015-08-28 14:29:53 -07:00
yang-g 92806a51ba remove ChannelArguments ref and update doc 2015-08-28 14:24:44 -07:00
yang-g b00a3f689f fix links in docs 2015-08-28 14:19:37 -07:00
yang-g 75d04da2e4 sync up with CreateChannel API change 2015-08-28 14:17:33 -07:00
Stanley Cheung 0a268216c2 replace all grpc-common occurances with examples 2015-08-27 14:38:38 -07:00
Stanley Cheung 20fa6693f3 move examples to correct locations 2015-08-27 14:00:20 -07:00