Esun Kim
|
ec58a346f9
|
Changed C99 to C11 (#29687)
* Changed C99 to C11
* Remove gnu99 option
* Switch to gnu11 for xcode
|
2022-05-20 14:03:04 -07:00 |
Esun Kim
|
03e9ac6f1f
|
Requiring C++14 (#29589)
|
2022-05-12 21:17:32 -07:00 |
Nicolas Noble
|
050e4c3abe
|
client_lb_end2end_test: add OrcaLoadReport into EchoRequest proto (#29505)
* Embed OrcaLoadReport into end2end test.
* Regenerate project files.
* Automated change: Fix sanity tests
* Address comments.
* Maybe fixing iOS test?
* Fixing grpc_tool_test.
* Derp.
* Automated change: Fix sanity tests
* Fixing internal import.
* Fixing Google3 build.
* iOS fix attempt: take 2.
|
2022-05-03 09:34:57 -07:00 |
Jan Tattermusch
|
32770542b2
|
Cleanup of ObjC test scripts (#28333)
* cleanup cfstream tests scripts
* add xcodebuild_filter_output script
* cleanup scripts for ObjC CoreTests
* clean one more build_tests.sh file
* cleanup more scripts
* cleanup ios cpp scripts
* remove last copy of verbose_time
* revert readlink change
|
2021-12-14 09:22:04 +01:00 |
Esun Kim
|
260145c517
|
Updated backoff to use absl::Random (#27193)
* Replace in-house rand with absl::Random for backoff (#26463)
* Replace in-house rand with absl::Random for backoff
* Run sanity
* Added bscrypt dependency
* Removed ABSL_RANDOM_HWAES_FLAGS
* Remove GCC_WARN_64_TO_32_BIT_CONVERSION = YES
* GCC_WARN_64_TO_32_BIT_CONVERSION to podspec install
|
2021-12-02 15:22:44 -08:00 |
Hannah Shi
|
6f4f920398
|
switch to official protobuf podspec (#27830)
|
2021-10-29 15:58:34 -07:00 |
Hannah Shi
|
5acc4c40a1
|
podfile cleanup (#27609)
|
2021-10-11 09:33:51 -07:00 |
Denny C. Dai
|
9870583cea
|
Revert "[objc] Switch to forward declare proto & clean up (#27444)" (#27521)
This reverts commit 4ad495420f.
|
2021-09-29 15:03:36 -07:00 |
Denny C. Dai
|
eda416769e
|
Revert "Revert "[objc] Switch to forward declare proto & clean up (#27444)" (#27473)" (#27475)
This reverts commit 8a359d637c.
|
2021-09-28 14:42:59 -07:00 |
Craig Tiller
|
8a359d637c
|
Revert "[objc] Switch to forward declare proto & clean up (#27444)" (#27473)
This reverts commit 4ad495420f.
|
2021-09-24 12:14:41 -07:00 |
Denny C. Dai
|
4ad495420f
|
[objc] Switch to forward declare proto & clean up (#27444)
|
2021-09-23 18:15:20 -07:00 |
Craig Tiller
|
ea389c00c2
|
Adjust include order per style guide (#27175)
Introduce clang-format configuration to sort includes closer to our rules.
|
2021-09-08 12:14:44 -07:00 |
Yash Tibrewal
|
f4e55b85bc
|
Replace disrespectful term
|
2021-02-08 15:29:53 -08:00 |
yulin-liang
|
0e7faed883
|
Fix flaky ios-cpp-test-cronet test.
|
2020-11-04 16:06:25 -08:00 |
yulin-liang
|
cf29dda100
|
Add some debug logs for flaky cfstream and cronet tests.
|
2020-10-20 13:48:33 -07:00 |
Esun Kim
|
86050be0cf
|
Clean up DEPLOYMENT_TARGET
|
2020-10-08 14:47:56 -07:00 |
Esun Kim
|
ccf3cbc6b7
|
Bump iOS and OSX version
|
2020-09-30 14:58:30 -07:00 |
Esun Kim
|
165ee5007a
|
Replaced grpc::string with std::string
|
2020-06-29 17:56:36 -07:00 |
Muxi Yan
|
eb7779c20c
|
Revert "Revert "Introduce CFRunLoop based iomgr""
|
2020-04-16 13:07:55 -07:00 |
Muxi Yan
|
0e0db09613
|
Revert "Introduce CFRunLoop based iomgr"
|
2020-04-16 08:54:07 -07:00 |
Muxi Yan
|
b96895bf9d
|
Add apple_ev iomgr
|
2020-04-15 11:06:53 -07:00 |
Esun Kim
|
e019f18707
|
Fix C2196: egrep is non-standard and deprecated.
|
2020-03-03 10:46:55 -08:00 |
Muxi Yan
|
63223f82e8
|
fix sanity
|
2019-12-11 15:34:26 -08:00 |
Muxi Yan
|
7202029386
|
Add time display to debug Kokoro timeout
|
2019-12-11 14:21:46 -08:00 |
Muxi Yan
|
67e90c38f0
|
Nit fix in Podfile
|
2019-11-12 11:15:13 -08:00 |
Muxi Yan
|
b4aace992c
|
Make cpp_cronet test use gRPC-C++/Cronet
|
2019-11-12 10:32:22 -08:00 |
rmstar
|
eae902594b
|
Merge pull request #19855 from Tony1023/bazel_objc_tests
Added Bazel BUILD for ObjC Tests and Examples
|
2019-08-15 16:11:06 -07:00 |
Tony Lu
|
f037eac0a9
|
Small fixes
|
2019-08-15 13:37:14 -07:00 |
Tony Lu
|
1d98106847
|
Renaming the correct files
|
2019-08-13 10:45:52 -07:00 |
Tony Lu
|
422a7773ae
|
Replace making protoc and plugins with bazel build
Fixed templates and plugin-tests
|
2019-08-09 14:16:26 -07:00 |
Tony Lu
|
d2ce6e707c
|
Isolated test-specific build steps so that unrelated tasks don't run them
Move interop making back to run_tests.py
|
2019-08-08 13:11:58 -07:00 |
Prashant Jaikumar
|
e9d81fb0f2
|
Send RPC deadline to server in cronet header
|
2019-08-01 15:08:26 -07:00 |
Prashant Jaikumar
|
232725b99a
|
Add C++ Cronet end2end tests
|
2019-07-29 10:48:35 -07:00 |