Luna/luna/include/luna
apio 986aa01948
All checks were successful
continuous-integration/drone/push Build is passing
size_t -> usize
2022-12-07 17:06:29 +01:00
..
Alignment.h Make alignment a template parameter to help the compiler optimize 2022-12-06 19:27:58 +01:00
Alloc.h Add the nodiscard attribute to make and make_array 2022-12-07 11:01:45 +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
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 size_t -> usize 2022-12-07 17:06:29 +01:00
LinkedList.h Make LinkedList a lot better 2022-12-06 18:41:35 +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 Reorganize the luna/ directory so that headers aren't in the top level include path 2022-12-04 12:42:43 +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 Reorganize the luna/ directory so that headers aren't in the top level include path 2022-12-04 12:42:43 +01:00
SafeArithmetic.h Make {add,sub,mul}_will_overflow more compiler-independent 2022-12-06 15:53:06 +01:00
String.h Reorganize the luna/ directory so that headers aren't in the top level include path 2022-12-04 12:42:43 +01:00
SystemError.h Add a generic error code (ENONE) 2022-12-06 17:35:38 +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
Units.h Reorganize the luna/ directory so that headers aren't in the top level include path 2022-12-04 12:42:43 +01:00