grpc/tools
Mehrdad Afshari 3b6dcfa3be Fix build_python_msys2.sh to pass shellcheck 2017-12-15 13:31:44 -08:00
..
buildgen yapf tools/buildgen 2017-12-11 16:40:56 -08:00
codegen/core Fix windows compile 2017-12-13 11:58:54 -08:00
debug/core yapf tools 2017-12-11 18:10:00 -08:00
distrib Ignore pyc files on yapf diff 2017-12-13 13:44:34 -08:00
dockerfile Update Python dependency to protobuf v3.5.0.post1 2017-11-27 12:52:41 -08:00
doxygen Move histogram to test/core/util 2017-11-30 15:02:04 -08:00
failures yapf'd the new file 2017-12-14 18:54:50 -08:00
fuzzer auto-fix most of licenses 2017-06-08 11:22:41 +02:00
gce Add multi-vm performance tests to Kokoro 2017-11-29 18:28:52 -08:00
gcp/utils yapf tools 2017-12-11 18:10:00 -08:00
github yapf tools 2017-12-11 18:10:00 -08:00
gource auto-fix most of licenses 2017-06-08 11:22:41 +02:00
http2_interop Update include paths 2017-03-28 15:49:23 -07:00
internal_ci Move more special cases in bazel build to the .bzl files 2017-12-14 18:11:25 -08:00
interop_matrix Merge pull request #13736 from menghanl/release_matrix 2017-12-13 14:47:04 -08:00
jenkins node benchmarks have been removed 2017-11-10 12:33:07 +01:00
line_count yapf tools 2017-12-11 18:10:00 -08:00
mkowners yapf tools 2017-12-11 18:10:00 -08:00
openssl auto-fix most of licenses 2017-06-08 11:22:41 +02:00
profiling tools/profiling 2017-12-11 16:52:44 -08:00
run_tests Fix build_python_msys2.sh to pass shellcheck 2017-12-15 13:31:44 -08:00
README.md Merge matrix feature branch into master. 2017-05-19 09:01:24 -07:00
bazel.rc Add Bazel configurations for sanitizers 2017-11-29 10:54:24 -08:00
lsan_suppressions.txt Add one more openssl leak to suppressions list 2016-11-14 09:48:57 -08:00
tsan_suppressions.txt Suppress race caused by cached_size tracking in protobuf 2017-03-15 11:19:01 -07:00
ubsan_suppressions.txt Adding UBSAN suppressors for the time being 2017-10-04 12:57:02 -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.