Skip to content

Commit 1521425

Browse files
committed
Document the release of CppSharp 0.9.1
Signed-off-by: Dimitar Dobrev <[email protected]>
1 parent 9bc39c4 commit 1521425

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# CppSharp 0.9.1 13.4.2019
2+
3+
* Generate valid C# for template indexers taking const char*
4+
5+
* Restore removed specializations
6+
7+
* Add a generic pointer to resolve ambiguity
8+
9+
* Fix a crash when a function pointer is a template arg
10+
11+
* Expose public anonymous types
12+
13+
* Fix the generated C# for fields of type function pointer
14+
15+
* Fix the generated C# for const char*&
16+
17+
* Fix the pass for duplicate names not to compare return parameters
18+
19+
* Fix the generated C# when type arguments are mapped the same
20+
21+
* Fix typo in options: chsarp -> csharp
22+
23+
* Fix #1191 CppSharp.CLI.exe --rtti sets -fno-rtti to clang
24+
25+
* Fix the generated C# for a case with 2 template args
26+
27+
* Fix the generation of properties for locations in expressions
28+
29+
* Added statement visiting to IAstVisitor
30+
31+
* Fix the generated C# when a dependent param has a default value
32+
33+
* Fix ambiguous code when a nested type and a property-like method with overloads have the same name

0 commit comments

Comments
 (0)