Mark D. Roth
dbdf495f61
Split lib/support into lib/gpr and lib/gpr++.
7 years ago
Jan Tattermusch
a840e4a507
make SwiftSample support Xcode8
8 years ago
Mehrdad Afshari
bb3d95b643
Use https://grpc.io consistently as the canonical URL
8 years ago
Jan Tattermusch
4d5c3102a1
fix remaining license notices
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Muxi Yan
544c23adea
Reverts PR #8426
9 years ago
Muxi Yan
4a08e71464
Revert PR #8425
9 years ago
Jorge Canizales
fd7df959c8
Update Sample project to XCode 8
9 years ago
Jorge Canizales
b2583d89cf
Upgrade SwiftSample to XCode 8 and Swift 3
9 years ago
Jorge Canizales
bc7fae22ae
Update Sample project to XCode 8
9 years ago
Jorge Canizales
20d58ef124
Upgrade SwiftSample to XCode 8 and Swift 3
9 years ago
Jorge Canizales
4a18c67b77
Move Podspecs to v1
9 years ago
Jorge Canizales
fb3a71d9c0
Fix usage of proto message parsing
...
On account of https://github.com/google/protobuf/pull/1712
9 years ago
Jorge Canizales
72dce2dfbc
Update podspecs to use Protobuf 3.0.0
...
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.
9 years ago
Jorge Canizales
70ded7eecc
Update sample and test versions to -pre1.1
...
To use the 3.0.0-beta-4 version of protoc, which has the fix for oneofs
when using dynamic frameworks.
9 years ago
Jorge Canizales
f8c4580939
Commit as 1.0.0-pre1 so we can release already.
9 years ago
Jorge Canizales
e4704d3eda
“Allow non-modular includes in framework modules”
...
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.
9 years ago
Jorge Canizales
a5e86f3aef
SwiftSample app: ProtoMethod -> GRPCProtoMethod, etc.
9 years ago
Jorge Canizales
d7f0e87708
Sample app: ProtoMethod -> GRPCProtoMethod
9 years ago
Jorge Canizales
ac06cf09be
SwiftSample app: solve XCode config warnings
9 years ago
Jorge Canizales
57dab92811
Sample app: solve XCode config warnings
9 years ago
Jorge Canizales
7f097a14c2
Build sample app both with and without frameworks
9 years ago
Jorge Canizales
4a72356bd3
SwiftSample: always use frameworks
9 years ago
Jorge Canizales
7ed4fb7e3c
Use google/protobuf/empty.proto in the sample apps
9 years ago
Jorge Canizales
854b81a83b
Advance versions from 0.14 -> 1.0
...
Pending:
- Tag BoringSSL repo.
- Tag gRPC repo.
- Build the plugin, zip it, and add it to the release.
- Push Cocoapods to trunk.
9 years ago
Jorge Canizales
6eade6dcd7
Podspecs for Protoc and the gRPC plugin
...
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.
9 years ago
Jorge Canizales
0f213c399c
Fix examples to work with local gRPC-Core
9 years ago
Jorge Canizales
c09854b8fe
Fix example Podfiles, and document better
9 years ago
Yuchen Zeng
b8431ae707
Add .xcscheme files for ObjC examples
9 years ago
Yuchen Zeng
2eb82d7c0a
Add .xcscheme files for ObjC examples
9 years ago
Yuchen Zeng
d6f8f0b7cd
Add TODO
9 years ago
Jorge Canizales
565c6a0dac
Bump Protobuf to beta-3.1
9 years ago
Yuchen Zeng
db3ffe13cb
Update examples with Cocoapods 1.0.0
9 years ago
Yuchen Zeng
abc7427a4d
Update podfiles for objc examples
9 years ago
Jorge Canizales
db502a7986
Update documentation and samples.
9 years ago
Yosuke Ishikawa
9a4d089388
Fix build error caused by immutability of value type
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Jan Tattermusch
73128da651
fix copyrights
9 years ago
Adele Zhou
83576babef
Update interop test service url to grpc-test.sandbox.googleapis.com.
9 years ago
Jorge Canizales
a78d117dda
Update Swift sample’s XCode project to latest Swift version
9 years ago
Jorge Canizales
0c0d15fec0
Move BoringSSL.podspec into src, and point Podfiles to it
9 years ago
Jorge Canizales
e3d9db2667
Adjust version requirements through samples and tests.
10 years ago
Benny Wong
66ae6bfe46
Update Podfile to point to the right sample dependencies
10 years ago
Benny Wong
3f1f5a48f7
Update ObjC sample to use the new ProtoMethod instead of GRPCMethodName
10 years ago
Nathaniel Manista
3ba30e16ad
Drop issue 527 TODOs for interop specification
...
The UnaryCall interop test is now adequately specified in
doc/interop-test-descriptions.md.
10 years ago
Jorge Canizales
ff6466b726
Add header manipulation examples
...
With both raw and codegen’d library
10 years ago
Jorge Canizales
4682f8f994
Point sample proto podspec to latest gRPC and protobuf
10 years ago
Jorge Canizales
cff8aa2a01
Point SwiftSample’s Podfile to submodule protobuf
10 years ago
Jorge Canizales
9fffc26187
Example with generated code :)
10 years ago
Jorge Canizales
d4a0785569
Point to the new RemoteTest pod
10 years ago