aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/Tests.xcodeproj
Commit message (Collapse)AuthorAge
* change deployment targetGravatar Muxi Yan2018-12-19
|
* Rebuild APIv2TestsGravatar Muxi Yan2018-12-19
|
* Refactor channel poolGravatar Muxi Yan2018-11-30
|
* Tests project fixesGravatar Muxi Yan2018-11-20
|
* Aggregate v2 api testsGravatar Muxi Yan2018-11-02
|
* Update testsGravatar Muxi Yan2018-10-08
|
* Add tests for NSError+GRPCGravatar Muxi Yan2018-09-25
|
* Merge pull request #16358 from muxi/privatize-boringsslGravatar Muxi Yan2018-08-24
|\ | | | | Make symbols of BoringSSL private
| * Make symbols of BoringSSL private to gRPCGravatar Muxi Yan2018-08-23
| |
* | Enable CFStream with environment variableGravatar Muxi Yan2018-08-06
|/
* revert -framework CoreFoundationGravatar Muxi Yan2018-06-05
| | | | Make error CFStream only
* Update interop testsGravatar Muxi Yan2018-05-15
|
* Add asan and tsan to ObjCGravatar Muxi Yan2018-03-08
|
* Fix ObjC++ build errorGravatar Muxi Yan2017-11-29
|
* Fix ObjC C++ syntax errorGravatar Muxi Yan2017-11-27
|
* Add user-agent test and regex matching test to test suiteGravatar Muxi Yan2017-10-11
|
* added env var to the Cronet targetGravatar Makarand Dharmapurikar2017-04-13
|
* added correct preprocessor defines to xcodeprojGravatar Makarand Dharmapurikar2017-04-12
|
* replaced hardcoded server path with cmdline argGravatar Makarand Dharmapurikar2017-04-12
| | | | The host and port of the remote server can be specified via command line argument to xcodebuild.
* Merge pull request #9247 from muxi/packet-coalescing-objcGravatar Muxi Yan2017-03-28
|\ | | | | Packet Coalescing - ObjC
* | More granularity in objc testsGravatar Muxi Yan2017-03-22
| |
| * Merge branch 'master' into packet-coalescing-objcGravatar Muxi Yan2017-03-13
| |\ | |/ |/|
| * Wrap entire GRPCCall (InternalTests) class in GRPC_TEST_OBJCGravatar Muxi Yan2017-03-10
| |
* | Add CronetUnitTests into Jenkins testsGravatar Muxi Yan2017-02-14
| |
* | Merge remote-tracking branch 'upstream/master' into packet-coalescing-coreGravatar Muxi Yan2017-02-14
|\ \
| | * 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
| | |\ | | |/ | |/|
| * | Add Cronet core tests to JenkinsGravatar Muxi Yan2017-02-06
| | |
* | | Merge branch 'master' into packet-coalescing-coreGravatar Muxi Yan2017-01-23
|\| |
| * | Unit test framework for CronetGravatar Muxi Yan2017-01-11
| | |
| | * Packet coalescing Objc layer and interop testsGravatar Muxi Yan2017-01-04
| |/
* / Packet coalescing transport layer and end2end test changesGravatar Muxi Yan2017-01-03
|/
* Revert PR #8425Gravatar Muxi Yan2016-10-20
|
* Update tests project to XCode 8Gravatar Jorge Canizales2016-10-19
|
* Merge branch 'v1.0.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2016-08-03
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt Makefile build.yaml package.json 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/health_check/package.json src/node/tools/package.json src/python/grpcio/grpc_version.py src/python/grpcio_health_checking/grpc_version.py src/python/grpcio_tests/grpc_version.py src/ruby/lib/grpc/version.rb src/ruby/tools/version.rb 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
| * Fix local server tests & exceptions testsGravatar Jorge Canizales2016-08-01
| |
* | Use dedicated build configuration 'Cronet' for the new targetGravatar Muxi Yan2016-08-01
| |
* | Add InteropTestsRemoteWithCronet to the testsGravatar Muxi Yan2016-07-25
| |
* | Add test target file to repoGravatar Muxi Yan2016-07-19
| |
* | 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
* | 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
| |
* | 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
* | 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
| |
* | Establish Objective C end-to-end core test with CronetGravatar Muxi Yan2016-07-14
|/
* Remove Unicode from the tests projectGravatar Jorge Canizales2016-06-24
| | | Cocoa pods 1.0.0 introduced it, and Jenkins might have a problem with it
* Merge remote-tracking branch 'upstream/master' into ios-testGravatar Yuchen Zeng2016-06-20
|\
* | Enable treating warnings as errors in objc testsGravatar Yuchen Zeng2016-06-15
| |
| * Update tests XCode project to Cocoapods 1.0.0Gravatar Jorge Canizales2016-05-20
|/