You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make our lives significantly easier, we want to utilize the power of C++ in appimagetool. This allows us much better memory management (no more manual free etc. calls etc.) and will also improve the look and feel of the code base.
Most of what we use GLib, GIO etc. for can be done with C++ out of the box in a more user friendly way, so we should be able to remove those dependencies eventually.
The text was updated successfully, but these errors were encountered:
To make our lives significantly easier, we want to utilize the power of C++ in appimagetool. This allows us much better memory management (no more manual
free
etc. calls etc.) and will also improve the look and feel of the code base.Most of what we use GLib, GIO etc. for can be done with C++ out of the box in a more user friendly way, so we should be able to remove those dependencies eventually.
The text was updated successfully, but these errors were encountered: