-
Notifications
You must be signed in to change notification settings - Fork 84
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
Major refactoring needed #118
Comments
Feel free to do it. I am using cmake only for generating XCode project for emulated environment for some applications. I do not think it is suitable for building whole OS. Upgrading gcc doesn't give much sense, there are no concurrency related stuff used here, and also it would break the gabuino cloud based compilation service. Adding more apps is highly welcome. Yes, I know about that header issue, I have just changed some declaration in library and forgot to fix it in some apps... I am right now busy with other stuff, so I let the community to do further development/fixes |
Hi,
|
Yes, that is exactly it, it should be on three different places I guess, feel free to open PR |
yeah I will test that the change are not like mine but I've also changed the dockerfile |
the dockerfile work fine but for the refactoring I can push it in a separate PR. |
I've cloned this repo last week and I had to change many apps (all had same issue: type declaration inside a header).
it seems that they are all a copy paste of certain header and source.
My question is: @gabonator with the use of Cmake and the library can I try to refactor the project?
It could help adding new apps, upgrading gcc, automate some process, even add unit test.
The text was updated successfully, but these errors were encountered: