We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1792f52 commit 894799bCopy full SHA for 894799b
docs/releases/CppSharp-0.9.4-25.6.2019.md renamed to docs/releases/CppSharp-0.10.0-25.6.2019.md
docs/releases/CppSharp-0.10.1-4.7.2019.md
@@ -0,0 +1,21 @@
1
+# CppSharp 0.10.1 7.4.2019
2
+
3
+* Fix the getting of references to pointers in C#
4
5
+* Fix the passing of references to pointers in C#
6
7
+* Prefer non-mapped types when resolving ambiguous overloads
8
9
+* Make indexers use non-trivial copy ctors if any
10
11
+* Fix a memory leak when passing an indirect std::string
12
13
+* Build the generator before test bindings for easy testing
14
15
+* Fix memory leaks in the map for std::string
16
17
+* Fix the passing of std::string by value
18
19
+* Guard against null for objects passed by value
20
21
+* Generate valid C# for implicit conversion to const char*
0 commit comments