aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/commandline.cpp
Commit message (Collapse)AuthorAgeFilesLines
* memory/string support cleanup and additions (#220)Stefan Boberg2024-11-191-0/+72
* removed unused memory classes * added align.h alignment helpers used in upcoming changes * added char16_t StringLength * avoid memory alloc in SetCurrentThreadName * added command line parsing helpers to zencore/commandline.h * removed IoBuffer direct VirtualAlloc path