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.4 25.6.2019
2+
3+ * Generate valid C# when passing a const ref to char
4+
5+ * Generate valid C# when a secondary base has a public anonymous field
6+
7+ * Generate valid C# when a method from a secondary base has no native symbol
8+
9+ * Generate valid C# for typedef-ed type parameters
10+
11+ * Ensure found type maps always contain the type sought after
12+
13+ * Flatten anonymous types to avoid empty names
14+
15+ * Generate valid C# for template parameters with a default value
16+
17+ * Fix returned objects by value attributed with inalloca
18+
19+ * Fix default arguments to only map to null if pointers
20+
21+ * Generate valid C# for returned const void pointers
22+
23+ * Fix regressions with void pointers and references
24+
25+ * Generate valid C# for r-values to void pointers
26+
27+ * Make the default build for Windows 64-bit
28+
29+ * Sped the LLVM build on Windows up by parallelizing
30+
31+ * Generate valid C# when a field with an anon type starts with '$'
32+
33+ * Generate valid C# when a function is named "get<number >"
34+
35+ * Enable Clang-based look-up for system includes by default
You can’t perform that action at this time.
0 commit comments