Sebastian Thiebaud b6dc500882 Add support for RPC status (#331) 7 jaren geleden
..
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 jaren geleden
shim b6dc500882 Add support for RPC status (#331) 7 jaren geleden
src 03f43093fb Move another compiler directive into vendor-grpc.sh. 7 jaren geleden
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 jaren geleden
README.md 20e0cf1bb2 Reorganize vendored gRPC core code, moving it into CgRPC. 9 jaren geleden

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) |