Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) | Andreas Kling | |
Good-bye LogStream. Long live AK::Format! | |||
2021-03-12 | Kernel: Convert klog() => AK::Format in TestModule | Andreas Kling | |
2020-08-12 | Kernel: Module symbol declarations for type-checking | Ben Wiederhake | |
With this, if a future module misses the 'extern "C"' or uses a wrong type, they get a nice compiler error instead of runtime errors or weird behavior. Also, this works towards getting the Kernel ready for -Wmissing-declarations. | |||
2020-05-14 | Build: Switch to CMake :^) | Sergey Bugaev | |
Closes https://github.com/SerenityOS/serenity/issues/2080 |