Jorge Canizales
f8c4580939
Commit as 1.0.0-pre1 so we can release already.
9 years ago
Muxi Yan
791c4d7b7c
Add new line to the end of fixture.h
9 years ago
Muxi Yan
9afdd01e69
Rename h2_ssl_cronet.m to fixture_h2_ssl_cronet.m
9 years ago
Muxi Yan
f8f70ebb2b
Update cronet test comments and structure
9 years ago
Jorge Canizales
854c167069
We’re done with the underscore tags for good!
...
Yay compatibility and predictability!
9 years ago
Jorge Canizales
5c421ef8ab
BoringSSL 5.0 is now tagged and pushed.
9 years ago
Jorge Canizales
fffff2296c
Point BoringSSL.podspec to 5.0 commit (pending tag)
9 years ago
Jorge Canizales
0af0ae4715
Update err_data.c to BoringSSL commit 8d343b44bbab
9 years ago
Muxi Yan
9f6e6dcc30
Rename h2_ssl.* to h2_ssl_cronet.* and add static specifier to chttp2_tear_down_secure_fullstack in h2_ssl_cronet.m
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
545bad349c
Misc test scripts cleanup:
...
- Echo commands
- Remove generated code before pod install
- Don’t “clean” before “build”
9 years ago
Jorge Canizales
f4df3d2d02
Don’t care about installed protoc in the test scripts
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
Muxi Yan
e04089e7c0
Establish Objective C end-to-end core test with Cronet
9 years ago
Muxi Yan
65515a76dd
Establish Objective C end-to-end core test with Cronet
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
Muxi Yan
4e9753d28c
Establish Objective C end-to-end core test with Cronet
9 years ago
Muxi Yan
37480eb60a
Establish Objective C end-to-end core test with Cronet
9 years ago
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