Browse Source

Document the release of CppSharp 0.10.1

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
bug-pass-const-char-star-no-copy 0.10.1
Dimitar Dobrev 6 years ago
parent
commit
894799b58d
  1. 0
      docs/releases/CppSharp-0.10.0-25.6.2019.md
  2. 21
      docs/releases/CppSharp-0.10.1-4.7.2019.md

0
docs/releases/CppSharp-0.9.4-25.6.2019.md → docs/releases/CppSharp-0.10.0-25.6.2019.md

21
docs/releases/CppSharp-0.10.1-4.7.2019.md

@ -0,0 +1,21 @@ @@ -0,0 +1,21 @@
# CppSharp 0.10.1 7.4.2019
* Fix the getting of references to pointers in C#
* Fix the passing of references to pointers in C#
* Prefer non-mapped types when resolving ambiguous overloads
* Make indexers use non-trivial copy ctors if any
* Fix a memory leak when passing an indirect std::string
* Build the generator before test bindings for easy testing
* Fix memory leaks in the map for std::string
* Fix the passing of std::string by value
* Guard against null for objects passed by value
* Generate valid C# for implicit conversion to const char*
Loading…
Cancel
Save