Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update interop tests | Muxi Yan | 2018-05-15 |
| | |||
* | Inhibit warnings caused by Protobuf | Muxi Yan | 2018-04-18 |
| | |||
* | Introduce channel arg to disable authority filter | Muxi Yan | 2018-04-01 |
| | |||
* | Revert "Let cronet use grpc_cronet_registry_plugin" | Muxi Yan | 2018-03-30 |
| | |||
* | Let cronet use grpc_cronet_registry_plugin | Muxi Yan | 2018-03-20 |
| | |||
* | Split lib/support into lib/gpr and lib/gpr++. | Mark D. Roth | 2018-01-18 |
| | |||
* | Wrap entire GRPCCall (InternalTests) class in GRPC_TEST_OBJC | Muxi Yan | 2017-03-10 |
| | |||
* | Separate/Restore public test interfaces and internal ones | Muxi Yan | 2017-02-10 |
| | |||
* | Warnings and macro guards for op batch log | Muxi Yan | 2017-02-09 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into packet-coalescing-objc | Muxi Yan | 2017-02-08 |
|\ | |||
| * | Unit test framework for Cronet | Muxi Yan | 2017-01-11 |
| | | |||
* | | Packet coalescing Objc layer and interop tests | Muxi Yan | 2017-01-04 |
|/ | |||
* | Update post_install condition and comments | Muxi Yan | 2016-11-30 |
| | |||
* | Capture name change of CocoaPods generated target | Muxi Yan | 2016-11-29 |
| | |||
* | Bug fix on error suppression and comment | Muxi Yan | 2016-08-01 |
| | |||
* | Suppress warning in all libraries whose names starting with gRPC-Core | Muxi Yan | 2016-08-01 |
| | |||
* | Use dedicated build configuration 'Cronet' for the new target | Muxi Yan | 2016-08-01 |
| | |||
* | Minor revisions | Muxi Yan | 2016-07-29 |
| | |||
* | Fix Objective-C test pods for Cronet tests | Muxi Yan | 2016-07-27 |
| | |||
* | Add InteropTestsRemoteWithCronet to the tests | Muxi Yan | 2016-07-25 |
| | |||
* | Establish Objective C end-to-end core test with Cronet | Muxi Yan | 2016-07-15 |
| | |||
* | Establish Objective C end-to-end core test with Cronet | Muxi Yan | 2016-07-15 |
| | |||
* | Merged master branch | Muxi Yan | 2016-07-14 |
|\ | |||
* | | Establish Objective C end-to-end core test with Cronet | Muxi Yan | 2016-07-14 |
| | | |||
| * | Tests Podfile cleanup | Jorge Canizales | 2016-07-11 |
| | | |||
| * | Podspecs for Protoc and the gRPC plugin | Jorge Canizales | 2016-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. | ||
| * | ProtoCompiler podspec | Jorge Canizales | 2016-07-01 |
|/ | | | | | | | 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 | ||
* | Merge fixup: version, deployment target & spec name | Jorge Canizales | 2016-07-01 |
| | |||
* | Merge master into merge-0.14-into-master | Jorge Canizales | 2016-06-30 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: - gRPC.podspec - Only had non-trivial changes in the core file list, which will need to be regenerated (in gRPC-Core.podspec). - src/objective-c/BoringSSL.podspec - Had trivial conflicts in the version. - src/objective-c/examples/RemoteTestClient/RemoteTest.podspec - Trivial conflicts in quoting. - src/objective-c/examples/Sample/Sample.xcodeproj/project.pbxproj and src/objective-c/examples/SwiftSample/SwiftSample.xcodeproj/project.pbxproj - The master version is used, pending testing. The 0.14 version had emoji and some unneeded entries. - src/objective-c/tests/Podfile - Added CronetFramework pod, and warning silencing from master. - templates/gRPC.podspec.template - Deleted. - third_party/protobuf - Using master commit, but need to verify if it works for frameworks. | ||
* | | Divide gRPC-Core in Interface & Impl subspecs | Jorge Canizales | 2016-06-28 |
| | | | | | | | | | | | | This works around the Cocoapods' linter header_mapping_dir restrictions. Incidentally, it also removes the need to set build settings in the user target. | ||
| * | Addressed review comments | Yuchen Zeng | 2016-06-21 |
| | | | | | | | | | | | | Removed the silencing for incompatible-pointer-types Removed unused objects Fixed format issues | ||
| * | Merge remote-tracking branch 'upstream/master' into ios-test | Yuchen Zeng | 2016-06-20 |
| |\ | |||
| * | | Enable treating warnings as errors for target gRPC | Yuchen Zeng | 2016-06-20 |
| | | | |||
| | * | Merge remote-tracking branch 'upstream/release-0_14' into HEAD | Jan Tattermusch | 2016-06-13 |
| |/| | |||
* | | | Pre-install hook in the Tests podspec for local dev of gRPC-Core | Jorge Canizales | 2016-06-08 |
| | | | |||
* | | | Tests Podfile: remove redundancy | Jorge Canizales | 2016-06-08 |
| | | | |||
* | | | Separate Core, ProtoRuntime, and RxLibrary subspecs | Jorge Canizales | 2016-06-08 |
| |/ |/| | |||
| * | ObjC interface for using Cronet, and test for Cronet | Makarand Dharmapurikar | 2016-05-20 |
| | | |||
* | | Disable deterministic UUIDs in the test Podfile | Jorge Canizales | 2016-05-20 |
| | | |||
* | | Update Podfile for CocoaPods 1.0 changes requiring more fields and the ↵ | Paul Querna | 2016-03-03 |
|/ | | | | removal of link_with in podspec. | ||
* | Move BoringSSL.podspec into src, and point Podfiles to it | Jorge Canizales | 2015-12-01 |
| | |||
* | Remove unused RouteGuideClient and move RemoteTestClient to tests | Benny Wong | 2015-11-12 |
| | | | | * Reference discussion: https://github.com/grpc/grpc/pull/4108#discussion-diff-44494393 | ||
* | Fixup: Target name changed. | Jorge Canizales | 2015-10-28 |
| | |||
* | Split AllTests into 4 schemes | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | For local running one can still tests AllTests, but for C.I. one can test the 4 of them in parallel (and, importantly, deactivate the remote interop tests until we fix them on Travis; while keeping the rest). I had to make the remote tests a subclass of an abstract InteropTests (like InteropTestsLocalSSL and InteropTestsLocalCleartext), and then deactivate the abstract InteropTests on the 4 schemes that use it. | ||
* | Point tests Podfile to Protobuf submodule instead of release | Jorge Canizales | 2015-07-06 |
| | |||
* | Point tests Podfile to head protobuf podspec | Jorge Canizales | 2015-07-04 |
| | |||
* | Generate RouteGuide code on pod install | Jorge Canizales | 2015-06-04 |
| | |||
* | Point test and sample podfiles to protobuf release | Jorge Canizales | 2015-06-04 |
| | |||
* | Add RouteGuideClient to tests’ Podfile | Jorge Canizales | 2015-05-31 |
| | |||
* | Add RemoteTestClient to tests' Podfile | Jorge Canizales | 2015-05-30 |
| |