murgatroid99
ea43b903a3
Added server_streaming interop test
10 years ago
Jorge Canizales
472f0b0a6b
Fixes generated implementation file and adjusts plugin to proto3
...
Still missing: retrieving prefix from file option.
10 years ago
murgatroid99
3767f8bdee
Removed Podfile.lock
10 years ago
murgatroid99
b56609c705
Updated GRPCCall comments and spacing
10 years ago
Jorge Canizales
c55a0ca96e
Podfile.lock prevents gRPC to be properly installed
...
When Podfile.lock is present, the prepare_command of the gRPC pod isn’t
executed on “pod install”, even if the Xcode workspace and the Pods/
directory are absent.
10 years ago
Jorge Canizales
87b650b55f
Increases timeout of client_streaming test to 4s
10 years ago
Jorge Canizales
6abfd7573d
Checks in Podfile.lock so the build is reproducible
10 years ago
Jorge Canizales
5488d2820b
Warn in the sample's README that pod install must be run
10 years ago
Jorge Canizales
624b694cf9
Removes Cocoapod-generated files
10 years ago
Jorge Canizales
6f1ce1a9c2
Checks in Podfile.lock so the build is reproducible
10 years ago
Jorge Canizales
9b3951d8f8
Warn in the sample's README that pod install must be run
10 years ago
Jorge Canizales
f93b11b4e8
Removes Cocoapod-generated files
10 years ago
Jorge Canizales
57d9f939bc
Augments the timeout of the large_unary test to 4s
10 years ago
Jorge Canizales
9d96aa6e4c
Implements empty_unary, large_unary, and client_streaming integration tests.
...
As defined in the spec.
10 years ago
zeliard
3e3e0ad348
merge from upstream (grpc) master
10 years ago
murgatroid99
30b7d4e62e
Migrated Objective C library to C batch API
10 years ago
Jorge Canizales
8957cae707
Moves ProtoRPC.podspec into gRPC.podspec
...
So the root of the repository doesn’t have 2 podspecs.
All four libraries are subspecs now.
Adjusts the generated code to account for that.
10 years ago
Jorge Canizales
7847b0eb3a
Adjusts #imports of RxLibrary
10 years ago
Jorge Canizales
05bd511155
Adds unit test of stub to the XCode project
10 years ago
Jorge Canizales
3f576c7ef3
Creates unit test for the stub
10 years ago
Jorge Canizales
17b43e8982
Fixes initializer of the generated stub
10 years ago
Jorge Canizales
f593fef550
Fixes syntax errors.
10 years ago
Jorge Canizales
2779ccb83c
Adds basic runtime library and generated stub
...
The stub is manually adapted:
- to the evolved runtime,
- as if generated with insertion points.
10 years ago
Jorge Canizales
3dbb9c5879
Adds RemoteTests to the Xcode project, and fixes RxLibrary #imports
10 years ago
Jorge Canizales
48e07dfa10
Small cleanup of the sample app
10 years ago
Jorge Canizales
914d74ee37
Small logging formatting fix
10 years ago
Jorge Canizales
5cff49dfca
Adds proto support to the main app too.
10 years ago
Jorge Canizales
25e28e801f
Fixes proto remote test to use the actual protos of the service.
10 years ago
Jorge Canizales
d168f50e4e
Adds podspec for the generated files
10 years ago
Jorge Canizales
7205cda0f0
Generates ObjC code for the test protos
...
Command:
protoc --plugin=/usr/local/bin/protoc-gen-objc test.proto
messages.proto empty.proto
--proto_path=/Users/jcanizales/git/protobuf-objc/src/compiler
--proto_path=. --objc_out="./"
10 years ago
Jorge Canizales
41a53741d8
Adds Class prefix RMT
10 years ago
Jorge Canizales
1380ac8941
Brings in proto files for the remote test server.
10 years ago
Jorge Canizales
23cb957f69
Move Route_guide protos to their own folder to make room for remote test protos
10 years ago
Jorge Canizales
e72114cc9c
Fixes local test after ensuring using https:// doesn't work with it.
10 years ago
Jorge Canizales
f1bda85ad9
Add remote HTTPS tests. Local HTTP ones fail to connect.
10 years ago
Jorge Canizales
bb58d224e7
Removes scheme before passing to C layer
10 years ago
Jorge Canizales
3d86bca23f
Centers the sample location in Gran Canaria :P
10 years ago
Jorge Canizales
6ad8c2008e
Adds more assertions to the test
10 years ago
Jorge Canizales
6a84b3d269
Adds test that sends proto and expects one
10 years ago
Jorge Canizales
aa5611bed7
Adds Objective-C prefixes to the protos
...
Generated with:
protoc --plugin=/usr/local/bin/protoc-gen-objc route_guide.proto
--proto_path=/Users/jcanizales/git/protobuf-objc/src/compiler
--proto_path=. --objc_out="./"
10 years ago
Jorge Canizales
0ae1f4d0ca
Fix Route_guide to declare public headers
10 years ago
Jorge Canizales
b7f970bc92
Point the Podfile to a "generated" local podspec
10 years ago
Jorge Canizales
f4ddfab3f7
Generated files :)
10 years ago
Jorge Canizales
1f1d2c36e5
Copy route_guide.proto and make it 2.6
10 years ago
Jorge Canizales
14ae0b051b
Add dependency to Protobuf 2.6 to the podfile
10 years ago
Jorge Canizales
e6300b2c56
Changes #import paths from RxLibrary -> gRPC
...
On account of the change in the podspec structure.
10 years ago
Jorge Canizales
045fabb290
Moves RxLibrary.podspec into gRPC.podspec
10 years ago
Jorge Canizales
aa83409dfd
Adds documentation to the tests and reduces timeout to 2s
10 years ago
Jorge Canizales
5f0c0f1427
Adds two tests that pass with the RouteGuide Java server
10 years ago
Jorge Canizales
7502bd29c3
Asynchronous unit test
10 years ago