Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use https://grpc.io consistently as the canonical URL | Mehrdad Afshari | 2017-07-10 |
| | |||
* | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | 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 |
|\ \ | |||
| | * | Merge commit '5e623b8d8d8d106bd4ab9a6d77ef43b1a134d8ec' into ↵ | Jorge Canizales | 2016-07-29 |
| | |\ | | |/ | |/| | | | | p0-advance-protobuf-version | ||
| | * | 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. | ||
| * | | Merge pull request #7425 from jcanizales/p0-dynamic-frameworks-build-tests | makdharma | 2016-07-19 |
| |\ \ | | | | | | | | | Automatic test that the library builds correctly with frameworks | ||
| | | * | Update sample and test versions to -pre1.1 | Jorge Canizales | 2016-07-19 |
| | |/ | |/| | | | | | | | To use the 3.0.0-beta-4 version of protoc, which has the fix for oneofs when using dynamic frameworks. | ||
| * | | Commit as 1.0.0-pre1 so we can release already. | 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. | ||
| | * | Use google/protobuf/empty.proto in the sample apps | Jorge Canizales | 2016-07-15 |
| |/ |/| | |||
| * | 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. | ||
* | Podspecs for Protoc and the gRPC plugin | Jorge Canizales | 2016-07-11 |
| | | | | | The examples under <repo_root>/examples now rely on the released versions. Those under src/objective-c/examples, as well as the tests, rely on protoc and the plugin as compiled from head. | ||
* | Bump Protobuf to beta-3.1 | Jorge Canizales | 2016-06-23 |
| | |||
* | Update documentation and samples. | Jorge Canizales | 2016-06-08 |
| | |||
* | Adjust version requirements through samples and tests. | Jorge Canizales | 2015-11-25 |
| | |||
* | Drop issue 527 TODOs for interop specification | Nathaniel Manista | 2015-09-23 |
| | | | | | The UnaryCall interop test is now adequately specified in doc/interop-test-descriptions.md. | ||
* | Point sample proto podspec to latest gRPC and protobuf | Jorge Canizales | 2015-09-03 |
| | |||
* | Create RemoteTest proto client that doesn’t depend on the tests framework | Jorge Canizales | 2015-08-31 |