Luna/luna/include/luna
apio 34a9b35037
All checks were successful
continuous-integration/drone/push Build is passing
Option, Result: Propagate caller locations when erroring out
2023-01-22 12:00:52 +01:00
..
Alignment.h luna, kernel: Replace some uses of char by truly 1-byte wide types 2023-01-16 19:52:34 +01:00
Alloc.h libc: Add malloc(), calloc(), realloc() and free() 2023-01-13 20:00:20 +01:00
Atomic.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Attributes.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Badge.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Bitmap.h Bitmap: Introduce new malloc-aware initialization functions 2023-01-21 23:16:50 +01:00
Check.h Option, Result: Propagate caller locations when erroring out 2023-01-22 12:00:52 +01:00
CircularQueue.h x86_64: Add basic keyboard support with an ASYNC DRIVER 2022-12-26 19:59:18 +01:00
CString.h CString: Add strnlen() and strndup() 2023-01-22 11:27:37 +01:00
CType.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
DebugLog.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Format.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Heap.h libc: Add malloc(), calloc(), realloc() and free() 2023-01-13 20:00:20 +01:00
LinkedList.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Move.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
NumberParsing.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Option.h Option, Result: Propagate caller locations when erroring out 2023-01-22 12:00:52 +01:00
OwnedPtr.h OwnedPtr: Implement assignment operators 2023-01-13 18:54:25 +01:00
OwnedStringView.h OwnedStringView: Add a method to extract a substring 2023-01-22 11:27:54 +01:00
PlacementNew.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Result.h Option, Result: Propagate caller locations when erroring out 2023-01-22 12:00:52 +01:00
SafeArithmetic.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
ScopeGuard.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
SharedPtr.h SharedPtr: Add a nullptr constructor 2023-01-13 18:54:39 +01:00
SourceLocation.h luna: Add a new SourceLocation class and use that in check() and expect() 2023-01-22 11:43:48 +01:00
Stack.h luna, kernel: More constness 2023-01-10 19:31:41 +01:00
Syscall.h Add a VERY BASIC and hacky way of allocating memory from userspace 2023-01-11 23:02:42 +01:00
SystemError.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
TarStream.h TarStream: Support mode 2023-01-11 18:42:50 +01:00
Types.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
TypeTraits.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Units.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Utf8.h luna: Make Utf8String{De,En}coders return the number of bytes written 2023-01-14 11:55:19 +01:00
Vector.h Vector: Assigment, copy&move constructors, and destructor 2023-01-14 10:50:28 +01:00