grpc/tools
Esun Kim 389d9baa6f
Merge pull request #22099 from veblush/absl-update
Update abseil to LTS (lts_2020_02_25)
2020-02-26 07:02:30 -08:00
..
api_reference shellcheck 2018-05-21 18:23:09 -07:00
buildgen Added verify_duplicate_sources 2020-01-16 08:59:53 -08:00
codegen/core Add LDS/RDS into XdsClient 2020-01-24 08:05:02 -08:00
debug/core fix-up some spelling mistakes 2019-09-25 23:29:47 +08:00
distrib Merge pull request #22039 from larskanis/binary-ruby-2.7 2020-02-24 13:41:34 -08:00
dockerfile Add ruby-2.7 to build process of binary gems for Windows and Linux 2020-02-16 21:25:38 +01:00
doxygen Merge pull request #21698 from apolcyn/bump_g_stands_for 2020-02-21 10:53:47 -08:00
failures Yapf all target python sources 2020-01-03 09:25:10 -08:00
fuzzer Delete api_fuzzer 2020-01-23 13:26:00 -08:00
gce Update PGP keys and keyserver for RVM install 2020-01-17 13:42:32 -08: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 Merge pull request #22092 from veblush/absl-ex 2020-02-21 09:11:50 -08:00
interop_matrix Update client_matrix.py 2020-02-07 01:44:08 -08: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 Fix sort issue in package build page 2018-08-20 09:32:30 -07:00
profiling Yapf all target python sources 2020-01-03 09:25:10 -08:00
release Yapf all target python sources 2020-01-03 09:25:10 -08:00
remote_build Declare microbenchmarks as tests rather than binaries, fix issues 2020-02-13 09:34:15 -08:00
run_tests Merge pull request #22099 from veblush/absl-update 2020-02-26 07:02:30 -08:00
README.md Merge matrix feature branch into master. 2017-05-19 09:01:24 -07:00
bazel fix tools/bazel stdout 2020-02-13 12:46:22 +01:00
bazel.rc Use fast cpp protos for Python builds 2019-12-13 18:47:38 -08: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.