grpc/tools
Vignesh Babu 009dadbb74
Fork iomgr traced buffer list implementation for posix event engine (#30539)
* Forking iomgr internal_errqueue defines for posix event engine

* fix BUILD file

* start

* update

* sanity

* regenerate_projects

* Automated change: Fix sanity tests

* review comments

* review comments

* Automated change: Fix sanity tests

* fix BUILD

* add no_windows tag

* minor typo

* typo

* review comments

* regenerate projects

* fix BUILD issue

* iwyu fixes

Co-authored-by: Vignesh2208 <Vignesh2208@users.noreply.github.com>
2022-08-12 11:51:16 -07:00
..
api_reference shellcheck 2018-05-21 18:23:09 -07:00
buildgen [build] Automatic BUILD dependency generation (#29597) 2022-05-19 13:42:52 -07:00
codegen/core [promises] Eliminate switch.h (#30317) 2022-08-05 08:28:33 -07:00
debug/core Migrate Infrastructure Scripts to Python 3 (#27135) 2021-11-08 08:55:25 -08:00
distrib Update protobuf submodule to 3.21.5 (#30548) 2022-08-10 09:39:26 -07:00
docker_runners Cleanup run_in_docker.sh and corresponding examples. (#29469) 2022-04-22 19:04:40 +02:00
dockerfile Update third_party/protobuf to 3.21.4 (#30377) 2022-08-04 09:39:49 -07:00
doxygen EventEngine Forkables (#30473) 2022-08-09 08:41:16 -07:00
fuzzing [fuzzing] Run fuzzers a little bit as a test (#29919) 2022-06-07 07:37:59 -07:00
gce Migrate the bm_diff benchmarks to python3 (#25619) 2021-03-09 15:44:00 +01:00
gcp/utils xds/interop: add gke TD resource cleanup to daily cleanup script (#28370) 2022-01-07 11:39:47 -08:00
gource
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 xDS interop: add missing image tagging to the buildscripts (#30520) 2022-08-05 18:12:09 -07:00
interop_matrix grpc-java 1.48.1 release (#30469) 2022-08-03 17:03:26 -07:00
mkowners Migrate Infrastructure Scripts to Python 3 (#27135) 2021-11-08 08:55:25 -08:00
package_hosting packages.grpc.io: Use search.maven.org instead of mvnrepository.com 2020-06-15 11:14:49 -07:00
profiling Fix per call label (#30515) 2022-08-05 12:38:39 -07:00
release Add Documentation for Supported Bazel Versions (#29191) 2022-03-25 10:45:06 -07:00
remote_build Update win RBE docker image to VS2019 (#30072) 2022-06-28 10:23:12 +02:00
run_tests Fork iomgr traced buffer list implementation for posix event engine (#30539) 2022-08-12 11:51:16 -07:00
README.md
bazel A more reliable way of installing bazel on windows workers (#28835) 2022-02-15 19:41:29 +01:00
bazel.rc Revert "Removed c++14 option from bazel.rc (#29711)" (#29750) 2022-05-20 14:38:45 -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.