Skip to content

Commit

Permalink
Document the release of CppSharp 0.9.2
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
  • Loading branch information
ddobrev committed May 7, 2019
1 parent 14e0ff9 commit d2d5bb3
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/releases/CppSharp-0.9.2-8.5.2019.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# CppSharp 0.9.2 8.5.2019

* Fix the Windows build by not storing Unicode in std::string

* Fixed type map support for typedef types

* Name anonymous types after the fields which use them

* Generate valid C# when std::string is only used for variables

* Generate valid C# when std::string is only used for non-private fields

* Support indirect parameters

* Add a test for passing by value of structs with copy ctors

* Add parsing and AST support for RecordArgABI information in class records.

* Fix the generated C++ for Xcode 10.2

* Optimize renaming of declarations named after keywords

* Optimize the cleaning of invalid names

* Fix a crash when a function pointer takes a function pointer

* Generate valid C# for returned const char*&

* Generate valid C# for overloads with types nested in templates

* Fix the naming of anonymous types when 2+ types are nested 2+ levels

* Remove ParserOptions.Abi since its misleading as it serves no purpose

* Improved robustness when parsing C++ ABI kind

0 comments on commit d2d5bb3

Please sign in to comment.