Luna/luna/include/luna
apio 2bc6398d3e
All checks were successful
continuous-integration/drone/push Build is passing
TRY(): Call release_value() instead of expect_release_value()
2022-12-17 15:15:27 +01:00
..
Alignment.h Use TypeTraits in Alignment.h to make static assertions more readable 2022-12-17 13:50:27 +01:00
Alloc.h Introduce std::nothrow 2022-12-16 18:14:48 +01:00
Atomic.h Atomic: Add operators += and -= 2022-12-17 10:49:19 +01:00
Attributes.h Replace the _noreturn macro with the C++ native attribute [[noreturn]] 2022-12-06 19:40:35 +01:00
Bitmap.h kernel: Enable -Wsign-conversion and -Wcast-align 2022-12-07 11:47:46 +01:00
Check.h Replace the _noreturn macro with the C++ native attribute [[noreturn]] 2022-12-06 19:40:35 +01:00
CString.h Rename String.h -> CString.h 2022-12-16 20:40:04 +01:00
CType.h Reorganize the luna/ directory so that headers aren't in the top level include path 2022-12-04 12:42:43 +01:00
Format.h Tell the compiler that string_format is a printf-style function 2022-12-17 12:45:26 +01:00
LinkedList.h LinkedList: Make sure the contained type inherits from DoublyLinkedListNode<T> 2022-12-17 13:49:47 +01:00
Move.h Reorganize the luna/ directory so that headers aren't in the top level include path 2022-12-04 12:42:43 +01:00
NumberParsing.h Refactor NumberParsing.cpp + a lot of comments 2022-12-17 15:00:19 +01:00
Option.h Result, Option: Move member initialization to constructors 2022-12-17 15:14:27 +01:00
OwnedStringView.h Implement OwnedStringView::from_string_literal 2022-12-17 11:36:16 +01:00
PlacementNew.h Reorganize the luna/ directory so that headers aren't in the top level include path 2022-12-04 12:42:43 +01:00
Result.h TRY(): Call release_value() instead of expect_release_value() 2022-12-17 15:15:27 +01:00
SafeArithmetic.h Make {add,sub,mul}_will_overflow more compiler-independent 2022-12-06 15:53:06 +01:00
ScopeGuard.h Add scope guards 2022-12-08 14:56:11 +01:00
Stack.h Add a Stack convenience class 2022-12-07 16:11:59 +00:00
SystemError.h Remove ENONE 2022-12-08 16:09:33 +01:00
Types.h Reorganize the luna/ directory so that headers aren't in the top level include path 2022-12-04 12:42:43 +01:00
TypeTraits.h Add some nice TypeTraits 2022-12-17 13:48:55 +01:00
Units.h Remove some redundant error propagation 2022-12-16 18:32:29 +01:00