Luna/kernel/src
apio abbed13f27
Add a 'pure' variant of cstyle_format which is infallible
If we cannot fail to output, it doesn't make sense to propagate errors. So if you're SURE there are no errors, use pure_cstyle_format().
If, however, output can fail, use cstyle_format().

This has a drawback of adding quite a bit of code duplication to Format.cpp.
Some of it is dealt using templates, but some code still remains duplicate.
2022-12-17 12:38:22 +01:00
..
arch Add a 'pure' variant of cstyle_format which is infallible 2022-12-17 12:38:22 +01:00
boot Rename String.h -> CString.h 2022-12-16 20:40:04 +01:00
memory KernelVM: Make g_used_vm atomic and g_kernelvm_bitmap a LockedValue 2022-12-17 10:56:24 +01:00
thread Kernel: Add Spinlock and LockedValue<T> 2022-12-17 10:55:54 +01:00
video Add a 'pure' variant of cstyle_format which is infallible 2022-12-17 12:38:22 +01:00
config.h.in Add config.h for version information 2022-12-03 17:25:25 +01:00
Log.cpp Add a 'pure' variant of cstyle_format which is infallible 2022-12-17 12:38:22 +01:00
Log.h Remove some redundant error propagation 2022-12-16 18:32:29 +01:00
main.cpp Thread: Make g_next_id atomic 2022-12-17 10:50:49 +01:00