aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/RemoteTestClient
Commit message (Collapse)AuthorAge
* Add test for forward declarationGravatar Muxi Yan2017-10-05
|
* Use https://grpc.io consistently as the canonical URLGravatar Mehrdad Afshari2017-07-10
|
* fix remaining license noticesGravatar Jan Tattermusch2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Move Podspecs to v1Gravatar Jorge Canizales2016-08-18
|
* Solve merge conflict at gRPC-ProtoRPC.podspecGravatar Jorge Canizales2016-08-08
|\
* \ Merge commit '4e57e8be3911e3030e2ccfd6478be75a3c2b0250' into p0-archive-fixGravatar Jorge Canizales2016-08-07
|\ \
| | * Update podspecs to use Protobuf 3.0.0Gravatar Jorge Canizales2016-07-29
| | | | | | | | | | | | The SwiftSample doesn’t build in this commit, but I need to sync with head anyway so I’ll first merge v1.0.x into this branch and then debug.
| | * Update sample and test versions to -pre1.1Gravatar Jorge Canizales2016-07-19
| |/ | | | | | | To use the 3.0.0-beta-4 version of protoc, which has the fix for oneofs when using dynamic frameworks.
| * Commit as 1.0.0-pre1 so we can release already.Gravatar Jorge Canizales2016-07-18
| |
* | “Allow non-modular includes in framework modules”Gravatar Jorge Canizales2016-07-18
| | | | | | | | | | | | | | | | It’s the magic sentence that allows pods dependent on RxLibrary to be archived correctly by XCode. It’s less than ideal, and seems arbitrary (why RxLibrary specifically?), so we’ll try to produce a minimal case and open an issue with it in the Cocoapods repo.
| * Advance versions from 0.14 -> 1.0Gravatar Jorge Canizales2016-07-15
|/ | | | | | | | Pending: - Tag BoringSSL repo. - Tag gRPC repo. - Build the plugin, zip it, and add it to the release. - Push Cocoapods to trunk.
* Merge master to resolve tests podspec conflictGravatar Jorge Canizales2016-07-11
|\
* | Podspecs for Protoc and the gRPC pluginGravatar Jorge Canizales2016-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.
| * fixes #7219Gravatar Makarand Dharmapurikar2016-07-08
| | | | | | | | | | | | | | Modified objc plugin to add two types of import statements for well known protos. Deleted unnecessary empty.proto as we'll be using wellknown empty.proto Modified test to use the well known empty.proto.
* | ProtoCompiler podspecGravatar Jorge Canizales2016-07-01
|/ | | | | | | Still needed: - Make it build protoc if it’s not in the root (i.e. if we're developing locally) - Put the gRPC plugin in the GitHub release page, and add a podspec for it that does the same
* Bump Protobuf to beta-3.1Gravatar Jorge Canizales2016-06-23
|
* Update documentation and samples.Gravatar Jorge Canizales2016-06-08
|
* Podspec changes for generated code.Gravatar Jorge Canizales2016-06-08
|
* Update Podfile for CocoaPods 1.0 changes requiring more fields and the ↵Gravatar Paul Querna2016-03-03
| | | | removal of link_with in podspec.
* Adjust version requirements through samples and tests.Gravatar Jorge Canizales2015-11-25
|
* Remove unused RouteGuideClient and move RemoteTestClient to testsGravatar Benny Wong2015-11-12
* Reference discussion: https://github.com/grpc/grpc/pull/4108#discussion-diff-44494393