CppSharp v0.10.5 Release Notes

Release Date: 2020-06-27 // almost 4 years ago
    • Don't add ABI-specific parameters when wrapping C

    • Prioritize public non-field properties when resolving naming conflicts

    • ๐Ÿ›  Fix patching of virtual tables for MSVC with RTTI

    • ๐Ÿ†“ Free the memory of the patched v-tables

    • ๐Ÿ›  Fix parsing of member pointers with MSVC

    • Generate valid C# for constructors taking const&

    • Generate valid C# for returned function pointers

    • ๐Ÿ”ฆ Expose returned values of non-void setters

    • Ensure enumerations lack conflicts when renamed

    • ๐Ÿ›  Fix generation for fields of type const reference