Jorge Canizales
f4ff31a642
Have tests podspecs make only the ObjC plugin
10 years ago
Jorge Canizales
0238b3ae47
Generate deterministic UUIDs in the Pods project
10 years ago
Jorge Canizales
72b2701383
Disable tests: unknown method and bad access token
...
They don’t work against the local server.
10 years ago
Jorge Canizales
ce8ee61008
Temporarily point tests to localhost
10 years ago
Jorge Canizales
1433f52499
Compile and run locally the interop C++ server before the tests
10 years ago
Craig Tiller
6eac01e200
ObjC formatting fix
10 years ago
Craig Tiller
4a4f1496c1
Rename grpc_channel_create to grpc_insecure_channel_create
10 years ago
Jorge Canizales
aaab65142a
Refer simplifying script with xctool.
10 years ago
Jorge Canizales
cbe18e568e
Remove unneeded error trap.
10 years ago
Jorge Canizales
b71f8fbda8
Simplify xcodebuild’s output filter regex
10 years ago
Jorge Canizales
a307728aab
Test on iPhone instead of iPad
10 years ago
Jorge Canizales
5dc5899f6a
Filter xcodebuild output, fix return code, and leave make to the podspec
10 years ago
Jorge Canizales
bed5c3cc9c
Always use the locally-built plugin for tests
10 years ago
Jorge Canizales
be85352dce
Script to build the ObjC plugin, generate code, and run tests
10 years ago
Jorge Canizales
0535b039cb
Share AllTests scheme, without the local RouteGuide tests
10 years ago
Jorge Canizales
5fcdffcf3e
Accept [GRXWriter writerWithContainer:nil] for consistency with the rest
10 years ago
Jorge Canizales
bc970ae23b
Fix [GRXWriter emptyWriter] not being reusable.
10 years ago
Jorge Canizales
570e9417b6
Fix C library gpr_inf_future breakage
10 years ago
Jorge Canizales
243e8ee4eb
Remove Cocoapods warning of OTHER_LDFLAGS
...
We don’t use the Tests library target anyway.
10 years ago
Jorge Canizales
6531b2b791
Make the call retain cycle explicit and encapsulated within GRPCCall.m
10 years ago
Jorge Canizales
4c6f778cfd
ConcurrentWriteable: NSData *message -> id value
10 years ago
Jorge Canizales
35f003b24e
Rename GRPCDelegateWrapper -> GRXConcurrentWriteable
...
And move it to the RxLibrary.
10 years ago
Jorge Canizales
29f55d5655
Remove GRXWriter wrappers that are now unnecessary
...
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.
10 years ago
Jorge Canizales
a38baaec9c
Subclass GRXWriter instead of conforming to protocol
10 years ago
Jorge Canizales
a8c5d96893
id<GRXWriter> -> GRXWriter * in the tests
10 years ago
Jorge Canizales
5604712b03
id<GRXWriter> -> GRXWriter * in the runtime
10 years ago
Jorge Canizales
7b52c98e62
Separate GRXForwardingWriter, delete the protocol
10 years ago
Jorge Canizales
5580e5d248
Increase timeout of tests to remove flakes.
10 years ago
Jorge Canizales
c14c3191b7
Don’t use containsString as it’s iOS 8 only
10 years ago
Jorge Canizales
1773007f5b
Point tests Podfile to Protobuf submodule instead of release
10 years ago
Jorge Canizales
5260f53cda
Rename HTTP2Path -> HTTPPath
10 years ago
Jorge Canizales
be808e36f6
Move ProtoMethod to ProtoRPC package
10 years ago
Jorge Canizales
1ac8f9a26a
Rename interface->service
10 years ago
Jorge Canizales
469d4b6fde
Rename GRPCMethodName->ProtoMethod
10 years ago
Jorge Canizales
7eff1df186
Point tests Podfile to head protobuf podspec
10 years ago
Jorge Canizales
3cacaacf88
Minor: add TODO to improve an error message.
10 years ago
Jorge Canizales
c60868622d
Don’t import Protobuf runtime using Cocoapods paths
10 years ago
Jorge Canizales
bb54ae8073
Add roots.pem bundle to the Bazel target, and use a better bundle name.
10 years ago
murgatroid99
25a2661d6d
Changed argument names in Objective-C generated code
10 years ago
murgatroid99
231103ba39
Fixed name in comments
10 years ago
murgatroid99
dbda969039
Fixed 'retain cycle' warnings in GRPCWrappedCall.m
10 years ago
murgatroid99
4a77f3b311
Remove const cast warning in GRPCSecureChannel.m
10 years ago
Jorge Canizales
59bb9d7d56
Have Cocoapods rename includes in the core wrapper
...
Fixes https://github.com/grpc/grpc/issues/2194 .
10 years ago
Jorge Canizales
b8881399ee
Import headers based on path in sample app
...
Part of fixing https://github.com/grpc/grpc/issues/2192
10 years ago
Jorge Canizales
c42a38e53b
Import headers based on path in the tests project
...
Part of fixing https://github.com/grpc/grpc/issues/2192
10 years ago
Jorge Canizales
3936ed70c9
Import headers based on path in the runtime libraries
...
Part of fixing https://github.com/grpc/grpc/issues/2192
10 years ago
Jorge Canizales
884870461d
Document why a grpc_op ivar, and the role of -finish
10 years ago
Jorge Canizales
8d99775295
Simplify GRPCOps implementations
10 years ago
Jorge Canizales
bae38d9d55
Output call_error number
10 years ago
Jorge Canizales
fb9509275f
Ensure op flags don't have garbage from malloc
...
And free ops_array that was leaking.
10 years ago