Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix false positive in server streaming test | Jorge Canizales | 2015-05-18 |
| | |||
* | Move sample app to proto3 and clarify usage example | Jorge Canizales | 2015-05-17 |
| | |||
* | Adds local sample test using generated service | Jorge Canizales | 2015-05-17 |
| | |||
* | Moves the RouteGuide local tests to proto3 | Jorge Canizales | 2015-05-17 |
| | |||
* | Regenerates RouteGuide library as proto3 | Jorge Canizales | 2015-05-17 |
| | |||
* | Adjust remote tests to use proto3 | Jorge Canizales | 2015-05-17 |
| | |||
* | Make the test.proto etc proto3, regenerate files, adjust podspec and Podfile | Jorge Canizales | 2015-05-17 |
| | | | | | | Generated by running protoc --objc_out=. --objcrpc_out=. *.proto in this directory. Generates separate files until GeneratorContext::OpenForInsert/Append works. A temporary podspec for the proto3 runtime is being used, pending the official. | ||
* | Some modifications based on comments | murgatroid99 | 2015-05-15 |
| | |||
* | Fixed cancellation tests | murgatroid99 | 2015-05-15 |
| | |||
* | Added more interop tests | murgatroid99 | 2015-05-15 |
| | |||
* | Added server_streaming interop test | murgatroid99 | 2015-05-15 |
| | |||
* | Podfile.lock prevents gRPC to be properly installed | Jorge Canizales | 2015-04-28 |
| | | | | | | 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. | ||
* | Increases timeout of client_streaming test to 4s | Jorge Canizales | 2015-04-28 |
| | |||
* | Checks in Podfile.lock so the build is reproducible | Jorge Canizales | 2015-04-28 |
| | |||
* | Warn in the sample's README that pod install must be run | Jorge Canizales | 2015-04-27 |
| | |||
* | Removes Cocoapod-generated files | Jorge Canizales | 2015-04-27 |
| | |||
* | Augments the timeout of the large_unary test to 4s | Jorge Canizales | 2015-04-27 |
| | |||
* | Implements empty_unary, large_unary, and client_streaming integration tests. | Jorge Canizales | 2015-04-27 |
| | | | | As defined in the spec. | ||
* | Moves ProtoRPC.podspec into gRPC.podspec | Jorge Canizales | 2015-04-22 |
| | | | | | | 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. | ||
* | Adjusts #imports of RxLibrary | Jorge Canizales | 2015-04-22 |
| | |||
* | Adds unit test of stub to the XCode project | Jorge Canizales | 2015-04-22 |
| | |||
* | Creates unit test for the stub | Jorge Canizales | 2015-04-22 |
| | |||
* | Fixes initializer of the generated stub | Jorge Canizales | 2015-04-22 |
| | |||
* | Fixes syntax errors. | Jorge Canizales | 2015-04-22 |
| | |||
* | Adds basic runtime library and generated stub | Jorge Canizales | 2015-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 #imports | Jorge Canizales | 2015-04-21 |
| | |||
* | Small cleanup of the sample app | Jorge Canizales | 2015-04-21 |
| | |||
* | Small logging formatting fix | Jorge Canizales | 2015-04-21 |
| | |||
* | Adds proto support to the main app too. | Jorge Canizales | 2015-04-21 |
| | |||
* | Fixes proto remote test to use the actual protos of the service. | Jorge Canizales | 2015-04-21 |
| | |||
* | Adds podspec for the generated files | Jorge Canizales | 2015-04-21 |
| | |||
* | Generates ObjC code for the test protos | Jorge Canizales | 2015-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 RMT | Jorge Canizales | 2015-04-21 |
| | |||
* | Brings in proto files for the remote test server. | Jorge Canizales | 2015-04-21 |
| | |||
* | Move Route_guide protos to their own folder to make room for remote test protos | Jorge Canizales | 2015-04-21 |
| | |||
* | Fixes local test after ensuring using https:// doesn't work with it. | Jorge Canizales | 2015-04-21 |
| | |||
* | Add remote HTTPS tests. Local HTTP ones fail to connect. | Jorge Canizales | 2015-04-21 |
| | |||
* | Removes scheme before passing to C layer | Jorge Canizales | 2015-04-21 |
| | |||
* | Centers the sample location in Gran Canaria :P | Jorge Canizales | 2015-04-21 |
| | |||
* | Adds more assertions to the test | Jorge Canizales | 2015-04-21 |
| | |||
* | Adds test that sends proto and expects one | Jorge Canizales | 2015-04-21 |
| | |||
* | Adds Objective-C prefixes to the protos | Jorge Canizales | 2015-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 headers | Jorge Canizales | 2015-04-21 |
| | |||
* | Point the Podfile to a "generated" local podspec | Jorge Canizales | 2015-04-21 |
| | |||
* | Generated files :) | Jorge Canizales | 2015-04-21 |
| | |||
* | Copy route_guide.proto and make it 2.6 | Jorge Canizales | 2015-04-21 |
| | |||
* | Add dependency to Protobuf 2.6 to the podfile | Jorge Canizales | 2015-04-21 |
| | |||
* | Changes #import paths from RxLibrary -> gRPC | Jorge Canizales | 2015-04-21 |
| | | | | On account of the change in the podspec structure. | ||
* | Moves RxLibrary.podspec into gRPC.podspec | Jorge Canizales | 2015-04-21 |
| | |||
* | Adds documentation to the tests and reduces timeout to 2s | Jorge Canizales | 2015-04-21 |
| |