aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
Commit message (Collapse)AuthorAge
* Merge pull request #7525 from muxi/add-interop-cronet-testGravatar makdharma2016-07-26
|\ | | | | Add InteropTestsRemoteWithCronet to the tests
| * Add InteropTestsRemoteWithCronet to the testsGravatar Muxi Yan2016-07-25
| |
* | Merge v1.0.x into masterGravatar murgatroid992016-07-22
|\ \ | |/ |/|
* | Merge pull request #7368 from muxi/cronet-e2eGravatar makdharma2016-07-20
|\ \ | | | | | | Establish Objective C end-to-end core test with Cronet
| | * Merge pull request #7425 from jcanizales/p0-dynamic-frameworks-build-testsGravatar makdharma2016-07-19
| | |\ | | | | | | | | Automatic test that the library builds correctly with frameworks
| * | | Add test target file to repoGravatar Muxi Yan2016-07-19
| | | |
| * | | Let roots_filename be a static variableGravatar Muxi Yan2016-07-19
| | | |
| * | | Add fixture description and TODO for test name inferral from test case ↵Gravatar Muxi Yan2016-07-19
| | | | | | | | | | | | | | | | method name
| * | | Collapse fixture into CoreCronetEnd2EndTests.m so that individual test cases ↵Gravatar Muxi Yan2016-07-19
| | | | | | | | | | | | | | | | can be run, instead of only allow running the entire fixture
| | * | Fixup: Readme to 1.0.0-pre1 too instead of 1.0.0Gravatar Jorge Canizales2016-07-18
| | | |
| | * | Commit as 1.0.0-pre1 so we can release already.Gravatar Jorge Canizales2016-07-18
| | | |
* | | | Merge pull request #7245 from muxi/fix-7181Gravatar makdharma2016-07-18
|\ \ \ \ | | | | | | | | | | Fix of Issue #7181 documentation and Objective C code
| | * | | Add new line to the end of fixture.hGravatar Muxi Yan2016-07-18
| | | | |
| | * | | Rename h2_ssl_cronet.m to fixture_h2_ssl_cronet.mGravatar Muxi Yan2016-07-18
| | | | |
| | * | | Update cronet test comments and structureGravatar Muxi Yan2016-07-18
| | | | |
| | | * | We’re done with the underscore tags for good!Gravatar Jorge Canizales2016-07-18
| | | | | | | | | | | | | | | Yay compatibility and predictability!
| | | * | BoringSSL 5.0 is now tagged and pushed.Gravatar Jorge Canizales2016-07-18
| | | | |
| | | * | Point BoringSSL.podspec to 5.0 commit (pending tag)Gravatar Jorge Canizales2016-07-18
| | | | |
| | | * | Update err_data.c to BoringSSL commit 8d343b44bbabGravatar Jorge Canizales2016-07-18
| | | | |
| | * | | Rename h2_ssl.* to h2_ssl_cronet.* and add static specifier to ↵Gravatar Muxi Yan2016-07-18
| | | | | | | | | | | | | | | | | | | | chttp2_tear_down_secure_fullstack in h2_ssl_cronet.m
| | | | * SwiftSample app: ProtoMethod -> GRPCProtoMethod, etc.Gravatar Jorge Canizales2016-07-15
| | | | |
| | | | * Sample app: ProtoMethod -> GRPCProtoMethodGravatar Jorge Canizales2016-07-15
| | | | |
| | | | * SwiftSample app: solve XCode config warningsGravatar Jorge Canizales2016-07-15
| | | | |
| | | | * Sample app: solve XCode config warningsGravatar Jorge Canizales2016-07-15
| | | | |
| | | | * Build sample app both with and without frameworksGravatar Jorge Canizales2016-07-15
| | | | |
| | | | * Misc test scripts cleanup:Gravatar Jorge Canizales2016-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | - Echo commands - Remove generated code before pod install - Don’t “clean” before “build”
| | | | * Don’t care about installed protoc in the test scriptsGravatar Jorge Canizales2016-07-15
| | | | |
| | | | * SwiftSample: always use frameworksGravatar Jorge Canizales2016-07-15
| | | | |
| | | | * Use google/protobuf/empty.proto in the sample appsGravatar Jorge Canizales2016-07-15
| | | | |
| | * | | Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-15
| | | | |
| | * | | Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-15
| | | | |
| | | * | Advance versions from 0.14 -> 1.0Gravatar Jorge Canizales2016-07-15
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pending: - Tag BoringSSL repo. - Tag gRPC repo. - Build the plugin, zip it, and add it to the release. - Push Cocoapods to trunk.
| | * | Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-15
| | | |
| | * | Merged master branchGravatar Muxi Yan2016-07-14
| | |\ \ | |_|/ / |/| | |
| | * | Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-14
| | | |
| * | | Remove redundant commentGravatar Muxi Yan2016-07-14
| | | |
| | * | Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-14
| | | |
| | * | Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-13
| | | |
| | | * Don't always import Protobuf like a frameworkGravatar Jorge Canizales2016-07-13
| |_|/ |/| | | | | If the macro isn't set, e.g. for Bazel compilations, import the way it was done before https://github.com/grpc/grpc/commit/fb4a54541a6e00c43e1671cda0a25e2eda4792df.
| | * Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-13
| | |
* | | Merge pull request #7359 from jcanizales/p0-protoc-podspecGravatar makdharma2016-07-13
|\ \ \ | | | | | | | | Distribute ProtoC and the plugin as pods
* \ \ \ Merge branch 'release-0_15' into upmerge-masterGravatar Nicolas "Pixel" Noble2016-07-12
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.yaml gRPC-Core.podspec gRPC.podspec package.json package.xml src/core/lib/surface/version.c src/csharp/Grpc.Auth/project.json src/csharp/Grpc.Core/VersionInfo.cs src/csharp/Grpc.Core/project.json src/csharp/Grpc.HealthCheck/project.json src/csharp/build_packages.bat src/node/tools/package.json src/python/grpcio/grpc/__init__.py src/python/grpcio/grpc_version.py src/python/grpcio_tests/tests/unit/_rpc_test.py src/ruby/lib/grpc/version.rb src/ruby/tools/version.rb templates/gRPC.podspec.template tools/distrib/python/grpcio_tools/grpc_version.py tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.c++.internal tools/doxygen/Doxyfile.core tools/doxygen/Doxyfile.core.internal tools/run_tests/port_server.py
| * | | Merge branch 'release-0_14' into release-0_15Gravatar Nicolas "Pixel" Noble2016-07-12
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gRPC.podspec src/objective-c/BoringSSL.podspec src/objective-c/examples/RemoteTestClient/RemoteTest.podspec src/objective-c/examples/Sample/Sample.xcodeproj/project.pbxproj src/objective-c/examples/SwiftSample/SwiftSample.xcodeproj/project.pbxproj src/objective-c/tests/Podfile templates/gRPC.podspec.template third_party/protobuf
| | | * \ Merge master to resolve tests podspec conflictGravatar Jorge Canizales2016-07-11
| | | |\ \ | |_|_|/ / |/| | | |
| | | * | Tests Podfile cleanupGravatar Jorge Canizales2016-07-11
| | | | |
| | | * | Use the deployed protoc spec in samples and READMEGravatar Jorge Canizales2016-07-11
| | | | |
| | | * | gRPC plugin podspec: license & deployment targetGravatar Jorge Canizales2016-07-11
| | | | | | | | | | | | | | | For the spec to pass linting.
| | | * | ProtoCompiler.podspec: license & deployment targetGravatar Jorge Canizales2016-07-11
| | | | | | | | | | | | | | | For the spec to pass linting.
| | | * | Podspecs for Protoc and the gRPC pluginGravatar Jorge Canizales2016-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.
* | | | | removed unneeded import. fixes travis buildGravatar Makarand Dharmapurikar2016-07-08
| | | | |