Esun Kim
|
ec58a346f9
|
Changed C99 to C11 (#29687)
* Changed C99 to C11
* Remove gnu99 option
* Switch to gnu11 for xcode
|
3 years ago |
Esun Kim
|
03e9ac6f1f
|
Requiring C++14 (#29589)
|
3 years ago |
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.
|
3 years ago |
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
|
3 years ago |
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
|
3 years ago |
Hannah Shi
|
6f4f920398
|
switch to official protobuf podspec (#27830)
|
3 years ago |
Hannah Shi
|
5acc4c40a1
|
podfile cleanup (#27609)
|
3 years ago |
Denny C. Dai
|
9870583cea
|
Revert "[objc] Switch to forward declare proto & clean up (#27444)" (#27521)
This reverts commit 4ad495420f .
|
3 years ago |
Denny C. Dai
|
eda416769e
|
Revert "Revert "[objc] Switch to forward declare proto & clean up (#27444)" (#27473)" (#27475)
This reverts commit 8a359d637c .
|
3 years ago |
Craig Tiller
|
8a359d637c
|
Revert "[objc] Switch to forward declare proto & clean up (#27444)" (#27473)
This reverts commit 4ad495420f .
|
3 years ago |
Denny C. Dai
|
4ad495420f
|
[objc] Switch to forward declare proto & clean up (#27444)
|
3 years ago |
Craig Tiller
|
ea389c00c2
|
Adjust include order per style guide (#27175)
Introduce clang-format configuration to sort includes closer to our rules.
|
3 years ago |
Yash Tibrewal
|
f4e55b85bc
|
Replace disrespectful term
|
4 years ago |
yulin-liang
|
0e7faed883
|
Fix flaky ios-cpp-test-cronet test.
|
4 years ago |
yulin-liang
|
cf29dda100
|
Add some debug logs for flaky cfstream and cronet tests.
|
4 years ago |
Esun Kim
|
86050be0cf
|
Clean up DEPLOYMENT_TARGET
|
4 years ago |
Esun Kim
|
ccf3cbc6b7
|
Bump iOS and OSX version
|
4 years ago |
Esun Kim
|
165ee5007a
|
Replaced grpc::string with std::string
|
4 years ago |
Muxi Yan
|
eb7779c20c
|
Revert "Revert "Introduce CFRunLoop based iomgr""
|
5 years ago |
Muxi Yan
|
0e0db09613
|
Revert "Introduce CFRunLoop based iomgr"
|
5 years ago |
Muxi Yan
|
b96895bf9d
|
Add apple_ev iomgr
|
5 years ago |
Esun Kim
|
e019f18707
|
Fix C2196: egrep is non-standard and deprecated.
|
5 years ago |
Muxi Yan
|
63223f82e8
|
fix sanity
|
5 years ago |
Muxi Yan
|
7202029386
|
Add time display to debug Kokoro timeout
|
5 years ago |
Muxi Yan
|
d93dd0aca5
|
Fix gRPC-C++ podspec
|
5 years ago |
Muxi Yan
|
67e90c38f0
|
Nit fix in Podfile
|
5 years ago |
Muxi Yan
|
b4aace992c
|
Make cpp_cronet test use gRPC-C++/Cronet
|
5 years ago |
Tony Lu
|
f037eac0a9
|
Small fixes
|
5 years ago |
Tony Lu
|
1d98106847
|
Renaming the correct files
|
5 years ago |
Tony Lu
|
422a7773ae
|
Replace making protoc and plugins with bazel build
Fixed templates and plugin-tests
|
5 years ago |
Tony Lu
|
d2ce6e707c
|
Isolated test-specific build steps so that unrelated tasks don't run them
Move interop making back to run_tests.py
|
5 years ago |
Prashant Jaikumar
|
e9d81fb0f2
|
Send RPC deadline to server in cronet header
|
5 years ago |
Prashant Jaikumar
|
232725b99a
|
Add C++ Cronet end2end tests
|
5 years ago |