CppSharp v0.9.1 Release Notes

Release Date: 2019-04-13 // about 5 years ago
    • Generate valid C# for template indexers taking const char*

    • โช Restore removed specializations

    • โž• Add a generic pointer to resolve ambiguity

    • ๐Ÿ›  Fix a crash when a function pointer is a template arg

    • ๐Ÿ”ฆ Expose public anonymous types

    • ๐Ÿ›  Fix the generated C# for fields of type function pointer

    • ๐Ÿ›  Fix the generated C# for const char*&

    • ๐Ÿ›  Fix the pass for duplicate names not to compare return parameters

    • ๐Ÿ›  Fix the generated C# when type arguments are mapped the same

    • ๐Ÿ›  Fix typo in options: chsarp -> csharp

    • ๐Ÿ›  Fix #1191 CppSharp.CLI.exe --rtti sets -fno-rtti to clang

    • ๐Ÿ›  Fix the generated C# for a case with 2 template args

    • ๐Ÿ›  Fix the generation of properties for locations in expressions

    • โž• Added statement visiting to IAstVisitor

    • ๐Ÿ›  Fix the generated C# when a dependent param has a default value

    • ๐Ÿ›  Fix ambiguous code when a nested type and a property-like method with overloads have the same name