Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use C++ to replace GLib and friends #4

Open
TheAssassin opened this issue Jun 25, 2023 · 0 comments
Open

Use C++ to replace GLib and friends #4

TheAssassin opened this issue Jun 25, 2023 · 0 comments

Comments

@TheAssassin
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant