aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
Commit message (Collapse)AuthorAge
* Refer simplifying script with xctool.Gravatar Jorge Canizales2015-07-20
|
* Remove unneeded error trap.Gravatar Jorge Canizales2015-07-20
|
* Simplify xcodebuild’s output filter regexGravatar Jorge Canizales2015-07-20
|
* Test on iPhone instead of iPadGravatar Jorge Canizales2015-07-20
|
* Filter xcodebuild output, fix return code, and leave make to the podspecGravatar Jorge Canizales2015-07-20
|
* Always use the locally-built plugin for testsGravatar Jorge Canizales2015-07-20
|
* Script to build the ObjC plugin, generate code, and run testsGravatar Jorge Canizales2015-07-20
|
* Share AllTests scheme, without the local RouteGuide testsGravatar Jorge Canizales2015-07-20
|
* Merge pull request #2526 from jcanizales/accept-nil-containerGravatar Michael Lumish2015-07-20
|\ | | | | Accept [GRXWriter writerWithContainer:nil] for consistency with the rest
* \ Merge pull request #2525 from jcanizales/fix-emptywriterGravatar Michael Lumish2015-07-20
|\ \ | | | | | | Fix [GRXWriter emptyWriter] not being reusable.
* \ \ Merge pull request #2501 from jcanizales/gpr-inf-futureGravatar Michael Lumish2015-07-20
|\ \ \ | | | | | | | | Fix C library gpr_inf_future breakage
* \ \ \ Merge pull request #2500 from jcanizales/remove-cocoapods-warningGravatar Michael Lumish2015-07-20
|\ \ \ \ | | | | | | | | | | Remove Cocoapods warning of OTHER_LDFLAGS
| | | | * Accept [GRXWriter writerWithContainer:nil] for consistency with the restGravatar Jorge Canizales2015-07-19
| | | | |
| | | * | Fix [GRXWriter emptyWriter] not being reusable.Gravatar Jorge Canizales2015-07-19
| | | |/
| | * / Fix C library gpr_inf_future breakageGravatar Jorge Canizales2015-07-18
| | |/
| * / Remove Cocoapods warning of OTHER_LDFLAGSGravatar Jorge Canizales2015-07-18
| |/ | | | | | | We don’t use the Tests library target anyway.
* | Make the call retain cycle explicit and encapsulated within GRPCCall.mGravatar Jorge Canizales2015-07-18
| |
* | ConcurrentWriteable: NSData *message -> id valueGravatar Jorge Canizales2015-07-18
| |
* | Rename GRPCDelegateWrapper -> GRXConcurrentWriteableGravatar Jorge Canizales2015-07-18
|/ | | | And move it to the RxLibrary.
* Remove GRXWriter wrappers that are now unnecessaryGravatar Jorge Canizales2015-07-17
| | | | | | With GRXWriter a subclass of all writers, we can map the requestsWriter directly without a dumb wrapper, and return GRXImmediateWriter objects where GRXWriter is expected.
* Subclass GRXWriter instead of conforming to protocolGravatar Jorge Canizales2015-07-17
|
* id<GRXWriter> -> GRXWriter * in the testsGravatar Jorge Canizales2015-07-17
|
* id<GRXWriter> -> GRXWriter * in the runtimeGravatar Jorge Canizales2015-07-17
|
* Separate GRXForwardingWriter, delete the protocolGravatar Jorge Canizales2015-07-17
|
* Increase timeout of tests to remove flakes.Gravatar Jorge Canizales2015-07-15
|
* Merge pull request #2302 from jcanizales/point-to-protobuf-headGravatar Michael Lumish2015-07-08
|\ | | | | Point tests to protobuf head
* | Don’t use containsString as it’s iOS 8 onlyGravatar Jorge Canizales2015-07-07
| |
| * Point tests Podfile to Protobuf submodule instead of releaseGravatar Jorge Canizales2015-07-06
| |
* | Rename HTTP2Path -> HTTPPathGravatar Jorge Canizales2015-07-04
| |
* | Move ProtoMethod to ProtoRPC packageGravatar Jorge Canizales2015-07-04
| |
* | Rename interface->serviceGravatar Jorge Canizales2015-07-04
| |
* | Rename GRPCMethodName->ProtoMethodGravatar Jorge Canizales2015-07-04
| |
| * Point tests Podfile to head protobuf podspecGravatar Jorge Canizales2015-07-04
|/
* Minor: add TODO to improve an error message.Gravatar Jorge Canizales2015-06-29
|
* Don’t import Protobuf runtime using Cocoapods pathsGravatar Jorge Canizales2015-06-29
|
* Add roots.pem bundle to the Bazel target, and use a better bundle name.Gravatar Jorge Canizales2015-06-28
|
* Merge pull request #2217 from murgatroid99/objective_c_plugin_name_changesGravatar Jorge Canizales2015-06-25
|\ | | | | Changed argument names in Objective-C generated code
* \ Merge pull request #2211 from murgatroid99/objective_c_retain_cycleGravatar Jorge Canizales2015-06-25
|\ \ | | | | | | Fixed retain cycles in GRPCWrappedCall.m
| | * Changed argument names in Objective-C generated codeGravatar murgatroid992015-06-25
| |/ |/|
| * Fixed name in commentsGravatar murgatroid992015-06-25
| |
| * Fixed 'retain cycle' warnings in GRPCWrappedCall.mGravatar murgatroid992015-06-24
| |
* | Remove const cast warning in GRPCSecureChannel.mGravatar murgatroid992015-06-24
|/
* Merge pull request #2195 from jcanizales/rewrite-grpcclient-includesGravatar Michael Lumish2015-06-24
|\ | | | | Have Cocoapods rename includes in the core wrapper
| * Have Cocoapods rename includes in the core wrapperGravatar Jorge Canizales2015-06-23
| | | | | | | | Fixes https://github.com/grpc/grpc/issues/2194 .
* | Import headers based on path in sample appGravatar Jorge Canizales2015-06-23
| | | | | | | | Part of fixing https://github.com/grpc/grpc/issues/2192
* | Import headers based on path in the tests projectGravatar Jorge Canizales2015-06-23
| | | | | | | | Part of fixing https://github.com/grpc/grpc/issues/2192
* | Import headers based on path in the runtime librariesGravatar Jorge Canizales2015-06-23
|/ | | | Part of fixing https://github.com/grpc/grpc/issues/2192
* Document why a grpc_op ivar, and the role of -finishGravatar Jorge Canizales2015-06-21
|
* Simplify GRPCOps implementationsGravatar Jorge Canizales2015-06-21
|
* Output call_error numberGravatar Jorge Canizales2015-06-21
|