This repository was archived by the owner on Apr 1, 2025. It is now read-only.
9.0.5
9.0.5: 2021-04-14
- IDL core version: 3.0
- C++ version: 9.0.5
- C# NuGet version: 9.0.5
gbc& compiler library: 0.12.1.0
C++/Python
- Added CMake variable
BOND_FIND_GRPCto allow for external gRPC
installations. The search for external GRPC installations is only done
whenBOND_ENABLE_GRPCisTRUE. - Removed use of deprecated
std::ptr_funin the Python library. (Issue
#1080)
C#
- Implicit codegen now excludes any .bond files in the project's output
directories (e.g.,bin/,obj/debug/netstandard1.0). This behavior
matches the implicit compilation behavior for .cs files.