Skip to content

Commit

Permalink
Document the release of CppSharp 0.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
  • Loading branch information
ddobrev committed Apr 13, 2019
1 parent 9bc39c4 commit 1521425
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/releases/CppSharp-0.9.1-13.4.2019.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# CppSharp 0.9.1 13.4.2019

* Generate valid C# for template indexers taking const char*

* Restore removed specializations

* Add a generic pointer to resolve ambiguity

* Fix a crash when a function pointer is a template arg

* Expose public anonymous types

* Fix the generated C# for fields of type function pointer

* Fix the generated C# for const char*&

* Fix the pass for duplicate names not to compare return parameters

* Fix the generated C# when type arguments are mapped the same

* Fix typo in options: chsarp -> csharp

* Fix #1191 CppSharp.CLI.exe --rtti sets -fno-rtti to clang

* Fix the generated C# for a case with 2 template args

* Fix the generation of properties for locations in expressions

* Added statement visiting to IAstVisitor

* Fix the generated C# when a dependent param has a default value

* Fix ambiguous code when a nested type and a property-like method with overloads have the same name

0 comments on commit 1521425

Please sign in to comment.