Jorge Canizales
3325c0b2a2
Add Podfile and pod install
9 years ago
Jorge Canizales
df23bf4aca
Minimal iOS app
9 years ago
Makarand Dharmapurikar
179740299f
fixed compiler warning #2
9 years ago
Makarand Dharmapurikar
c66ac4f8da
fixed a compiler warning
9 years ago
Jorge Canizales
cc074d9647
Divide gRPC-Core in Interface & Impl subspecs
...
This works around the Cocoapods' linter header_mapping_dir restrictions.
Incidentally, it also removes the need to set build settings in the user
target.
9 years ago
Jorge Canizales
0d3f178d4b
BoringSSL: further documentation nit.
9 years ago
Jorge Canizales
6523370e03
BoringSSL fixup: pqueue.h is removed in v4
9 years ago
Jorge Canizales
714d3fc9e6
BoringSSL: move podspec to v4
9 years ago
Jorge Canizales
ae78c3038c
BoringSSL: Document podspec hacks
9 years ago
Jorge Canizales
28a8486c33
BoringSSL fixup: remove unneeded empty source file
9 years ago
Jorge Canizales
37a7f4517c
BoringSSL: Intf and Impl subspecs. WIP
9 years ago
Jorge Canizales
a1fe4120d9
BoringSSL: Point to v3 tag in the repo
9 years ago
Jorge Canizales
14bc798046
BoringSSL: import all in the umbrella header
9 years ago
Makarand Dharmapurikar
0475549e8a
Added another comment
9 years ago
Makarand Dharmapurikar
5aada71fbf
Added a comment
9 years ago
Makarand Dharmapurikar
d99a925d52
fix for working with compressed data. Fixes #6746 .
...
Using correct API that gives length of uncompressed data so correct amount of memory is allocated.
9 years ago
Jorge Canizales
3785d53931
Restore fix undid by https://github.com/grpc/grpc/pull/5893
...
That PR wasn’t tested nor reviewed adequately.
9 years ago
Yuchen Zeng
987e6f9f0e
Avoid using git checkout and git clean
9 years ago
Makarand Dharmapurikar
96e3d1c3e6
fixed indentation #2
9 years ago
Makarand Dharmapurikar
7a3c4275df
fixed indentation
9 years ago
Makarand Dharmapurikar
fc5f505a33
fixes #7051
...
Changed return type to GRPCCall * from ProtoRPC *
9 years ago
Yuchen Zeng
b8431ae707
Add .xcscheme files for ObjC examples
9 years ago
Yuchen Zeng
afb62f8022
Fix InteropTests.m
9 years ago
Yuchen Zeng
2eb82d7c0a
Add .xcscheme files for ObjC examples
9 years ago
Jorge Canizales
75fe9ba8b3
Remove Unicode from the tests project
...
Cocoa pods 1.0.0 introduced it, and Jenkins might have a problem with it
9 years ago
Jorge Canizales
00ca8eaa1e
Ignore deprecation warning in the test of deprecated feature
9 years ago
Jorge Canizales
5e824fa42e
Restore fix undid by https://github.com/grpc/grpc/pull/5893
...
That PR wasn’t tested nor reviewed adecuately.
9 years ago
Yuchen Zeng
d6f8f0b7cd
Add TODO
9 years ago
Jorge Canizales
565c6a0dac
Bump Protobuf to beta-3.1
9 years ago
Makarand Dharmapurikar
ea0dc6af37
Added a comment
9 years ago
Yuchen Zeng
db3ffe13cb
Update examples with Cocoapods 1.0.0
9 years ago
Yuchen Zeng
f95a4898ab
Fixed format issues
9 years ago
Yuchen Zeng
caca0a15de
Build objc examples as part of automatic tests
9 years ago
Yuchen Zeng
3d399cb102
Fix format issues
9 years ago
Yuchen Zeng
8d9e83806d
Fixed format issues
9 years ago
Yuchen Zeng
d5fd7ddc70
Addressed review comments
...
Removed the silencing for incompatible-pointer-types
Removed unused objects
Fixed format issues
9 years ago
Yuchen Zeng
aa338326ed
Revert ProtoService.m, add an exception for its incompatible-pointer-types warning
9 years ago
Yuchen Zeng
abc7427a4d
Update podfiles for objc examples
9 years ago
Yuchen Zeng
36a58a7928
Enable treating warnings as errors for target gRPC
9 years ago
Yuchen Zeng
dbe2b9e976
Enable treating warnings as errors in objc tests
9 years ago
Makarand Dharmapurikar
88651de8a7
Fixes #2646
...
Pass NULL in the host parameter of grpc_channel_create_call
9 years ago
Jan Tattermusch
f2ce4307bf
fix terminal encoding for cocoapods
9 years ago
Makarand Dharmapurikar
4de40cae0a
Fixes #2868
9 years ago
Jorge Canizales
db502a7986
Update documentation and samples.
9 years ago
Jorge Canizales
2f46326213
Pre-install hook in the Tests podspec for local dev of gRPC-Core
9 years ago
Jorge Canizales
eb71417df9
Podspec changes for generated code.
9 years ago
Jorge Canizales
12e03fe30a
Tests Podfile: remove redundancy
9 years ago
Jorge Canizales
fb4a54541a
ProtoRPC: Framework-like import of proto runtime
9 years ago
Jorge Canizales
e487a7271d
Separate Core, ProtoRuntime, and RxLibrary subspecs
9 years ago
Jorge Canizales
18c0bd3f72
Remove #include <inttypes.h> from BoringSSL
...
Apple hasn’t created a module map for that system header, which means
it can’t be used from frameworks.
9 years ago