aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/examples
Commit message (Collapse)AuthorAge
...
* Adds basic runtime library and generated stubGravatar Jorge Canizales2015-04-22
| | | | | | | The stub is manually adapted: - to the evolved runtime, - as if generated with insertion points.
* Adds RemoteTests to the Xcode project, and fixes RxLibrary #importsGravatar Jorge Canizales2015-04-21
|
* Small cleanup of the sample appGravatar Jorge Canizales2015-04-21
|
* Small logging formatting fixGravatar Jorge Canizales2015-04-21
|
* Adds proto support to the main app too.Gravatar Jorge Canizales2015-04-21
|
* Fixes proto remote test to use the actual protos of the service.Gravatar Jorge Canizales2015-04-21
|
* Adds podspec for the generated filesGravatar Jorge Canizales2015-04-21
|
* Generates ObjC code for the test protosGravatar Jorge Canizales2015-04-21
| | | | | | | | 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="./"
* Adds Class prefix RMTGravatar Jorge Canizales2015-04-21
|
* Brings in proto files for the remote test server.Gravatar Jorge Canizales2015-04-21
|
* Move Route_guide protos to their own folder to make room for remote test protosGravatar Jorge Canizales2015-04-21
|
* Fixes local test after ensuring using https:// doesn't work with it.Gravatar Jorge Canizales2015-04-21
|
* Add remote HTTPS tests. Local HTTP ones fail to connect.Gravatar Jorge Canizales2015-04-21
|
* Removes scheme before passing to C layerGravatar Jorge Canizales2015-04-21
|
* Centers the sample location in Gran Canaria :PGravatar Jorge Canizales2015-04-21
|
* Adds more assertions to the testGravatar Jorge Canizales2015-04-21
|
* Adds test that sends proto and expects oneGravatar Jorge Canizales2015-04-21
|
* Adds Objective-C prefixes to the protosGravatar Jorge Canizales2015-04-21
| | | | | | | 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="./"
* Fix Route_guide to declare public headersGravatar Jorge Canizales2015-04-21
|
* Point the Podfile to a "generated" local podspecGravatar Jorge Canizales2015-04-21
|
* Generated files :)Gravatar Jorge Canizales2015-04-21
|
* Copy route_guide.proto and make it 2.6Gravatar Jorge Canizales2015-04-21
|
* Add dependency to Protobuf 2.6 to the podfileGravatar Jorge Canizales2015-04-21
|
* Changes #import paths from RxLibrary -> gRPCGravatar Jorge Canizales2015-04-21
| | | | On account of the change in the podspec structure.
* Moves RxLibrary.podspec into gRPC.podspecGravatar Jorge Canizales2015-04-21
|
* Adds documentation to the tests and reduces timeout to 2sGravatar Jorge Canizales2015-04-21
|
* Adds two tests that pass with the RouteGuide Java serverGravatar Jorge Canizales2015-04-21
|
* Asynchronous unit testGravatar Jorge Canizales2015-04-21
|
* Fixes the sample app to point to the new podspecsGravatar Jorge Canizales2015-04-21
|
* Adds sample usage code of GRPCClientGravatar Jorge Canizales2015-02-19
| | | | | It doesn’t build yet, because it’s missing a podspec for the C library. That’s the next thing I’m working on.
* Adds dependency on GRPCClient to Sample appGravatar Jorge Canizales2015-02-19
|
* Adds dependency on GRPCClient to Sample appGravatar Jorge Canizales2015-02-19
|
* Fixes podspec of the RxLibraryGravatar Jorge Canizales2015-02-17
|
* Fixes copyright noticesGravatar Jorge Canizales2015-02-17
|
* Adds podspec for RxLibrary and sample appGravatar Jorge Canizales2015-02-17