Stanley Cheung
febe79116c
php: fix interop tests breakage
8 years ago
Stanley Cheung
67bccfed99
php: prepare for GA release
8 years ago
Jorge Canizales
8f525f9bc5
Fix: Cocoapods doesn’t like dirs that start with ./
...
I wasted a huge amount of time debugging this madness.
8 years ago
Jorge Canizales
45bb7f36b4
Use the deployed protoc spec in samples and README
8 years ago
Jorge Canizales
6eade6dcd7
Podspecs for Protoc and the gRPC plugin
...
The examples under <repo_root>/examples now rely on the released
versions. Those under src/objective-c/examples, as well as the tests,
rely on protoc and the plugin as compiled from head.
8 years ago
Stanley Cheung
692a38f7fa
php: update example composer.json
9 years ago
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.
9 years ago
Jorge Canizales
0f213c399c
Fix examples to work with local gRPC-Core
9 years ago
Jorge Canizales
c09854b8fe
Fix example Podfiles, and document better
9 years ago
Ken Payson
5c88bc660c
Updated example codegen to use grpcio-tools
9 years ago
David Garcia Quintas
4281272389
Updated git clone URL
9 years ago
Jan Tattermusch
6dd25e52a6
Update gRPC in C# minutes readme.
9 years ago
Yuchen Zeng
b8431ae707
Add .xcscheme files for ObjC examples
9 years ago
Yuchen Zeng
2eb82d7c0a
Add .xcscheme files for ObjC examples
9 years ago
Jan Tattermusch
09685d224e
regenerate files
9 years ago
Jan Tattermusch
d3b0dda9b8
update grpc nugets to 0.15
9 years ago
Makarand Dharmapurikar
5a3c6389ed
Added braces around _service
9 years ago
Makarand Dharmapurikar
abd285aed8
Added missing todo and moved _service
...
To Implementation
9 years ago
Makarand Dharmapurikar
dde4fc66fb
changed service to _service, and added a TODO
...
TODO for removing boilerplate code
9 years ago
Jan Tattermusch
f41ebc3968
remove occurences of NewClient factory method
9 years ago
Yuchen Zeng
db3ffe13cb
Update examples with Cocoapods 1.0.0
9 years ago
Yuchen Zeng
abc7427a4d
Update podfiles for objc examples
9 years ago
Yuchen Zeng
955a364e34
Add bad_server_response_test
9 years ago
thinkerou
814b80e8e9
change README for node dir changed
9 years ago
Makarand Dharmapurikar
4412c85a10
crud removal
9 years ago
Makarand Dharmapurikar
3eba9075ef
using camelCase for output_label now
9 years ago
Makarand Dharmapurikar
a7cc90055e
Modified route_guide sample app to show RPC log
...
Modified the screens to show meaningful information about RPC progress.
When you click on each tab the screen now shows log messages that previously
only went to the debug console.
9 years ago
murgatroid99
b39ad701ea
Added comments to ruby code generation
9 years ago
murgatroid99
210f3c4b8e
Added comments to node generation, also refactored some plugin code
9 years ago
Stanley Cheung
803c7ff973
php: one little thing missed
9 years ago
Stanley Cheung
46d94bb4aa
php: fix examples/ directory as well
9 years ago
chedeti
3626efbf42
Fix to undefined reference to gpr_log
9 years ago
Jan Tattermusch
f551edf730
add missing copyrights to .bat files
9 years ago
Jan Tattermusch
0bbbb3240e
migrate Greeter and Routeguide to 0.14.0 API
9 years ago
Jan Tattermusch
1aa52a074a
regenerate code
9 years ago
Jan Tattermusch
526c99188a
update RouteGuide to 0.14.0 nugets
9 years ago
Jan Tattermusch
4dae646a69
regenerate code
9 years ago
Jan Tattermusch
aff7564c4d
update Greeter to 0.14.0 nugets
9 years ago
murgatroid99
1da105e932
Improved description of examples bifurcation
9 years ago
murgatroid99
9081198da9
Split Node examples into static and dynamic code generation examples
9 years ago
Yuchen Zeng
2eedca72d5
Check the value of Next() in async examples
9 years ago
murgatroid99
395bca9a61
Improved description of examples bifurcation
9 years ago
Makarand Dharmapurikar
e79b08b5ec
RouteGuide example now works with moving between tabs. Fixes issue 6404.
9 years ago
Michael Yeh
f9b89b181d
Updated to more closely mimic greeter_async_client.cc. Fixed typos in comments.
9 years ago
Michael Yeh
470cbd1c6e
Created a new sample async client that is non-blocking. A reader thread is spawned to handle all the RPC results.
9 years ago
Michael Yeh
2df7d40914
Modified sample async client to be non-blocking. A reader thread is spawned to handle all the RPC results.
9 years ago
murgatroid99
ddc0eb1be2
Split Node examples into static and dynamic code generation examples
9 years ago
yang-g
b0de7163ad
Add proto comments to generated _pb2.py files
9 years ago
murgatroid99
c7edb0ee10
Reverted 'Rewrite Node greeter example to use generated code'
9 years ago
Masood Malekghassemi
d06e9291cb
Add Windows-specifics to Python docs
9 years ago