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

migrate src/utils into its own library #5

Open
magiruuvelvet opened this issue Oct 13, 2023 · 0 comments
Open

migrate src/utils into its own library #5

magiruuvelvet opened this issue Oct 13, 2023 · 0 comments

Comments

@magiruuvelvet
Copy link
Owner

There are a lot of useful and reusable functions in there. src/utils doesn't depend on the remaining codebase (except some cmake-specific shenanigans*), so it should be generally easy to split it into its own dedicated library.

* operating system detection macros (using a build system for this is more reliable and portable than depending on weird built-in compiler-specific macros)

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