-
Macabuilder
Simple and efficient build system primarily oriented on C and C++ mixed with Assembly with good attention on low level details and configurability.
Macabuilder is just a small build system I developed specifically for Macaron OS project. It's very simple to build using Cmake.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Then you need to install some filesystem tools, qemu, toolchain and nasm and launch Macabuilder executable from the root project directory. I updated [build instructions](https://github.com/MacaronOS/Macaron) and now it's less confusing.
-
Thank you for your feedback! That's kind of funny because I switched to uppercase quite recently when I saw that Serenity OS uses it too. And I fully deprecated makefiles 3 days ago. They just were so uncomfortable and annoying to deal with while my project was growing and expanding... I guess there's no going back now :)
-
But what about some projects like Linux Kernel?