Luna/luna
2022-12-04 12:32:34 +01:00
..
Alignment.h Introduce an offset_ptr function to avoid quirky C pointer arithmetic 2022-11-20 15:12:18 +01:00
Attributes.h Make a common header for attribute shorthands 2022-11-19 17:18:51 +01:00
Check.cpp Move __check_failed out of line so anyone can implement it 2022-11-19 17:20:10 +01:00
Check.h Add a variant of check() that accepts an error message 2022-12-04 12:19:17 +01:00
CMakeLists.txt Add a SystemError module for errno values :) 2022-11-30 17:10:30 +01:00
CType.h Use the standard names for ctype functions if inside moon or _LUNA_OVERRIDE_STDC is defined 2022-11-18 21:17:26 +01:00
Format.cpp Add string_format and vstring_format 2022-11-30 12:36:21 +01:00
Format.h Add string_format and vstring_format 2022-11-30 12:36:21 +01:00
Move.h Add init 2022-11-13 12:20:53 +01:00
NumberParsing.cpp Use _strto{i,u} in _atou and _atos 2022-11-20 09:28:17 +01:00
NumberParsing.h Move a few functions out of line 2022-11-19 15:43:09 +01:00
PlacementNew.h PlacementNew.h: Use Types.h 2022-11-23 17:22:16 +01:00
Result.h Result: Add expect_ variants of value() and release_value() 2022-12-04 12:32:34 +01:00
String.cpp luna/String.h: Convert to Types.h 2022-11-20 18:29:23 +01:00
String.h luna/String.h: Convert to Types.h 2022-11-20 18:29:23 +01:00
SystemError.cpp Add a SystemError module for errno values :) 2022-11-30 17:10:30 +01:00
SystemError.h Add a SystemError module for errno values :) 2022-11-30 17:10:30 +01:00
Types.h Use a more reliable signed 64-bit type than "long" 2022-11-23 18:05:01 +01:00
Units.cpp Improve unit representation code 2022-11-30 14:41:35 +01:00
Units.h Add unit formatting 2022-11-30 12:42:11 +01:00