grpc/tools
Craig Tiller cee1bf8532
Add construct/destruct helper functions (#26906)
* Add construct/destruct helper functions

Will be used in upcoming promise implementation

* sanitized
2021-08-06 10:35:50 -07:00
..
api_reference shellcheck 2018-05-21 18:23:09 -07:00
buildgen Introduce Python import sorting to our sanity test suite (#26768) 2021-07-26 12:31:21 -07:00
codegen/core Update Envoy API to the latest version (2021-07-30) (#26848) 2021-08-03 09:12:42 -07:00
debug/core Introduce Python import sorting to our sanity test suite (#26768) 2021-07-26 12:31:21 -07:00
distrib Run check include guards in sanitize (#26905) 2021-08-05 21:13:19 -07:00
dockerfile Add tooling to auto-fix sanity tests (#26852) 2021-08-05 14:37:04 -07:00
doxygen Add construct/destruct helper functions (#26906) 2021-08-06 10:35:50 -07:00
fuzzer Change URI parser to take absl::string_view and move tests to correct directory. 2020-08-17 10:46:01 -07:00
gce Migrate the bm_diff benchmarks to python3 (#25619) 2021-03-09 15:44:00 +01:00
gcp Introduce Python import sorting to our sanity test suite (#26768) 2021-07-26 12:31:21 -07:00
github Introduce Python import sorting to our sanity test suite (#26768) 2021-07-26 12:31:21 -07:00
gource auto-fix most of licenses 2017-06-08 11:22:41 +02:00
http2_interop Create a go module for http2 interop test, fixing breakage from upgrade to go v1.16 (#25707) 2021-03-15 15:28:48 -07:00
internal_ci Use T drive for windows bazel RBE build (#26895) 2021-08-05 16:31:46 -07:00
interop_matrix Update interop matrix for Java v1.39.0 (#26580) 2021-07-19 13:30:21 -07:00
line_count Introduce Python import sorting to our sanity test suite (#26768) 2021-07-26 12:31:21 -07:00
mkowners Python style: reformat code using updated yapf 0.30.0 2021-01-13 14:00:12 -05:00
package_hosting packages.grpc.io: Use search.maven.org instead of mvnrepository.com 2020-06-15 11:14:49 -07:00
profiling Introduce Python import sorting to our sanity test suite (#26768) 2021-07-26 12:31:21 -07:00
release Introduce Python import sorting to our sanity test suite (#26768) 2021-07-26 12:31:21 -07:00
remote_build Add use_strict_warning=true for mac-os bazel rbe build 2021-02-09 09:06:32 -08:00
run_tests xds/interop: turn on validate-for-proxyless for urlmap tests (#26904) 2021-08-05 22:00:49 -07:00
README.md Merge matrix feature branch into master. 2017-05-19 09:01:24 -07:00
bazel make tools/bazel wrapper work on arm64 2021-01-19 09:44:33 -05:00
bazel.rc Enable layering checks in the Bazel build (#26591) 2021-07-01 15:10:51 -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.