| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
string (#712)
* set utf8 locale, only set LC_CTYPE as we don't want to affect how decimal point or sorting orders are handled
* set language/region explicitly so we can use LC_ALL
|
| |
|
| |
fixes issue where command line arguments to control tracing would not work on Mac
|
| |
|
| |
when calling `getdelim` in a loop, it will return an allocated block of memory even if it is at EOF
|
|
|
* 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
|