aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/RxLibrary/transformations
Commit message (Collapse)AuthorAge
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Avoid static initialization of the kIdentity blockGravatar Jorge Canizales2016-08-24
| | | Unlike other Objective-C objects, there's no hard reason why the compiler wouldn't be able to initialize a block statically (as it does with NSString literals). And it certainly doesn't complain about it (like it does with other object initializers). But as I haven't been able to find confirmation of this, and we're seeing a weird crash occur near this code, let's play it safe.
* Reformat comments as CocoadocsGravatar Jorge Canizales2015-10-26
|
* id<GRXWriter> -> GRXWriter * in the runtimeGravatar Jorge Canizales2015-07-17
|
* Separate GRXForwardingWriter, delete the protocolGravatar Jorge Canizales2015-07-17
|
* Import headers based on path in the runtime librariesGravatar Jorge Canizales2015-06-23
| | | | Part of fixing https://github.com/grpc/grpc/issues/2192
* s/didReceiveValue/writeValueGravatar Jorge Canizales2015-05-19
|
* include .m in check_copyright.pyGravatar Yang Gao2015-02-20
|
* Fixes copyright noticesGravatar Jorge Canizales2015-02-17
|
* Imports code of the RX library.Gravatar Jorge Canizales2015-02-17