Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Explicitely selecting gpr and grpc instead of trying our best. | Nicolas "Pixel" Noble | 2015-06-15 | |
| | ||||
* | Transforming gRPC.podspec to use build.json instead of globbing. | Nicolas "Pixel" Noble | 2015-06-15 | |
| | ||||
* | Advance version to 0.6, per the metadata breaking change | Jorge Canizales | 2015-06-13 | |
| | ||||
* | Fix gRPC.podspec to pass pod spec lint | Jorge Canizales | 2015-06-04 | |
| | | | | | | | - Relax protobuf requirement to alpha version - Suppress warnings for GRPCClient - Fix headers search path - Document hacks. | |||
* | Fix version number of gRPC.podspec | Jorge Canizales | 2015-06-02 | |
| | | | And solves a few linter issues that prevent it from being submitted to Cocoapods' repo. | |||
* | Move our runtime to proto3 and make the dependency explicit | Jorge Canizales | 2015-05-17 | |
| | ||||
* | Allowing OSX platforms to be targeted | Vince Gatto | 2015-05-12 | |
| | ||||
* | Fixed typo | murgatroid99 | 2015-05-04 | |
| | ||||
* | Resolved some comments | murgatroid99 | 2015-05-01 | |
| | ||||
* | Fixes build by moving the prepare_command back up to the top level | Jorge Canizales | 2015-04-28 | |
| | ||||
* | Moves ProtoRPC.podspec into gRPC.podspec | Jorge Canizales | 2015-04-22 | |
| | | | | | | So the root of the repository doesn’t have 2 podspecs. All four libraries are subspecs now. Adjusts the generated code to account for that. | |||
* | Fixes scheme detection logic and NPE | Jorge Canizales | 2015-04-21 | |
| | ||||
* | Moves RxLibrary.podspec into gRPC.podspec | Jorge Canizales | 2015-04-21 | |
| | ||||
* | Working podspecs for gRPC core & wrapper | Jorge Canizales | 2015-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. |