Commit Graph

255 Commits

Author SHA1 Message Date
Jan Tattermusch c2b55afffd Merge pull request #5256 from tamihiro/master
Minor fix on example script
2016-06-16 17:43:44 -07:00
Jan Tattermusch a9e3ea3815 Merge pull request #6659 from stanley-cheung/php-fix-style
PHP: ran php-cs-fixer again
2016-06-10 13:07:37 -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
Jan Tattermusch 11ca9d8dc0 Merge pull request #6674 from murgatroid99/node_ruby_codegen_comments
Add comments to generated code for Node and Ruby
2016-06-03 16:11:51 -04:00
murgatroid99 b39ad701ea Added comments to ruby code generation 2016-05-20 13:27:33 -07:00
murgatroid99 210f3c4b8e Added comments to node generation, also refactored some plugin code 2016-05-20 13:24:59 -07:00
Stanley Cheung 803c7ff973 php: one little thing missed 2016-05-19 16:51:49 -07:00
Stanley Cheung 46d94bb4aa php: fix examples/ directory as well 2016-05-19 16:47:52 -07:00
chedeti 3626efbf42 Fix to undefined reference to gpr_log 2016-05-19 13:01:07 -07:00
Jan Tattermusch 166d48232d Merge remote-tracking branch 'upstream/release-0_14' into HEAD 2016-05-18 21:26:01 -07:00
Jan Tattermusch f551edf730 add missing copyrights to .bat files 2016-05-13 10:50:29 -07:00
Jan Tattermusch 677e04d7bd Merge pull request #6431 from murgatroid99/node_protoc_examples
Split Node examples into static and dynamic code generation examples
2016-05-12 12:07:46 -07:00
Jan Tattermusch 2e78d4de7e Merge pull request #6497 from murgatroid99/backport_node_protoc_examples
Backport node protoc examples
2016-05-12 12:06:29 -07:00
Jan Tattermusch 0bbbb3240e migrate Greeter and Routeguide to 0.14.0 API 2016-05-11 15:35:46 -07:00
Jan Tattermusch 1aa52a074a regenerate code 2016-05-11 15:06:06 -07:00
Jan Tattermusch 526c99188a update RouteGuide to 0.14.0 nugets 2016-05-11 15:04:50 -07:00
Jan Tattermusch 4dae646a69 regenerate code 2016-05-11 14:57:37 -07:00
Jan Tattermusch aff7564c4d update Greeter to 0.14.0 nugets 2016-05-11 14:56:05 -07:00
murgatroid99 1da105e932 Improved description of examples bifurcation 2016-05-09 15:12:26 -07:00
murgatroid99 9081198da9 Split Node examples into static and dynamic code generation examples 2016-05-09 15:12:18 -07:00
Jorge Canizales dcd8d7cd99 Merge pull request #6440 from makdharma/bugfixes
RouteGuide example now works with moving between tabs. Fixes issue 6404.
2016-05-09 11:07:56 -07:00
Yuchen Zeng 2eedca72d5 Check the value of Next() in async examples 2016-05-05 18:21:47 -07:00
Jan Tattermusch e6274a18b3 Merge pull request #6430 from myeh/example/non_blocking_async_client
Modified sample async client to be multi-threaded
2016-05-05 16:04:13 -07:00
murgatroid99 395bca9a61 Improved description of examples bifurcation 2016-05-05 10:25:34 -07:00
Makarand Dharmapurikar e79b08b5ec RouteGuide example now works with moving between tabs. Fixes issue 6404. 2016-05-04 18:09:20 -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
murgatroid99 ddc0eb1be2 Split Node examples into static and dynamic code generation examples 2016-05-04 10:27:12 -07:00
yang-g b0de7163ad Add proto comments to generated _pb2.py files 2016-05-03 15:48:19 -07:00
murgatroid99 c7edb0ee10 Reverted 'Rewrite Node greeter example to use generated code' 2016-04-29 15:33:31 -07:00
Jan Tattermusch 2ea6765faf Merge pull request #6321 from soltanmm/doc
Add Windows-specifics to Python docs
2016-04-28 15:22:52 -07:00
Nicolas Noble 8cb50edbed Merge pull request #6268 from nicolasnoble/example_fix
Fixing examples.
2016-04-27 16:58:46 -07:00
Masood Malekghassemi d06e9291cb Add Windows-specifics to Python docs 2016-04-27 14:59:17 -07:00
Nicolas "Pixel" Noble 81159e5adc Fixing examples. 2016-04-23 01:30:12 +02:00
murgatroid99 e264e3984f Merged from master 2016-04-19 10:56:01 -07:00
Nicolas "Pixel" Noble b60ed4f3d3 Upmerge the version bump from 0.13 2016-04-08 00:30:02 +02:00
Jan Tattermusch d94b4ddf32 regenerate code 2016-04-01 10:32:55 -07:00
Jan Tattermusch 1255b5649b update generate scripts 2016-04-01 10:32:07 -07:00
Jan Tattermusch ecf82d0e58 cleanup example projects to contains links to important files 2016-04-01 10:24:47 -07:00
Jan Tattermusch 70f50b13de upgrade helloworld and routeguide examples to 0.13.1 2016-04-01 10:13:08 -07:00
Craig Tiller 6169d5f7b0 Update copyrights 2016-03-31 07:46:18 -07:00
Jan Tattermusch 518e0c199c Merge pull request #5837 from sreecha/grpc_fixit_node
DocFixit: Troubleshooting info for Windows and some minor tweaks
2016-03-24 07:12:34 -07:00
Jan Tattermusch bbb1d1053a Merge pull request #5659 from leifurhauks/py3_examples
python3-compatible syntax for python examples
2016-03-21 16:58:03 -07:00
Jan Tattermusch 26eb86ec9d Merge pull request #5828 from murgatroid99/node_example_dependencies_fix
Updated example package.json with missing dependency
2016-03-18 15:47:14 -07:00
Sree Kuchibhotla 244545671d DocFixit: Troubleshooting info for Windows and some minor tweaks 2016-03-18 14:44:31 -07:00
Leifur Halldor Asgeirsson 4df39871d0 python3-compatible syntax for python examples 2016-03-18 16:24:29 -04:00
Stanley Cheung 4302be789d Merge pull request #5798 from y-zeng/documentation
Doc Fixit: examples/cpp/helloworld/README.md
2016-03-18 10:50:37 -07:00
murgatroid99 d506ecbcb0 Add other missing dependencies 2016-03-18 09:12:16 -07:00
murgatroid99 c3b8c8d859 Updated example package.json with missing dependency 2016-03-18 08:45:30 -07:00