Micah Kornfield
35c0a4cfff
Adds option of using ASM for BoringSSL in Python.
...
- Adds a new environment variable for turning on the build of ASM
for boring SSL.
- Only enables for x86_64 for now. I think this is likely the most
common target and the only machine I have readily accessible.
5 years ago
nanahpang
997e6a7910
Update check_include_guards.py
...
Fixed the Py3 checker issue during import. Use print() instead of print and add "from __future__ import print_function" for py2 and py3 compatibility.
5 years ago
Lidi Zheng
5151783c58
Remove unused file
5 years ago
Lidi Zheng
38530cc2bc
Make docgen work better with virtualenv
5 years ago
Lidi Zheng
981baff79b
Fix the docgen script:
...
1. Make it use python3 by default;
2. Simplify its arguments.
5 years ago
Jan Tattermusch
2c95b8f6fb
yapf code
5 years ago
Jan Tattermusch
eb1838b7c7
regenerate projects
5 years ago
Jan Tattermusch
a407c2c7b5
turn generated fuzzer tests from tests.json to c++ to match build_autogenerated.yaml
5 years ago
Jan Tattermusch
c67db2e8eb
fix pre_build_cmake.bat
5 years ago
Jan Tattermusch
fcc679a692
remove clang3.5 from portability (>5years old compiler)
5 years ago
Jan Tattermusch
31e2ecc1ba
c-ares is already the default resolver on windows
5 years ago
Jan Tattermusch
8a2e1b82dc
no need for linux cmake portability tests: cmake is already the default
5 years ago
Jan Tattermusch
31fa9a3530
switch run_tests.py C/C++ tests to cmake
5 years ago
Jan Tattermusch
38dafdb0e8
install cmake in CXX test images
5 years ago
Jan Tattermusch
99cfec0034
remove no longer useful cxx_sanitizers_jessie portability test (clang "7.0")
5 years ago
Jan Tattermusch
847a4715e5
remove clang3.4 portability test: ubuntu14.04 is EOL
5 years ago
Jan Tattermusch
4fc875201d
get rid of unused run_tests.py --auto_set_flakes arg
5 years ago
Mark D. Roth
41d87b7307
Allow C++-style comments on #endif lines.
5 years ago
Jan Tattermusch
b1ab3c1217
add cmake to grpc_interop_cxx docker image
5 years ago
Jan Tattermusch
d4f3e05fef
switch C++ interop tests to cmake
5 years ago
Karthik Ravi Shankar
3c2f4b40e3
Fold Channel and CompletionQueue from grpc_impl to grpc
...
Reverts: https://github.com/grpc/grpc/pull/19067
5 years ago
Karthik Ravi Shankar
30f7710d4a
Move ChannelArguments from ::grpc_impl to ::grpc
...
Reverts: https://github.com/grpc/grpc/pull/18454
5 years ago
Eric Gribkoff
6f40be0d86
Add grpc-java v1.31.0 to interop test client matrix
5 years ago
Stanley Cheung
ac0f7e80ea
Attempt to de-flake dart interop build
5 years ago
Alexander Polcyn
825dc5731f
Add a distrib test for source-only ruby packages
5 years ago
Menghan Li
a7de5792c3
xds testing: add path_matching and header_matching to cpp tests
5 years ago
Eric Gribkoff
8c03da2c0a
Merge pull request #23629 from ericgribkoff/delay_fail_on_failed_rpc
...
Update semantics of --fail_on_failed_rpc
5 years ago
Menghan Li
f189419615
Merge pull request #23439 from menghanl/xds_interop_routing
...
xds interop: add routing path/header matching to framework
5 years ago
ZHANG Dapeng
44a8ee928d
Fix string interpolation in run_xds_tests.py
5 years ago
Jan Tattermusch
6f0a17d41d
regenerate projects
5 years ago
Alexander Polcyn
9b4ef62cb9
Split up run_ruby_end2end_tests.sh into more granular test targets
5 years ago
Menghan Li
1a10109d10
xds testing: add path_matching and header_matching to cpp tests
5 years ago
Eric Gribkoff
7df3017c8a
Update semantics of --fail_on_failed_rpc
5 years ago
Menghan Li
1c2f57ae1d
xds interop: add routing path matching to framework
...
- prefix and full path
- header matching
- print client cmd to run
- new test cases are not included in all
5 years ago
Karthik Ravi Shankar
1de0bfd9e2
Revert "Revert "Move create_channel and credentials from ::grpc_impl to ::grpc""
5 years ago
Hannah Shi
d3c1cbf4cb
replace gawk with awk, so as not to introduce an extra dependency
5 years ago
Karthik Ravi Shankar
f1bc43edf6
Revert "Move create_channel and credentials from ::grpc_impl to ::grpc"
5 years ago
Karthik Ravi Shankar
2fc4cfadcf
Move ServerCredentials from ::grpc_impl to ::grpc
...
Reverts: https://github.com/grpc/grpc/pull/18452
5 years ago
Mark D. Roth
181781387d
xDS v3 support
5 years ago
Mark D. Roth
c35a37d6c2
Remove TargetAuthorityTable in favor of a per-address channel arg.
5 years ago
Vijay Pai
1013ad87f7
Fixes to match shellcheck
5 years ago
Vijay Pai
54a10f265d
Consistency check core_version and version
5 years ago
Jan Tattermusch
80daba44d9
regenerate projects
5 years ago
Jan Tattermusch
f39f341ee1
regenerate projects
5 years ago
James Newton-King
21e855592a
Output grpc-dotnet interop apps to specific directories
5 years ago
Alexander Polcyn
bdfd96ad03
Remove MAX_EPOLL_EVENTS_HANDLED_EACH_POLL_CALL to ensure timely
...
processing of events
5 years ago
Jan Tattermusch
751b1d04cf
stop stripping .hpp files from python source packages
5 years ago
Mark D. Roth
3613589b84
Change xDS ConfigSelector not to pass the timeout header value to the LB policy.
5 years ago
Jan Tattermusch
cf21444b3c
increase timeout for PHP distribtests
5 years ago
Stanley Cheung
dea6fbb023
Updated comments
5 years ago