Muxi Yan
3b67f3622b
Remove redundant comment
9 years ago
Muxi Yan
142efc905f
Establish Objective C end-to-end core test with Cronet
9 years ago
Muxi Yan
4a7aca0e4b
Establish Objective C end-to-end core test with Cronet
9 years ago
Jorge Canizales
800a71cfb3
Don't always import Protobuf like a framework
...
If the macro isn't set, e.g. for Bazel compilations, import the way it was done before fb4a54541a
.
9 years ago
Muxi Yan
7deb5fd795
Establish Objective C end-to-end core test with Cronet
9 years ago
Jorge Canizales
54e28ad79e
Tests Podfile cleanup
9 years ago
Jorge Canizales
45bb7f36b4
Use the deployed protoc spec in samples and README
9 years ago
Jorge Canizales
eb3ebc5828
gRPC plugin podspec: license & deployment target
...
For the spec to pass linting.
9 years ago
Jorge Canizales
92450dd0e5
ProtoCompiler.podspec: license & deployment target
...
For the spec to pass linting.
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
Makarand Dharmapurikar
027ae0b4eb
removed unneeded import. fixes travis build
9 years ago
Makarand Dharmapurikar
2b220f8be7
fixes #7219
...
Modified objc plugin to add two types of import statements for well
known protos.
Deleted unnecessary empty.proto as we'll be using wellknown empty.proto
Modified test to use the well known empty.proto.
9 years ago
Muxi Yan
ff6cd70a1b
Update error message when client does not enough memory to hold server response
9 years ago
Jorge Canizales
ccb184068d
Add arm_arch.h back to fix compilation for devices
9 years ago
Muxi Yan
fc99ff6644
Fix error code when client run out of memory in Objective C code base
...
Update Status Codes documentation
9 years ago
Jorge Canizales
3e53e1a5be
ProtoCompiler podspec
...
Still needed:
- Make it build protoc if it’s not in the root (i.e. if we're developing locally)
- Put the gRPC plugin in the GitHub release page, and add a podspec for it that does the same
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
Jorge Canizales
bb16025840
Merge fixup: version, deployment target & spec name
9 years ago
David Garcia Quintas
89d8f1697c
Added comment for obj-c
9 years ago
David Garcia Quintas
9ac997acf2
Added TODO for php.
9 years ago
David Garcia Quintas
6721d4f0f1
Return success status of grpc_byte_buffer_reader
9 years ago
Yuchen Zeng
f329395514
Add comments in build_example_test.sh
9 years ago
Yuchen Zeng
0287be8e60
Use protoc and objc plugins built by run_test
9 years ago
Jorge Canizales
28820575ff
Add README.md explaining use of the app
9 years ago
Jorge Canizales
10cc76cbe7
Make RPCs on a loop
9 years ago
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