George Barnett 97ff9238b1 First pass implementation of NIO client (#357) 6 yıl önce
..
include 75940a411e Update CgRPC to v1.12.0 and BoringSSL to 10.0.4 (I guess?). This change requires Swift 4.1 and Ruby (with the 'xcodeproj' gem) installed to compile if building via SPM. 7 yıl önce
shim 97ff9238b1 First pass implementation of NIO client (#357) 6 yıl önce
src 03f43093fb Move another compiler directive into vendor-grpc.sh. 7 yıl önce
third_party 4a16c13ebb Move a compilation flag out of the Makefile and fix-project-settings.rb and into vendor-grpc.sh, which adds them to Sources/CgRPC/third_party/nanopb/pb.h. 7 yıl önce
README.md 20e0cf1bb2 Reorganize vendored gRPC core code, moving it into CgRPC. 9 yıl önce

README.md

CgRPC source files

This directory contains source code for CgRPC, the C support library for gRPC. It includes a custom "shim" (in the shim directory) and vendored code from the gRPC Core library.

| README.md | this file | | shim | custom code created to simplify the Swift gRPC interface to gRPC Core. | | include | headers for the CgRPC module | | grpc | headers for gRPC core (internal) | | src | source code for gRPC core (internal) | | third_party | third-party source code used by gRPC core (internal) |