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 |
Jorge Canizales
|
1d3734934f
|
Fixes the sample app to point to the new podspecs
|
10 years ago |
Jorge Canizales
|
d5c1b56dda
|
Adds sample usage code of GRPCClient
It doesn’t build yet, because it’s missing a podspec for the C library.
That’s the next thing I’m working on.
|
10 years ago |
Jorge Canizales
|
e379e5c100
|
Adds dependency on GRPCClient to Sample app
|
10 years ago |
Jorge Canizales
|
13ffb9ae24
|
Adds dependency on GRPCClient to Sample app
|
10 years ago |
Jorge Canizales
|
af2d9977bf
|
Fixes podspec of the RxLibrary
|
10 years ago |
Jorge Canizales
|
e8304d5741
|
Fixes copyright notices
|
10 years ago |
Jorge Canizales
|
d1a8cc082a
|
Adds podspec for RxLibrary and sample app
|
10 years ago |