grpc/tools
Craig Tiller dc16855649 Merge pull request #11336 from ctiller/ALL-the-things
Roll-up of threading changes
2017-06-08 16:03:36 -07:00
..
buildgen auto-fix most of licenses 2017-06-08 11:22:41 +02:00
cmake CMake: Installation and Export Configuration 2016-07-28 00:46:11 +03:00
codegen/core auto-fix most of licenses 2017-06-08 11:22:41 +02:00
distrib fix protobuf_generated_well_known_types_embed.cc 2017-06-08 11:47:43 +02:00
dockerfile license fixes 2017-06-08 11:22:41 +02:00
doxygen Merge pull request #11336 from ctiller/ALL-the-things 2017-06-08 16:03:36 -07:00
fuzzer auto-fix most of licenses 2017-06-08 11:22:41 +02:00
gce auto-fix most of licenses 2017-06-08 11:22:41 +02:00
gcp/utils auto-fix most of licenses 2017-06-08 11:22:41 +02:00
gource auto-fix most of licenses 2017-06-08 11:22:41 +02:00
grift 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 fix remaining license notices 2017-06-08 11:22:41 +02:00
interop_matrix auto-fix most of licenses 2017-06-08 11:22:41 +02:00
jenkins Merge branch 'master' of https://github.com/grpc/grpc into faster-bm-diff 2017-06-08 08:15:03 -07:00
line_count auto-fix most of licenses 2017-06-08 11:22:41 +02:00
openssl auto-fix most of licenses 2017-06-08 11:22:41 +02:00
profiling Merge branch 'master' of https://github.com/grpc/grpc into faster-bm-diff 2017-06-08 08:15:03 -07:00
run_tests Merge pull request #11336 from ctiller/ALL-the-things 2017-06-08 16:03:36 -07:00
README.md Merge matrix feature branch into master. 2017-05-19 09:01:24 -07: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 Blanket suppress protobuf from ubsan runs 2017-05-11 13:24:00 -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.