Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-14 | sb/printf: Add ksbprintf | Anton Kling | |
Easier to add formatted strings to the string builder without using intermediate buffers. | |||
2024-12-12 | formatting: Use clang-format on all projects | Anton Kling | |
This commit also add braces to all `if` statements. | |||
2024-12-11 | kernel: Add more sv functions and change interfaces | Anton Kling | |
2024-12-10 | kernel: Add string view and string builder | Anton Kling | |
This makes write/read calls that use strings to communicate much simpler and less error prone. |