Michael Rebello c03c5c7a35 Fix -Wstrict-prototypes warning 7 vuotta sitten
..
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 vuotta sitten
shim c03c5c7a35 Fix -Wstrict-prototypes warning 7 vuotta sitten
src 03f43093fb Move another compiler directive into vendor-grpc.sh. 7 vuotta sitten
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 vuotta sitten
README.md 20e0cf1bb2 Reorganize vendored gRPC core code, moving it into CgRPC. 9 vuotta sitten

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