Commit Graph

510 Commits

Author SHA1 Message Date
Jan Tattermusch 8018b462b0 update C# examples to netcoreapp2.1 2018-08-30 20:39:52 +02:00
Jan Tattermusch a554a5cd70 regenerate protos for C# examples 2018-08-20 17:54:02 +02:00
Jan Tattermusch 5be1311472 upgrade HelloworldLegacyCsproj to grpc1.14.1 and protobuf 3.6.1 2018-08-20 17:50:30 +02:00
Jan Tattermusch c818320a3d upgrade dotnet examples to grpc1.14.1 and protobuf 3.6.1 2018-08-20 17:50:23 +02:00
Mehrdad Afshari 7793317aa7
Merge pull request #16252 from mehrdada/python_reflection_docs
Add server reflection guide for Python
2018-08-06 16:09:13 -07:00
Mehrdad Afshari 5ffb9bf8c4 Add server reflection guide for Python 2018-08-06 13:40:53 -07:00
Mehrdad Afshari 7b5e32a312 Refresh pb2 files in examples/python/multiplex 2018-08-06 10:17:05 -07:00
Jan Tattermusch 7c0cd2915e
HelloworldXamarin readme improvements 2018-08-03 13:07:27 +02:00
jzeferino 63ce61b4eb
Fixed typo. 2018-08-02 21:37:43 +01:00
jzeferino 1b36ca622c
Improved Xamarin example doc.
Xamarin Studio is no longer preferred for Xamarin development, we should use Visual Studio for Mac.
Also added more info on how to use the nuget package source.
2018-08-02 14:48:35 +01:00
apolcyn 708288ebc7
Merge pull request #16191 from hanmd82/add_multi_json_for_ruby_route_guide_example
Add 'multi_json' gem for Ruby tutorial route_guide_server to work
2018-08-01 22:24:22 -07:00
Jan Tattermusch 6975fe484c
Merge pull request #16194 from jtattermusch/add_xamarin_example
C#: Add Xamarin example
2018-08-01 12:15:16 +02:00
Jan Tattermusch 5e6af82241 add copyright notice for HelloworldXamarin 2018-08-01 10:27:33 +02:00
Michael Lumish b811b4e73d
Merge pull request #15239 from murgatroid99/node_example_proto_loader
Update Node examples to use new @grpc/proto-loader package
2018-07-31 14:40:43 -07:00
Jan Tattermusch 2180588e5c HelloworldXamarin readme 2018-07-31 12:42:47 +02:00
Jan Tattermusch ba6682a18c autogenerated changes in Resource.designer.cs 2018-07-31 12:42:47 +02:00
Jan Tattermusch 7ff80cfb5e use local server in XamarinHelloworld 2018-07-31 12:42:47 +02:00
Jan Tattermusch da5452578a experimental helloworld client for ios 2018-07-31 12:42:47 +02:00
Jan Tattermusch 705843c041 experimental helloworld client for android 2018-07-31 12:42:47 +02:00
Jan Tattermusch b335d58cb7 add generated protos 2018-07-31 12:42:47 +02:00
Jan Tattermusch ecaba8a8d3 HelloworldXamaring: add Google.Protobuf dependency 2018-07-31 12:42:47 +02:00
Jan Tattermusch fd91656429 HelloworldXamaring: add Grpc.Core dependency 2018-07-31 12:42:47 +02:00
Jan Tattermusch 3c497bf4c9 add HelloworldXamarin scaffolding 2018-07-31 12:42:47 +02:00
Mingding, Han 9d5b0cd871 Add 'multi_json' gem to gemspec so that route_guide_server can work 2018-07-31 12:18:36 +08:00
Jan Tattermusch 888d7da8de
address review comments 2018-07-27 09:53:18 +02:00
Jan Tattermusch e48fe72622 upgrade HelloworldLegacyCsproj to grpc1.13.1 2018-07-26 13:26:08 +02:00
Jan Tattermusch 1a70151ac7 update the README files 2018-07-26 13:18:21 +02:00
Jan Tattermusch 9f3e83e90a upgrade c# Helloworld and RouteGuide to v1.13.1 2018-07-26 12:59:07 +02:00
Jan Tattermusch b56747397b rename route_guide -> RouteGuide 2018-07-26 12:59:07 +02:00
Jan Tattermusch b8acb536e3 make new-style .csproj helloworld the default 2018-07-26 12:59:07 +02:00
Jan Tattermusch 760a492c53 move helloworld -> HelloworldLegacyCsproj 2018-07-26 12:59:07 +02:00
Jan Tattermusch 3443de4a65 convert route_guide to .NETcore project 2018-07-26 12:59:07 +02:00
Andres Medina 89642bb205 Corrected formatting of json files
examples/csharp/route_guide/RouteGuide/route_guide_db.json: Removed BOM
encoding. Some json parsers cannot natively open these files. There are
more portable ways to define Unicode encodings than embedded in files.

src/csharp/doc/docfx.json: Incorrect json format.
2018-06-22 10:09:18 -07:00
Jan Tattermusch f389e5267a overhaul of top-level .md files 2018-06-20 20:35:04 +02:00
Jan Tattermusch db53a61b8f deduplicate C++ routeguide 2018-06-20 15:06:51 +02:00
Nathaniel Manista 8234d14113 Close channels in examples 2018-06-14 17:16:04 +00:00
ganmacs 64ab89928c Put Gemfile for sub-directory of pubsub
examples/ruby/greeter*.rb and examples/ruby/route_guide/*.rb doesn't
need to depends on googleauth
2018-05-25 10:46:39 +09:00
ganmacs 61d9a42007 Moved pubsub demo_demo to examples directory of ruby
so that grpc does not depends on googleauth gem.

This project (pubsub demo) is introduced at [this
commit](d5d00d5c8f (diff-c495642bb64c09cae54f3ccff463bd51))
as demo project for grpc with ruby.
This demo is awesome. But the position of this project directory seems
to be not suitable for demo app. This project added unnecessary gem dependency about googleauth to grpc ruby gem.
2018-05-14 18:01:04 +09:00
murgatroid99 08ff4c1f69 Fix one partially changed line in route guide examples 2018-05-01 09:41:32 -07:00
murgatroid99 3a45e34028 Update Node examples to use new @grpc/proto-loader package 2018-04-30 17:53:35 -07:00
Jan Tattermusch 171044c4d4
Fix bad variable name in route_guide_server.js 2018-04-27 17:31:23 +02:00
Jan Tattermusch 85570890f8 remove C# global.json files 2018-04-20 12:53:19 +02:00
Eric Gribkoff 5a03bdb622
Merge pull request #14885 from ericgribkoff/android_cleanup
simplify CMake build
2018-04-03 15:09:59 -07:00
Eric Gribkoff 10ad26f917 refer to libprotobuf directly 2018-04-03 13:32:20 -07:00
Eric Gribkoff ffa10caf94 simplify CMake build 2018-03-30 11:10:44 -07: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
Eric Gribkoff 2d3d918db5 Fix Android build 2018-03-27 12:01:35 -07:00
Eric Gribkoff f54e4a35fa build protoc and grpc_cpp_plugin for android kokoro job 2018-03-23 17:04:25 -07:00
Jan Tattermusch a26aecc03b reimplement distance calculation in routeguide 2018-03-23 07:44:30 +01:00