Skip to content

Commit d2d5bb3

Browse files
committed
Document the release of CppSharp 0.9.2
Signed-off-by: Dimitar Dobrev <[email protected]>
1 parent 14e0ff9 commit d2d5bb3

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# CppSharp 0.9.2 8.5.2019
2+
3+
* Fix the Windows build by not storing Unicode in std::string
4+
5+
* Fixed type map support for typedef types
6+
7+
* Name anonymous types after the fields which use them
8+
9+
* Generate valid C# when std::string is only used for variables
10+
11+
* Generate valid C# when std::string is only used for non-private fields
12+
13+
* Support indirect parameters
14+
15+
* Add a test for passing by value of structs with copy ctors
16+
17+
* Add parsing and AST support for RecordArgABI information in class records.
18+
19+
* Fix the generated C++ for Xcode 10.2
20+
21+
* Optimize renaming of declarations named after keywords
22+
23+
* Optimize the cleaning of invalid names
24+
25+
* Fix a crash when a function pointer takes a function pointer
26+
27+
* Generate valid C# for returned const char*&
28+
29+
* Generate valid C# for overloads with types nested in templates
30+
31+
* Fix the naming of anonymous types when 2+ types are nested 2+ levels
32+
33+
* Remove ParserOptions.Abi since its misleading as it serves no purpose
34+
35+
* Improved robustness when parsing C++ ABI kind

0 commit comments

Comments
 (0)