Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Specify minimum supported versions in README.md | Muxi Yan | 2018-01-17 |
| | |||
* | Fix Objc Readme for directory hierarchies | Paul Beusterien | 2017-08-07 |
| | |||
* | Move Podspecs to v1 | Jorge Canizales | 2016-08-18 |
| | |||
* | Solve merge conflict at gRPC-ProtoRPC.podspec | Jorge Canizales | 2016-08-08 |
|\ | |||
* \ | Merge commit '4e57e8be3911e3030e2ccfd6478be75a3c2b0250' into p0-archive-fix | Jorge Canizales | 2016-08-07 |
|\ \ | |||
| | * | Update podspecs to use Protobuf 3.0.0 | Jorge Canizales | 2016-07-29 |
| |/ | | | | | | | The SwiftSample doesn’t build in this commit, but I need to sync with head anyway so I’ll first merge v1.0.x into this branch and then debug. | ||
| * | Fixup: Readme to 1.0.0-pre1 too instead of 1.0.0 | Jorge Canizales | 2016-07-18 |
| | | |||
* | | “Allow non-modular includes in framework modules” | Jorge Canizales | 2016-07-18 |
| | | | | | | | | | | | | | | | | It’s the magic sentence that allows pods dependent on RxLibrary to be archived correctly by XCode. It’s less than ideal, and seems arbitrary (why RxLibrary specifically?), so we’ll try to produce a minimal case and open an issue with it in the Cocoapods repo. | ||
| * | Advance versions from 0.14 -> 1.0 | Jorge Canizales | 2016-07-15 |
|/ | | | | | | | | Pending: - Tag BoringSSL repo. - Tag gRPC repo. - Build the plugin, zip it, and add it to the release. - Push Cocoapods to trunk. | ||
* | Use the deployed protoc spec in samples and README | Jorge Canizales | 2016-07-11 |
| | |||
* | Update documentation and samples. | Jorge Canizales | 2016-06-08 |
| | |||
* | Adjust version requirements through samples and tests. | Jorge Canizales | 2015-11-25 |
| | |||
* | Add cocoapods badge | Jan Tattermusch | 2015-10-30 |
| | |||
* | removed a few more linuxbrew references | Stanley Cheung | 2015-10-08 |
| | |||
* | Fixed a typo in the README | Nate Kibler | 2015-10-08 |
| | |||
* | replace all grpc-common occurances with examples | Stanley Cheung | 2015-08-27 |
| | |||
* | Link to official protobuf podspec in the README | Jorge Canizales | 2015-06-17 |
| | | | It was still linking to my pull request's podspec. | ||
* | Remove failing globs from examples and tests | Jorge Canizales | 2015-06-13 |
| | |||
* | Regenerate README table of contents | Jorge Canizales | 2015-06-04 |
| | |||
* | Update README (minus table of content) | Jorge Canizales | 2015-06-04 |
| | |||
* | Fix podspec example in README to work with dir hierarchies | Jorge Canizales | 2015-05-29 |
| | | | Because the sample protos were all in a flat directory, I hadn't noticed the issue. | ||
* | Move anchors above headers, so TOC links work properly | Jorge Canizales | 2015-05-26 |
| | |||
* | Update README.md | Jorge Canizales | 2015-05-26 |
| | |||
* | Add TOC and anchors in the headers | Jorge Canizales | 2015-05-26 |
| | |||
* | Add simpler instructions for ObjC (using Homebrew) | Jorge Canizales | 2015-05-26 |
| | | | 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. | ||
* | Fix typo in README commands to compile protos! | Jorge Canizales | 2015-05-21 |
| | | | Let's fix this before everybody hates me. | ||
* | Add instructions to generate code and integrate it | Jorge Canizales | 2015-05-19 |
| | |||
* | Imports code of the generic gRPC client library. | Jorge Canizales | 2015-02-17 |