Jorge Canizales
ad0965edbe
Install GRX into RxLibraryUnitTests.m
10 years ago
Jorge Canizales
f3530acfce
Podfile to link RxLibrary to its unit tests
10 years ago
Jorge Canizales
6295115d4e
Minimal "test library" project
10 years ago
Marc Wandschneider
f03d2668bc
Fix for changed parseFromData: signature (now parseFromData:error:)
10 years ago
Jorge Canizales
4432330242
Move anchors above headers, so TOC links work properly
10 years ago
Jorge Canizales
cf685a7368
Update README.md
10 years ago
Jorge Canizales
4ed4e105f5
Add TOC and anchors in the headers
10 years ago
Jorge Canizales
c39e4aecfd
Add simpler instructions for ObjC (using Homebrew)
...
It also clarifies the Cocoapods part for people new to Cocoapods, and links to the sample app for examples on how to use the generated library.
10 years ago
Jorge Canizales
10b3193728
Fix typo in README commands to compile protos!
...
Let's fix this before everybody hates me.
10 years ago
Jorge Canizales
cf08bade36
Point sample app to official protobuf podspec
10 years ago
murgatroid99
8166675a21
Fixed writer comment
10 years ago
murgatroid99
606129b655
Fixed boolean variable
10 years ago
murgatroid99
dbfe2f437c
Added cancel_after_first_response test
10 years ago
Jorge Canizales
c5c65aae2e
Add instructions to generate code and integrate it
10 years ago
Jorge Canizales
c5e639f43e
Removes spurious change to Test.pb.m
...
That file is already deleted on master
10 years ago
Jorge Canizales
b2c300c4be
s/didFinishWithError/writesFinishedWithError
10 years ago
Jorge Canizales
a90a9c395d
s/didReceiveValue/writeValue
10 years ago
Jorge Canizales
42e47b462e
Copy values before buffering them.
...
So they aren’t mutated before being written later.
10 years ago
Jorge Canizales
63e4091dbc
Add warning about the perils of buffering without bounds
10 years ago
Jorge Canizales
421f6c9488
Use BufferedPipe to add PingPong test and fix Cancel test
10 years ago
Jorge Canizales
142acc965e
Adds GRXBufferedPipe
10 years ago
Jorge Canizales
e454f4afe3
Fix false positive in server streaming test
10 years ago
Jorge Canizales
05456f81c5
Move sample app to proto3 and clarify usage example
10 years ago
Jorge Canizales
c54a0caa0d
Adds local sample test using generated service
10 years ago
Jorge Canizales
184e02bed0
Moves the RouteGuide local tests to proto3
10 years ago
Jorge Canizales
2410f99161
Regenerates RouteGuide library as proto3
10 years ago
Jorge Canizales
44fb295d9f
Move our runtime to proto3 and make the dependency explicit
10 years ago
Jorge Canizales
206e75b66c
Adjust remote tests to use proto3
10 years ago
Jorge Canizales
fd88e465c0
Make the test.proto etc proto3, regenerate files, adjust podspec and Podfile
...
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.
10 years ago
murgatroid99
25750d9b1e
Some modifications based on comments
10 years ago
murgatroid99
343bea6b54
Fixed cancellation tests
10 years ago
murgatroid99
1602c5ffd4
Added more interop tests
10 years ago
murgatroid99
ea43b903a3
Added server_streaming interop test
10 years ago
Jorge Canizales
472f0b0a6b
Fixes generated implementation file and adjusts plugin to proto3
...
Still missing: retrieving prefix from file option.
10 years ago
murgatroid99
dda9a3cd36
Made cache thread-safe
10 years ago
murgatroid99
ec4e5cf212
Added channel caching by host string
10 years ago
murgatroid99
91b66bb9ea
Ignore .DS_Store files
10 years ago
murgatroid99
6b54244a11
Updated Objective C code to match completion queue changes
10 years ago
murgatroid99
4925063b8b
Resolved some comments
10 years ago
murgatroid99
ca38ddb105
Fixed ivar names and comments
10 years ago
murgatroid99
2101a48e1f
Simplified startBatch, resolved comments
10 years ago
murgatroid99
33655f970b
Moved deallocation code to the right place
10 years ago
murgatroid99
fe2c0c6569
Added nil check in GRPCWrappedCall initializer
10 years ago
murgatroid99
a571cebe01
Fixed missing increment
10 years ago
murgatroid99
def47aa9f3
Removed thrown error in one case
10 years ago
murgatroid99
6a084f46b4
Simplified some batch code, resolved comments
10 years ago
murgatroid99
3767f8bdee
Removed Podfile.lock
10 years ago
murgatroid99
b56609c705
Updated GRPCCall comments and spacing
10 years ago
Jorge Canizales
c55a0ca96e
Podfile.lock prevents gRPC to be properly installed
...
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.
10 years ago
Jorge Canizales
87b650b55f
Increases timeout of client_streaming test to 4s
10 years ago