Luna/libluna/include/luna
apio b1e400d795
All checks were successful
continuous-integration/drone/push Build is passing
libluna: Allow callers to optimize heap allocations by telling us they won't resize the returned memory
strdup() now does this. If someone resizes strdup()-ed memory, nothing bad will happen, they will just take a small performance hit the first time.

But I think realloc-ing strdup()-ed memory is rare, that's why I did this.
2023-04-27 17:36:25 +02:00
..
Alignment.h libluna: Let Alignment.h functions take non-powers-of-two 2023-03-07 20:37:30 +01:00
Alloc.h luna -> libluna 2023-02-27 15:22:39 +01:00
Atomic.h luna -> libluna 2023-02-27 15:22:39 +01:00
Attributes.h luna -> libluna 2023-02-27 15:22:39 +01:00
Badge.h luna -> libluna 2023-02-27 15:22:39 +01:00
Base64.h libluna: Add Base64 encoding and decoding code 2023-04-26 20:57:48 +02:00
Bitmap.h luna -> libluna 2023-02-27 15:22:39 +01:00
Buffer.h Buffer: Add an is_empty() method 2023-04-18 16:40:37 +02:00
Check.h luna -> libluna 2023-02-27 15:22:39 +01:00
CircularQueue.h luna -> libluna 2023-02-27 15:22:39 +01:00
CPath.h libc: Add libgen.h 2023-03-28 19:47:47 +02:00
CString.h libluna: Run lint scripts 2023-04-23 10:53:48 +02:00
CType.h luna -> libluna 2023-02-27 15:22:39 +01:00
DebugLog.h luna -> libluna 2023-02-27 15:22:39 +01:00
Format.h luna: Adjust cstyle_format's description 2023-03-02 13:40:42 +01:00
Heap.h 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
Ignore.h luna -> libluna 2023-02-27 15:22:39 +01:00
LinkedList.h luna -> libluna 2023-02-27 15:22:39 +01:00
Move.h luna -> libluna 2023-02-27 15:22:39 +01:00
NumberParsing.h luna -> libluna 2023-02-27 15:22:39 +01:00
Option.h kernel: Remove FileDescriptorTable and add a helper to resolve fds to FileDescriptors 2023-03-12 13:57:38 +01:00
OwnedPtr.h luna -> libluna 2023-02-27 15:22:39 +01:00
PathParser.h kernel+libc: Add chdir() 2023-04-11 22:15:21 +02:00
PlacementNew.h luna -> libluna 2023-02-27 15:22:39 +01:00
Result.h libluna: Remove redundant return statements in Result<void> 2023-04-23 21:15:00 +02:00
SafeArithmetic.h luna -> libluna 2023-02-27 15:22:39 +01:00
ScopeGuard.h luna -> libluna 2023-02-27 15:22:39 +01:00
SharedPtr.h luna -> libluna 2023-02-27 15:22:39 +01:00
Slice.h libluna: Allow constructing a Slice from another one with a different pointer type 2023-04-26 20:41:24 +02:00
SourceLocation.h luna -> libluna 2023-02-27 15:22:39 +01:00
Spinlock.h luna -> libluna 2023-02-27 15:22:39 +01:00
Stack.h luna -> libluna 2023-02-27 15:22:39 +01:00
StaticString.h libluna: Run lint scripts 2023-04-23 10:53:48 +02:00
String.h libluna: Add String::trim 2023-04-22 15:19:07 +02:00
StringBuilder.h libluna: Add StringBuilder 2023-04-07 11:53:52 +02:00
StringView.h StringView: Add split_once and to_uint 2023-04-20 20:08:49 +02:00
Syscall.h kernel+libc: Add dup2() 2023-04-25 20:37:30 +02:00
SystemError.h luna: Add error_name, similar to strerrorname_np from glibc 2023-03-07 13:14:21 +01:00
TarStream.h libluna/TarStream: Remove unused functionality 2023-03-17 00:00:27 +01:00
Types.h luna -> libluna 2023-02-27 15:22:39 +01:00
TypeTraits.h luna -> libluna 2023-02-27 15:22:39 +01:00
UBSAN.h UBSAN: Add __ubsan_handle_nonnull_arg 2023-04-07 11:53:19 +02:00
Units.h libluna: Add String::format 2023-04-07 10:37:00 +02:00
Utf8.h luna -> libluna 2023-02-27 15:22:39 +01:00
Vector.h Vector: Call destructors on reassignment and call element copy constructors 2023-04-18 20:17:05 +02:00