aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/examples
Commit message (Collapse)AuthorAge
...
* Point sample proto podspec to latest gRPC and protobufGravatar Jorge Canizales2015-09-03
|
* Point SwiftSample’s Podfile to submodule protobufGravatar Jorge Canizales2015-09-03
|
* Example with generated code :)Gravatar Jorge Canizales2015-08-31
|
* Point to the new RemoteTest podGravatar Jorge Canizales2015-08-31
|
* Create RemoteTest proto client that doesn’t depend on the tests frameworkGravatar Jorge Canizales2015-08-31
|
* Add Swift example with non-generated code :DGravatar Jorge Canizales2015-08-31
|
* Add empty bridging headerGravatar Jorge Canizales2015-08-31
|
* Install pods in projectGravatar Jorge Canizales2015-08-31
|
* Test PodfileGravatar Jorge Canizales2015-08-31
|
* Minimal Swift sample app templateGravatar Jorge Canizales2015-08-31
|
* Import headers based on path in sample appGravatar Jorge Canizales2015-06-23
| | | | Part of fixing https://github.com/grpc/grpc/issues/2192
* Point test and sample podfiles to protobuf releaseGravatar Jorge Canizales2015-06-04
|
* Make sample app easier to understandGravatar Jorge Canizales2015-05-31
| | | | | | - Remove the launch screen. - Add a label explaining where to look for the code and results. - Delete unnecessary boilerplate code.
* Remove remaining tests and RouteGuide from sample appGravatar Jorge Canizales2015-05-31
|
* Move RouteGuideClient to generated_libraries/Gravatar Jorge Canizales2015-05-31
|
* Delete RemoteProtoTests from sample appGravatar Jorge Canizales2015-05-30
|
* Point Podfile of sample app to new RemoteTestsClient locationGravatar Jorge Canizales2015-05-30
|
* Move RemoteTestClient files to /objective-cGravatar Jorge Canizales2015-05-30
| | | | The tests are going to use it too
* Fix for changed parseFromData: signature (now parseFromData:error:)Gravatar Marc Wandschneider2015-05-27
|
* Point sample app to official protobuf podspecGravatar Jorge Canizales2015-05-21
|
* Fixed writer commentGravatar murgatroid992015-05-20
|
* Fixed boolean variableGravatar murgatroid992015-05-20
|
* Added cancel_after_first_response testGravatar murgatroid992015-05-20
|
* s/didFinishWithError/writesFinishedWithErrorGravatar Jorge Canizales2015-05-19
|
* s/didReceiveValue/writeValueGravatar Jorge Canizales2015-05-19
|
* Use BufferedPipe to add PingPong test and fix Cancel testGravatar Jorge Canizales2015-05-18
|
* Fix false positive in server streaming testGravatar Jorge Canizales2015-05-18
|
* Move sample app to proto3 and clarify usage exampleGravatar Jorge Canizales2015-05-17
|
* Adds local sample test using generated serviceGravatar Jorge Canizales2015-05-17
|
* Moves the RouteGuide local tests to proto3Gravatar Jorge Canizales2015-05-17
|
* Regenerates RouteGuide library as proto3Gravatar Jorge Canizales2015-05-17
|
* Adjust remote tests to use proto3Gravatar Jorge Canizales2015-05-17
|
* Make the test.proto etc proto3, regenerate files, adjust podspec and PodfileGravatar Jorge Canizales2015-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 commentsGravatar murgatroid992015-05-15
|
* Fixed cancellation testsGravatar murgatroid992015-05-15
|
* Added more interop testsGravatar murgatroid992015-05-15
|
* Added server_streaming interop testGravatar murgatroid992015-05-15
|
* Podfile.lock prevents gRPC to be properly installedGravatar Jorge Canizales2015-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 4sGravatar Jorge Canizales2015-04-28
|
* Checks in Podfile.lock so the build is reproducibleGravatar Jorge Canizales2015-04-28
|
* Warn in the sample's README that pod install must be runGravatar Jorge Canizales2015-04-27
|
* Removes Cocoapod-generated filesGravatar Jorge Canizales2015-04-27
|
* Augments the timeout of the large_unary test to 4sGravatar Jorge Canizales2015-04-27
|
* Implements empty_unary, large_unary, and client_streaming integration tests.Gravatar Jorge Canizales2015-04-27
| | | | As defined in the spec.
* Moves ProtoRPC.podspec into gRPC.podspecGravatar Jorge Canizales2015-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 RxLibraryGravatar Jorge Canizales2015-04-22
|
* Adds unit test of stub to the XCode projectGravatar Jorge Canizales2015-04-22
|
* Creates unit test for the stubGravatar Jorge Canizales2015-04-22
|
* Fixes initializer of the generated stubGravatar Jorge Canizales2015-04-22
|
* Fixes syntax errors.Gravatar Jorge Canizales2015-04-22
|