aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/Podfile
Commit message (Collapse)AuthorAge
* Fix unused variable errorGravatar Muxi Yan2018-12-12
|
* Fix test failure due to NSAssertGravatar Muxi Yan2018-11-21
|
* Aggregate v2 api testsGravatar Muxi Yan2018-11-02
|
* Update testsGravatar Muxi Yan2018-10-08
|
* Add tests for NSError+GRPCGravatar Muxi Yan2018-09-25
|
* Make symbols of BoringSSL private to gRPCGravatar Muxi Yan2018-08-23
|
* Update interop testsGravatar Muxi Yan2018-05-15
|
* Inhibit warnings caused by ProtobufGravatar Muxi Yan2018-04-18
|
* Introduce channel arg to disable authority filterGravatar Muxi Yan2018-04-01
|
* Revert "Let cronet use grpc_cronet_registry_plugin"Gravatar Muxi Yan2018-03-30
|
* Let cronet use grpc_cronet_registry_pluginGravatar Muxi Yan2018-03-20
|
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
|
* Wrap entire GRPCCall (InternalTests) class in GRPC_TEST_OBJCGravatar Muxi Yan2017-03-10
|
* Separate/Restore public test interfaces and internal onesGravatar Muxi Yan2017-02-10
|
* Warnings and macro guards for op batch logGravatar Muxi Yan2017-02-09
|
* Merge remote-tracking branch 'upstream/master' into packet-coalescing-objcGravatar Muxi Yan2017-02-08
|\
| * Unit test framework for CronetGravatar Muxi Yan2017-01-11
| |
* | Packet coalescing Objc layer and interop testsGravatar Muxi Yan2017-01-04
|/
* Update post_install condition and commentsGravatar Muxi Yan2016-11-30
|
* Capture name change of CocoaPods generated targetGravatar Muxi Yan2016-11-29
|
* Bug fix on error suppression and commentGravatar Muxi Yan2016-08-01
|
* Suppress warning in all libraries whose names starting with gRPC-CoreGravatar Muxi Yan2016-08-01
|
* Use dedicated build configuration 'Cronet' for the new targetGravatar Muxi Yan2016-08-01
|
* Minor revisionsGravatar Muxi Yan2016-07-29
|
* Fix Objective-C test pods for Cronet testsGravatar Muxi Yan2016-07-27
|
* Add InteropTestsRemoteWithCronet to the testsGravatar Muxi Yan2016-07-25
|
* 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
|
* Merged master branchGravatar Muxi Yan2016-07-14
|\
* | Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-14
| |
| * Tests Podfile cleanupGravatar Jorge Canizales2016-07-11
| |
| * 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.
| * ProtoCompiler podspecGravatar Jorge Canizales2016-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 nameGravatar Jorge Canizales2016-07-01
|
* Merge master into merge-0.14-into-masterGravatar Jorge Canizales2016-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 subspecsGravatar Jorge Canizales2016-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 commentsGravatar Yuchen Zeng2016-06-21
| | | | | | | | | | | | Removed the silencing for incompatible-pointer-types Removed unused objects Fixed format issues
| * Merge remote-tracking branch 'upstream/master' into ios-testGravatar Yuchen Zeng2016-06-20
| |\
| * | Enable treating warnings as errors for target gRPCGravatar Yuchen Zeng2016-06-20
| | |
| | * Merge remote-tracking branch 'upstream/release-0_14' into HEADGravatar Jan Tattermusch2016-06-13
| |/|
* | | Pre-install hook in the Tests podspec for local dev of gRPC-CoreGravatar Jorge Canizales2016-06-08
| | |
* | | Tests Podfile: remove redundancyGravatar Jorge Canizales2016-06-08
| | |
* | | Separate Core, ProtoRuntime, and RxLibrary subspecsGravatar Jorge Canizales2016-06-08
| |/ |/|
| * ObjC interface for using Cronet, and test for CronetGravatar Makarand Dharmapurikar2016-05-20
| |
* | Disable deterministic UUIDs in the test PodfileGravatar Jorge Canizales2016-05-20
| |
* | Update Podfile for CocoaPods 1.0 changes requiring more fields and the ↵Gravatar Paul Querna2016-03-03
|/ | | | removal of link_with in podspec.
* Move BoringSSL.podspec into src, and point Podfiles to itGravatar Jorge Canizales2015-12-01
|
* Remove unused RouteGuideClient and move RemoteTestClient to testsGravatar Benny Wong2015-11-12
| | | | * Reference discussion: https://github.com/grpc/grpc/pull/4108#discussion-diff-44494393
* Fixup: Target name changed.Gravatar Jorge Canizales2015-10-28
|
* Split AllTests into 4 schemesGravatar Jorge Canizales2015-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.