-
Notifications
You must be signed in to change notification settings - Fork 71
Basic CMake Support & Code Style clean-up #41
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
base: master
Are you sure you want to change the base?
Basic CMake Support & Code Style clean-up #41
Conversation
Thank you! Will take a look at the contribution this week. |
Hey! |
Does the fact that this one is checked out mean that Windows support is near? |
Just noted the check box and that I can select/deselect them. Linux support is primary to provide a test system for development on PCs which behaves like it does on ESP32 later. For this Linux suffices, so Windows is not a priority. None of the points above are a priority for us 3 core developers, as we have the goal of creating the best ESP32 system. For this, other things have higher priority. If anybody wants to spend time developing low.js in any other direction, great! And we would be happy to integrate the changes. The problem with this CMake work however is that we as core devs must first understand CMake... But we want to give it a try sometime in the future. |
@neoniousTR I understand that Makefiles is still popular used but unsurprisingly CMake is becoming the most favorite build tool for C++ nowadays too, mainly because it saves our time. Looking at an open source project? it's nice to know you can build it easily with some trivial (and familiar) commands |
That is all correct. But for us it does not save time yet, as we have nobody who will use the CMake system right now. See my last message :-) |
Some other work: