Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-16 | Only the kernel needs to build with default includes disabled. | Andreas Kling | |
2019-05-04 | Painter: Re-enable diagonal draw_line(). | Andreas Kling | |
This code still needs clipping, but the basic concept works. It was disabled since before the kernel had floating point support. | |||
2019-04-24 | Build: Let's skip the --gc-sections linker option for now. | Andreas Kling | |
2019-04-23 | Put assertions behind a DEBUG flag to make it easy to build without them. | Andreas Kling | |
2019-04-23 | Build: Pass --gc-sections to the linker in all builds. | Andreas Kling | |
This removes unused sections from the output and reduces the binary size of everything we compile. | |||
2019-04-21 | Add a Makefile.common with stuff shared by all Makefiles. | Andreas Kling | |
Compiler names, CXXFLAGS, and such. I should have done this ages ago. |