-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[c++] [c#] [grpc] Delete Bond-over-gRPC code
Bond-over-gRPC is no longer supported. Delete the Bond-over-gRPC code. Leave the Bond-over-gRPC documentation for now so that anyone using the current version of Bond can still reference it. * Remove C++ and C# gRPC library code, tests, examples, and glue code. * Remove support for gRPC codegen. gbc can still parse service definitions and emit them in JSON ASTs. * Remove gRPC submodule. * Remove gRPC-specific CI builds. * Revise README. See #1131
- Loading branch information
Showing
162 changed files
with
60 additions
and
11,551 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
[submodule "thirdparty/grpc"] | ||
path = thirdparty/grpc | ||
url = https://github.com/grpc/grpc.git | ||
|
||
[submodule "thirdparty/rapidjson"] | ||
path = thirdparty/rapidjson | ||
url = https://github.com/Tencent/rapidjson.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.