File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ # CppSharp 0.9.1 13.4.2019
2+
3+ * Generate valid C# for template indexers taking const char*
4+
5+ * Restore removed specializations
6+
7+ * Add a generic pointer to resolve ambiguity
8+
9+ * Fix a crash when a function pointer is a template arg
10+
11+ * Expose public anonymous types
12+
13+ * Fix the generated C# for fields of type function pointer
14+
15+ * Fix the generated C# for const char* &
16+
17+ * Fix the pass for duplicate names not to compare return parameters
18+
19+ * Fix the generated C# when type arguments are mapped the same
20+
21+ * Fix typo in options: chsarp -> csharp
22+
23+ * Fix #1191 CppSharp.CLI.exe --rtti sets -fno-rtti to clang
24+
25+ * Fix the generated C# for a case with 2 template args
26+
27+ * Fix the generation of properties for locations in expressions
28+
29+ * Added statement visiting to IAstVisitor
30+
31+ * Fix the generated C# when a dependent param has a default value
32+
33+ * Fix ambiguous code when a nested type and a property-like method with overloads have the same name
You can’t perform that action at this time.
0 commit comments