grpc/tools
Esun Kim 024cd29fdb Upgrade clang-format-8 2020-10-16 11:37:14 -07:00
..
api_reference shellcheck 2018-05-21 18:23:09 -07:00
buildgen Fix two bugs for channelz_sampler_test 2020-09-10 10:17:50 -07:00
codegen/core Update submodules: envoy-api, protoc-gen-validate, udpa 2020-09-29 12:03:40 -07:00
debug/core fix-up some spelling mistakes 2019-09-25 23:29:47 +08:00
distrib Use clang-tidy 7 2020-10-15 15:48:24 -07:00
dockerfile Upgrade clang-format-8 2020-10-16 11:37:14 -07:00
doxygen Merge pull request #24419 from markdroth/xds_cluster_impl_lb 2020-10-16 09:24:04 -07:00
failures Yapf all target python sources 2020-01-03 09:25:10 -08:00
fuzzer Change URI parser to take absl::string_view and move tests to correct directory. 2020-08-17 10:46:01 -07:00
gce change php/php-dev to php7.2/php7.2-dev as PHP dependencies 2020-10-01 19:35:00 +00:00
gcp Yapf all target python sources 2020-01-03 09:25:10 -08:00
github Yapf all target python sources 2020-01-03 09:25:10 -08:00
gource auto-fix most of licenses 2017-06-08 11:22:41 +02:00
http2_interop fix fmt.Errorf missing args 2019-12-18 17:56:55 -08:00
internal_ci Move circuit breaking, EDS drops, and load reporting to xds_cluster_impl policy. 2020-10-16 07:29:08 -07:00
interop_matrix Update grpc-java to 1.32.2 in the interop_matrix 2020-10-12 14:52:59 -07:00
line_count Yapf all target python sources 2020-01-03 09:25:10 -08:00
mkowners Yapf all target python sources 2020-01-03 09:25:10 -08:00
package_hosting packages.grpc.io: Use search.maven.org instead of mvnrepository.com 2020-06-15 11:14:49 -07:00
profiling use bazel to build microbenchmarks in bm_build.py 2020-08-17 09:50:26 +02:00
release Yapf all target python sources 2020-01-03 09:25:10 -08:00
remote_build migrate windows RBE to win2019 pool 2020-05-13 14:39:59 +02:00
run_tests Merge pull request #24193 from veblush/clang-tidy 2020-10-15 15:46:13 -07:00
README.md Merge matrix feature branch into master. 2017-05-19 09:01:24 -07:00
bazel upgrade bazel to 2.2.0 2020-08-20 16:48:56 +02:00
bazel.rc Using comp_db for clang-tidy 2020-10-13 09:51:31 -07:00

README.md

buildgen: Template renderer for our build system.

distrib: Scripts to distribute language-specific packages and other distribution-related helper scripts.

dockerfile: Docker files to test gRPC.

doxygen: gRPC C/C++ documentation generation via Doxygen.

gce: Scripts to help setup testing infrastructure on GCE.

gcp: Helper scripts for interacting with various services on GCP (like Google container engine, BigQuery etc)

internal_ci: Support for running tests on an internal CI platform.

interop_matrix: Scripts to build, upload, and run gRPC clients in docker with various language/runtimes.

jenkins: Support for running tests on Jenkins.

run_tests: Scripts to run gRPC tests in parallel.

run_tests/performance: See the README for more notes on the performance tests.