Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #1363 from murgatroid99/objective_c_batch_migration | Jorge Canizales | 2015-05-01 |
|\ | | | | | Migrated Objective C library to C batch API | ||
| * | Resolved some comments | murgatroid99 | 2015-05-01 |
| | | |||
| * | Fixed ivar names and comments | murgatroid99 | 2015-04-29 |
| | | |||
| * | Simplified startBatch, resolved comments | murgatroid99 | 2015-04-29 |
| | | |||
| * | Moved deallocation code to the right place | murgatroid99 | 2015-04-29 |
| | | |||
| * | Added nil check in GRPCWrappedCall initializer | murgatroid99 | 2015-04-29 |
| | | |||
| * | Fixed missing increment | murgatroid99 | 2015-04-29 |
| | | |||
| * | Removed thrown error in one case | murgatroid99 | 2015-04-29 |
| | | |||
| * | Simplified some batch code, resolved comments | murgatroid99 | 2015-04-29 |
| | | |||
| * | Removed Podfile.lock | murgatroid99 | 2015-04-28 |
| | | |||
| * | Updated GRPCCall comments and spacing | murgatroid99 | 2015-04-28 |
| | | |||
* | | 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 |
| | | |||
| * | Merged changes from master | murgatroid99 | 2015-04-28 |
| |\ | |||
| * | | Changed message handling, fixed line lengths | murgatroid99 | 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-28 |
| | | | |||
| | * | Removes Cocoapod-generated files | 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. | ||
| * | Rewrote comment to match changes | murgatroid99 | 2015-04-27 |
| | | |||
| * | Re-added completion_queue_destroy call | murgatroid99 | 2015-04-27 |
| | | |||
| * | Simplified an initializer call | murgatroid99 | 2015-04-27 |
| | | |||
| * | Fixed spacing | murgatroid99 | 2015-04-27 |
| | | |||
| * | Made startBatch more strongly typed | murgatroid99 | 2015-04-27 |
| | | |||
| * | Fixed dictionary usage | murgatroid99 | 2015-04-24 |
| | | |||
| * | Fixed grpc_getMetadataArray | murgatroid99 | 2015-04-24 |
| | | |||
| * | Addressed review comments | murgatroid99 | 2015-04-24 |
| | | |||
| * | Fixed indentation | murgatroid99 | 2015-04-24 |
| | | |||
| * | Migrated Objective C library to C batch API | murgatroid99 | 2015-04-24 |
| | | |||
* | | 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 |
| | | |||
* | | Makes the runtime serialize alright. | 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 |
| |