Luna/libluna/src
apio 4a764bc315
All checks were successful
continuous-integration/drone/push Build is passing
tests+libluna: Start testing Format.cpp
2023-05-11 16:56:28 +02:00
..
Base64.cpp libluna: If allowing garbage chars while decoding Base64, skip them after the padding instead of erroring out 2023-04-26 22:32:24 +02:00
Bitmap.cpp luna -> libluna 2023-02-27 15:22:39 +01:00
Buffer.cpp libluna: Add/remove some const qualifiers 2023-04-07 11:52:20 +02:00
Check.cpp libc: Print failed assertions to stderr instead of stdout 2023-05-04 16:37:13 +02:00
CPath.cpp dirname: Parse one-character paths properly 2023-04-16 11:25:47 +02:00
CppABI.cpp libos+apps: Add some missing functionality to File and eliminate any trace of C from cat and edit 2023-04-13 17:31:21 +02:00
CString.cpp libluna: Add wcscmp 2023-04-28 20:00:26 +02:00
DebugLog.cpp luna -> libluna 2023-02-27 15:22:39 +01:00
Format.cpp tests+libluna: Start testing Format.cpp 2023-05-11 16:56:28 +02:00
Heap.cpp libluna: Allow callers to optimize heap allocations by telling us they won't resize the returned memory 2023-04-27 17:36:25 +02:00
NumberParsing.cpp luna -> libluna 2023-02-27 15:22:39 +01:00
PathParser.cpp kernel+libc: Add chdir() 2023-04-11 22:15:21 +02:00
Sort.cpp libluna: Add a sort() function 2023-05-02 20:56:27 +02:00
Spinlock.cpp luna -> libluna 2023-02-27 15:22:39 +01:00
Stack.cpp luna -> libluna 2023-02-27 15:22:39 +01:00
String.cpp init: Read and launch service files in order using sort() 2023-05-02 20:56:28 +02:00
StringBuilder.cpp libos+apps: Add some missing functionality to File and eliminate any trace of C from cat and edit 2023-04-13 17:31:21 +02:00
StringView.cpp libluna: Allow constructing a StringView from a string that might not be null-terminated 2023-05-02 10:51:52 +02:00
SystemError.cpp libluna: Remove EFIXME and make others declare error_string() and error_name() 2023-05-02 10:51:53 +02:00
TarStream.cpp kernel+tools: Allow loading files with different owners + add a more dynamic install script 2023-05-06 12:11:35 +02:00
UBSAN.cpp UBSAN: Add __ubsan_handle_nonnull_arg 2023-04-07 11:53:19 +02:00
Units.cpp libluna: Add String::format 2023-04-07 10:37:00 +02:00
Utf8.cpp libluna: Check the whole string in Utf8StringDecoder::code_points() 2023-04-28 20:00:14 +02:00