grpc/tools
Mehrdad Afshari 76a316cb1f Add `set noparent` to Python OWNER files 2017-07-13 16:19:17 -07:00
..
buildgen auto-fix most of licenses 2017-06-08 11:22:41 +02:00
cmake Fix finding c-ares in package mode with CMake 2017-05-15 22:42:03 +01:00
codegen/core Strawman OWNERS --> CODEOWNERS script 2017-07-13 08:52:00 -07:00
distrib Add `set noparent` to Python OWNER files 2017-07-13 16:19:17 -07:00
dockerfile Strawman OWNERS --> CODEOWNERS script 2017-07-13 08:52:00 -07:00
doxygen Revert "Remove lockfree-stack implementation that is no longer used" 2017-07-10 16:49:59 -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 add script for patching perf benchmark schema 2017-06-27 13:45:46 +02: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 Merge pull request #11793 from jtattermusch/kokoro_prepare_sharding 2017-07-13 21:00:18 +02:00
interop_matrix Added timestamp to the xml report and minor changes to the API per review feedback. 2017-07-05 11:43:29 -07:00
jenkins Remove bazel warning (we have owners now), set noparent on bazel/OWNERS 2017-07-13 08:58:49 -07:00
line_count auto-fix most of licenses 2017-06-08 11:22:41 +02:00
mkowners Few fixes for mkowners.py. 2017-07-13 13:20:13 -07:00
openssl auto-fix most of licenses 2017-06-08 11:22:41 +02:00
profiling Fix bm_speedup 2017-06-28 15:12:53 -07:00
run_tests Merge pull request #11805 from adelez/ci2 2017-07-13 15:04:54 -07:00
OWNERS Strawman OWNERS --> CODEOWNERS script 2017-07-13 08:52:00 -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 Update boringssl 2017-06-15 17:35:58 -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.