Commit Graph

610 Commits

Author SHA1 Message Date
Jan Tattermusch 699373feef Updated greeter to use newer version of nuget packages 2015-05-21 13:11:00 -07:00
Michael Lumish ab8af182be Merge pull request #206 from jtattermusch/regenerate_helloworld
Regenerate HelloworldGrpc.cs
2015-05-20 20:52:32 -07:00
Jan Tattermusch fa250efaa6 regenerate helloworld example 2015-05-20 19:50:01 -07:00
Tim Emiola efa7bf9303 Merge pull request #204 from jtattermusch/csharp_helloworld
C# Greeter example
2015-05-19 09:39:43 -07:00
Jan Tattermusch 226af6569f C# Greeter example 2015-05-15 16:04:15 -07:00
Craig Tiller d3c9e41cce Merge pull request #203 from yang-g/master
update code to reflect API changes
2015-05-15 14:58:51 -07:00
Yang Gao 21c7f68bb0 update code to reflect API changes 2015-05-15 14:08:48 -07:00
Aaron Beitch 35746e7fd0 Fix typo 2015-05-14 11:34:22 -07:00
Nicolas Noble de7d962ce5 Merge pull request #197 from yang-g/master
Remove call sites of grpc_init/grpc_shutdown in examples as they are no longer needed.
2015-05-14 11:29:01 -07:00
Yang Gao 00019f5a62 update route_guide 2015-05-08 12:36:55 -07:00
Yang Gao 27bd696d70 update helloworld 2015-05-08 11:42:08 -07:00
Nicolas Noble d03233e66f Merge pull request #195 from zeliard/master
fix ambiguous namespace error on route_guide_client.cc from MSVC
2015-05-07 07:32:16 -07:00
zeliard fd18552c80 fix ambiguous namespace error on route_guide_client.cc from MSVC 2015-05-06 11:44:33 +09:00
Nicolas Noble d8d9ecddba Merge pull request #194 from zeliard/master
make cpp route_guide example build-able on MSVC
2015-05-04 09:06:45 -07:00
zeliard cc9d603200 fix ambiguous namespace error on MSVC (examples::Rectangle)
fix std::min / std::max problem on MSVC (FYI: http://stackoverflow.com/questions/5004858/stdmin-gives-error)
2015-05-04 18:03:49 +09:00
Xudong Ma 7665cf3dde Merge pull request #190 from madongfly/fix
Fix breakage due to gRPC java package change: nano -> protobuf.nano
2015-04-30 12:58:17 -07:00
Michael Lumish b89d59ec8c Merge pull request #193 from tbetbetbe/ruby-docs-corrects-demo
Ruby docs corrects demo
2015-04-30 10:42:41 -07:00
Tim Emiola 498000c518 removes an unnecessary restriction 2015-04-30 10:32:08 -07:00
Tim Emiola 8669e14882 Corrects error during run of grpc-demo 2015-04-30 10:31:17 -07:00
Yang Gao 85e3551b71 Merge pull request #184 from shurcooL/patch-1
README: Fix old references to Greeting service/hello method.
2015-04-30 10:22:39 -07:00
Tim Emiola d06bf977cb Merge pull request #192 from tbetbetbe/ruby-docs-add-brew-install-instructions
Update README.md
2015-04-30 13:18:55 -04:00
Tim Emiola 9da96d9635 Update README.md 2015-04-30 13:09:07 -04:00
Xudong Ma ce3fbd3fd8 Fix breakage due to gRPC java package change: nano -> protobuf.nano 2015-04-29 11:42:21 -07:00
David Klempner 4305860d21 Merge pull request #189 from nicolasnoble/lint-roller
Single-parameter constructors should be marked explicit.
2015-04-28 08:48:15 -07:00
Nicolas "Pixel" Noble 68095aab7d Single-parameter constructors should be marked explicit. 2015-04-28 08:38:40 +02:00
Qi Zhao 04a1bebeb0 Merge pull request #188 from iamqizhao/master
update the generated code
2015-04-27 17:28:46 -07:00
iamqizhao ab7e0c1e97 update the generated code 2015-04-27 14:53:53 -07:00
LisaFC e7b8164978 added link to new public proto3 doc 2015-04-27 11:50:54 +01:00
LisaFC fcff260121 added link to new public proto3 doc 2015-04-27 11:50:26 +01:00
LisaFC 5e01a41855 added link to new public proto3 doc 2015-04-27 11:49:57 +01:00
LisaFC 6928a0a17c added link to new public proto3 doc 2015-04-27 11:49:18 +01:00
LisaFC 77ea4d59e9 added link to new public proto3 doc 2015-04-27 11:48:49 +01:00
LisaFC 9375884f22 added link to new public proto3 doc 2015-04-27 11:48:19 +01:00
LisaFC 4fdd141b67 added link to new public proto3 doc 2015-04-27 11:46:12 +01:00
David Young-Chan Kay 7c3a04d20f corrected references to io.grpc.protobuf.nano package. 2015-04-24 19:50:13 -04:00
Dmitri Shuralyov b8ee4002ec Fix old references to Greeting service/hello method.
In commit e1a9ebdce3, "service Greeting {" was renamed to "service Greeter {" and method "rpc hello" was renamed to "rpc sayHello" (and later on to "rpc SayHello").
This fixes some old references to Greeting service and hello method to use the current Greeter service and SayHello method.
I've also tried to improve consistency in the wording/styling around "Greeter service".
2015-04-22 18:21:35 -07:00
Craig Tiller 40c56e3198 Merge pull request #180 from yang-g/async
Async helloworld client and server
2015-04-21 17:37:18 -07:00
Nobutaka Takushima 52af470d5b fix android app build broken by 3666de4427
In grpc-java, io.grpc.nano was renamed to io.grpc.protobuf.nano.
Therefore, android app fails to build with the latest version of grpc-java.
2015-04-20 12:13:19 +09:00
Yang Gao deba4a99fe Update code according to comment 2015-04-15 13:58:02 -07:00
Yang Gao be8ac56e93 Async helloworld client and server 2015-04-14 00:15:10 -07:00
Nicolas Noble 881205b861 Merge pull request #179 from yang-g/master
Fix bug in Makefiles
2015-04-13 10:09:51 -07:00
Yang Gao b10d00e188 Fix Makefile for route_guide 2015-04-13 09:40:38 -07:00
Yang Gao 8d7ce5317e Fix makefile 2015-04-13 09:34:53 -07:00
Yang Gao 3f07f660ec Merge pull request #177 from nicolasnoble/plugin-rework
Updating examples to reflect the new state of things.
2015-04-09 15:25:37 -07:00
Nicolas "Pixel" Noble b6413de273 Updating documentation. 2015-04-10 00:24:09 +02:00
Nicolas "Pixel" Noble 9efc083006 Updating examples to reflect the new state of things. 2015-04-10 00:15:08 +02:00
Eric Anderson cbf9cda708 Delete Java's README.md
It is documentation for examples that don't exist in grpc-common. It will only confuse people.
2015-04-09 13:47:30 -07:00
Nathaniel Manista 9240f69d7a Merge pull request #175 from LisaFC/master
Update Python route guide to proto3
2015-04-07 09:30:05 -07:00
LisaFC dabcc9602e Update Python route guide to proto3 2015-04-07 18:26:59 +02:00
LisaFC b5d501b91e fixed wrong repo name 2015-04-02 14:03:16 +01:00