You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added CMake variable BOND_FIND_GRPC to allow for external gRPC
installations. The search for external GRPC installations is only done
when BOND_ENABLE_GRPC is TRUE.
Removed use of deprecated std::ptr_fun in 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.