summaryrefslogtreecommitdiff
path: root/src/dynamic-array.cpp
AgeCommit message (Collapse)Author
2025-07-17pke: handle pk.h breaking changesJonathan Bradley
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-10-13DynArray can specify MemBucket in constructorJonathan Bradley
2023-10-02only free if we actually reservedJonathan Bradley
2023-09-06cleanup naming conventions and header defsJonathan Bradley
2023-09-06DynArray gracefully handle attempting to reserve size of 0Jonathan Bradley
2023-09-06DynArray add Count(), Has(), and reserveCount ctorJonathan Bradley
2023-08-18add Push and Pop to DynArray<T>Jonathan Bradley
2023-08-12CAFE_BABE macroJonathan Bradley
2023-08-12Add DynamicArrayJonathan Bradley