Luna/luna/src
apio 6389099808
All checks were successful
continuous-integration/drone/push Build is passing
UTF-8 part 2: Encoding wide-character strings into UTF-8
We now have Utf8StringEncoder and Utf8Encoder (no state this time)
2022-12-18 14:34:50 +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 wcslen() 2022-12-18 14:33:13 +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 Remove ENONE 2022-12-08 16:09:33 +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 UTF-8 part 2: Encoding wide-character strings into UTF-8 2022-12-18 14:34:50 +01:00