-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document the release of CppSharp 0.9.1
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |