grpc/tools
Craig Tiller 143e7bf0cf Introduce a clock type field onto gpr_timespec.
Use it to validate that arithmetic on time types makes even some vague
kind of sense.
2015-07-13 08:41:49 -07:00
..
buildgen Remove dead code 2015-07-09 16:41:44 -07:00
codegen/core Merge github.com:grpc/grpc into oops-i-split-it-again 2015-06-25 08:52:40 -07:00
distpackages Use the release tag specified by the version 2015-04-08 17:19:34 -07:00
distrib Cython refactor of Python C wrapping layer 2015-06-30 17:33:28 -07:00
dockerfile Merge pull request #2343 from ejona86/dont-build-netty 2015-07-09 13:09:52 -07:00
doxygen Backport of pull request #2313 into release-0_10. 2015-07-10 02:24:50 +02:00
gce_setup Merge pull request #1827 from madongfly/creds_test 2015-06-02 16:55:04 -07:00
jenkins Eating the error code from run_test.py, as Jenkins now uses report.xml fully. 2015-07-10 00:44:16 +02:00
profile_analyzer Further fixes and eye candy. 2015-05-06 20:50:49 -07:00
run_tests Introduce a clock type field onto gpr_timespec. 2015-07-13 08:41:49 -07:00
README.md experimental jenkins support 2015-06-03 13:20:08 -07:00
tsan_suppressions.txt Suppressing a data race in OpenSSL 2015-02-28 17:09:48 +00:00

README.md

buildgen: contains the template renderer for our build system.

distpackages: contains script to generate debian packages.

dockerfile: contains all of the docker files to test gRPC.

gce_setup: contains boilerplate for running the docker files under GCE.

jenkins: support for running tests on Jenkins

run_tests: contains python scripts to properly run the tests in parallel.