File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ # CppSharp 0.9.2 8.5.2019
2+
3+ * Fix the Windows build by not storing Unicode in std::string
4+
5+ * Fixed type map support for typedef types
6+
7+ * Name anonymous types after the fields which use them
8+
9+ * Generate valid C# when std::string is only used for variables
10+
11+ * Generate valid C# when std::string is only used for non-private fields
12+
13+ * Support indirect parameters
14+
15+ * Add a test for passing by value of structs with copy ctors
16+
17+ * Add parsing and AST support for RecordArgABI information in class records.
18+
19+ * Fix the generated C++ for Xcode 10.2
20+
21+ * Optimize renaming of declarations named after keywords
22+
23+ * Optimize the cleaning of invalid names
24+
25+ * Fix a crash when a function pointer takes a function pointer
26+
27+ * Generate valid C# for returned const char* &
28+
29+ * Generate valid C# for overloads with types nested in templates
30+
31+ * Fix the naming of anonymous types when 2+ types are nested 2+ levels
32+
33+ * Remove ParserOptions.Abi since its misleading as it serves no purpose
34+
35+ * Improved robustness when parsing C++ ABI kind
You can’t perform that action at this time.
0 commit comments