Luna/luna/src
2023-02-25 17:45:40 +01:00
..
Bitmap.cpp Bitmap: Add a fallible variant of match_region() that does not crash if arguments are out of range 2023-01-22 14:25:51 +01:00
Check.cpp luna: Add a new SourceLocation class and use that in check() and expect() 2023-01-22 11:43:48 +01:00
CString.cpp CString: Fix compilation in strnlen() 2023-01-22 11:43:10 +01:00
DebugLog.cpp Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Format.cpp luna/Format: Make output_(pure_)integer_data take a const reference to vstate 2023-01-22 17:36:02 +01:00
Heap.cpp Heap: Fix GPF caused when making many small allocations 2023-02-17 22:47:15 +01:00
NumberParsing.cpp Refactor NumberParsing.cpp + a lot of comments 2022-12-17 15:00:19 +01:00
OwnedStringView.cpp OwnedStringView: Add a method to extract a substring 2023-01-22 11:27:54 +01:00
Spinlock.cpp kernel, luna: Move Spinlock.h to luna 2023-02-14 20:05:00 +01:00
Stack.cpp luna, kernel: More constness 2023-01-10 19:31:41 +01:00
SystemError.cpp SystemError: Define _LUNA_SYSTEM_ERROR_EXTENSIONS to compile properly in hosted envs 2023-01-06 13:30:49 +01:00
TarStream.cpp TarStream: Support mode 2023-01-11 18:42:50 +01:00
UBSAN.cpp luna: Introduce fail(...), a replacement for expect(false, ...) 2023-02-25 17:45:40 +01:00
Units.cpp luna, kernel: More constness 2023-01-10 19:31:41 +01:00
Utf8.cpp luna: Make Utf8StringEncoder short-circuit instead of failing when hitting the length limit 2023-01-14 12:07:08 +01:00