aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/RxLibrary
Commit message (Collapse)AuthorAge
* Import headers based on path in the runtime librariesGravatar Jorge Canizales2015-06-23
| | | | Part of fixing https://github.com/grpc/grpc/issues/2192
* Merge pull request #1664 from jcanizales/renames-grx-writeable-methodsGravatar Michael Lumish2015-05-20
|\ | | | | Rename GRXWriteable methods
| * s/didFinishWithError/writesFinishedWithErrorGravatar Jorge Canizales2015-05-19
| |
| * s/didReceiveValue/writeValueGravatar Jorge Canizales2015-05-19
| |
* | Copy values before buffering them.Gravatar Jorge Canizales2015-05-18
| | | | | | | | So they aren’t mutated before being written later.
* | Add warning about the perils of buffering without boundsGravatar Jorge Canizales2015-05-18
|/
* Adds GRXBufferedPipeGravatar Jorge Canizales2015-05-18
|
* Adds basic runtime library and generated stubGravatar Jorge Canizales2015-04-22
| | | | | | | The stub is manually adapted: - to the evolved runtime, - as if generated with insertion points.
* Working podspecs for gRPC core & wrapperGravatar Jorge Canizales2015-04-21
| | | | | | | - Moves them to the root of the repo. - Makes them pass lint (except for the release tag warning). - Includes the script to rename time.h and string.h in the spec. - Fixes the #includes in the wrapper files.
* include .m in check_copyright.pyGravatar Yang Gao2015-02-20
|
* Fixes podspec of the RxLibraryGravatar Jorge Canizales2015-02-17
|
* Fixes copyright noticesGravatar Jorge Canizales2015-02-17
|
* Adds podspec for RxLibrary and sample appGravatar Jorge Canizales2015-02-17
|
* Imports code of the RX library.Gravatar Jorge Canizales2015-02-17