Luna/luna/src
apio 00cf267ac7
All checks were successful
continuous-integration/drone/push Build is passing
Lock EFIXME and error_string() behind a #define
2022-12-18 18:14:48 +01:00
..
Alloc.cpp Use nothrow in raw_malloc 2022-12-16 20:36:43 +01:00
Bitmap.cpp Rename String.h -> CString.h 2022-12-16 20:40:04 +01:00
Check.cpp Replace the _noreturn macro with the C++ native attribute [[noreturn]] 2022-12-06 19:40:35 +01:00
CString.cpp Add nullcpy() 2022-12-18 16:31:02 +01:00
Format.cpp Add a 'pure' variant of cstyle_format which is infallible 2022-12-17 12:38:22 +01:00
NumberParsing.cpp Refactor NumberParsing.cpp + a lot of comments 2022-12-17 15:00:19 +01:00
OwnedStringView.cpp Implement OwnedStringView::from_string_literal 2022-12-17 11:36:16 +01:00
Stack.cpp Add a Stack convenience class 2022-12-07 16:11:59 +00:00
SystemError.cpp Add some more errno definitions 2022-12-18 18:09:52 +01:00
TarStream.cpp Lock EFIXME and error_string() behind a #define 2022-12-18 18:14:48 +01:00
Units.cpp Tell the compiler that string_format is a printf-style function 2022-12-17 12:45:26 +01:00
Utf8.cpp Make sure wchar_t is wide enough to hold all Unicode code-points 2022-12-18 17:14:12 +01:00