Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert PR #8425 | Muxi Yan | 2016-10-20 |
| | |||
* | Update Sample project to XCode 8 | Jorge Canizales | 2016-10-07 |
| | |||
* | Sample app: ProtoMethod -> GRPCProtoMethod | Jorge Canizales | 2016-07-15 |
| | |||
* | Sample app: solve XCode config warnings | Jorge Canizales | 2016-07-15 |
| | |||
* | Build sample app both with and without frameworks | Jorge Canizales | 2016-07-15 |
| | |||
* | Podspecs for Protoc and the gRPC plugin | Jorge Canizales | 2016-07-11 |
| | | | | | The examples under <repo_root>/examples now rely on the released versions. Those under src/objective-c/examples, as well as the tests, rely on protoc and the plugin as compiled from head. | ||
* | Fix examples to work with local gRPC-Core | Jorge Canizales | 2016-07-01 |
| | |||
* | Fix example Podfiles, and document better | Jorge Canizales | 2016-07-01 |
| | |||
* | Merge master into merge-0.14-into-master | Jorge Canizales | 2016-06-30 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: - gRPC.podspec - Only had non-trivial changes in the core file list, which will need to be regenerated (in gRPC-Core.podspec). - src/objective-c/BoringSSL.podspec - Had trivial conflicts in the version. - src/objective-c/examples/RemoteTestClient/RemoteTest.podspec - Trivial conflicts in quoting. - src/objective-c/examples/Sample/Sample.xcodeproj/project.pbxproj and src/objective-c/examples/SwiftSample/SwiftSample.xcodeproj/project.pbxproj - The master version is used, pending testing. The 0.14 version had emoji and some unneeded entries. - src/objective-c/tests/Podfile - Added CronetFramework pod, and warning silencing from master. - templates/gRPC.podspec.template - Deleted. - third_party/protobuf - Using master commit, but need to verify if it works for frameworks. | ||
| * | Add .xcscheme files for ObjC examples | Yuchen Zeng | 2016-06-27 |
| | | |||
| * | Update examples with Cocoapods 1.0.0 | Yuchen Zeng | 2016-06-22 |
| | | |||
* | | Update documentation and samples. | Jorge Canizales | 2016-06-08 |
|/ | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | fix copyrights | Jan Tattermusch | 2016-01-22 |
| | |||
* | Update interop test service url to grpc-test.sandbox.googleapis.com. | Adele Zhou | 2016-01-20 |
| | |||
* | Move BoringSSL.podspec into src, and point Podfiles to it | Jorge Canizales | 2015-12-01 |
| | |||
* | Update Podfile to point to the right sample dependencies | Benny Wong | 2015-11-12 |
| | |||
* | Update ObjC sample to use the new ProtoMethod instead of GRPCMethodName | Benny Wong | 2015-11-10 |
| | |||
* | Import headers based on path in sample app | Jorge Canizales | 2015-06-23 |
| | | | | Part of fixing https://github.com/grpc/grpc/issues/2192 | ||
* | Point test and sample podfiles to protobuf release | Jorge Canizales | 2015-06-04 |
| | |||
* | Make sample app easier to understand | Jorge Canizales | 2015-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 app | Jorge Canizales | 2015-05-31 |
| | |||
* | Move RouteGuideClient to generated_libraries/ | Jorge Canizales | 2015-05-31 |
| | |||
* | Delete RemoteProtoTests from sample app | Jorge Canizales | 2015-05-30 |
| | |||
* | Point Podfile of sample app to new RemoteTestsClient location | Jorge Canizales | 2015-05-30 |
| | |||
* | Move RemoteTestClient files to /objective-c | Jorge Canizales | 2015-05-30 |
| | | | | The tests are going to use it too | ||
* | Fix for changed parseFromData: signature (now parseFromData:error:) | Marc Wandschneider | 2015-05-27 |
| | |||
* | Point sample app to official protobuf podspec | Jorge Canizales | 2015-05-21 |
| | |||
* | Fixed writer comment | murgatroid99 | 2015-05-20 |
| | |||
* | Fixed boolean variable | murgatroid99 | 2015-05-20 |
| | |||
* | Added cancel_after_first_response test | murgatroid99 | 2015-05-20 |
| | |||
* | s/didFinishWithError/writesFinishedWithError | Jorge Canizales | 2015-05-19 |
| | |||
* | s/didReceiveValue/writeValue | Jorge Canizales | 2015-05-19 |
| | |||
* | Use BufferedPipe to add PingPong test and fix Cancel test | Jorge Canizales | 2015-05-18 |
| | |||
* | 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 |
| |