CppSharp v0.10.1 Release Notes

Release Date: 2019-07-04 // almost 5 years ago
    • ๐Ÿ›  Fix the getting of references to pointers in C#

    • ๐Ÿ›  Fix the passing of references to pointers in C#

    • Prefer non-mapped types when resolving ambiguous overloads

    • ๐Ÿ‘‰ Make indexers use non-trivial copy ctors if any

    • ๐Ÿ›  Fix a memory leak when passing an indirect std::string

    • ๐Ÿ— Build the generator before test bindings for easy testing

    • ๐Ÿ›  Fix memory leaks in the map for std::string

    • ๐Ÿ›  Fix the passing of std::string by value

    • Guard against null for objects passed by value

    • Generate valid C# for implicit conversion to const char*