summaryrefslogtreecommitdiff
path: root/src/macros.hpp
AgeCommit message (Collapse)Author
2024-11-14add pk.h and major pkmem refactorJonathan Bradley
Completely replaces the memory module with pkmem pkmem is a newer implementation of the same bucket memory structure. Also includes replacing pkstr.h with pk.h's pkstr
2023-12-27add macro for defining char arrays on the stackJonathan Bradley
2023-12-23don't try to destruct arraysJonathan Bradley
2023-11-14add bitwise | and ^ to TypeSafeInt and rework parametersJonathan Bradley
2023-10-23IS_CONSTRUCTABLE macro assumes is_default_constructableJonathan Bradley
2023-10-06Memory management - ctors and dtorsJonathan Bradley
2023-08-12CAFE_BABE macroJonathan Bradley
2023-08-10add macrosJonathan Bradley