Skip to content

Commit

Permalink
0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Aug 10, 2018
1 parent d6bda7f commit 9da3669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Q# is a new experiment to convert C# to C++ using the Qt library as the classlib
C# + C++ + Qt = Q#

This project has no relation to Microsofts new Q# (Quantum) programming language.
(but I released my project first!)

Folder Layout:
/cs2cpp - C# .NET Core program to convert C# to C++ using Roslyn code analyzer
Expand Down
1 change: 1 addition & 0 deletions whatsnew.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ What's new
Aug 10, 2018 : 0.17
- removed shared_ptr as it was extremely slow
- tried to implement my own garbage collector called gc_ptr but still had performance issues
- removed all smart pointers and use raw pointers which fixed many issues
- now supports either self-managed or garbage collected memory management
- see Object.Delete() and [AutoMemoryPool] attribute to assist in self-managed methods
or
Expand Down

0 comments on commit 9da3669

Please sign in to comment.