aboutsummaryrefslogtreecommitdiff
path: root/src/zenbase/include
Commit message (Collapse)AuthorAgeFilesLines
* Make sure IoBuffer is a valid null-buffer after move operation (#610)Dan Engelbrecht2023-12-141-0/+2
|
* basic ZEN_ASSERT_FORMAT implementation (#556)Stefan Boberg2023-11-211-2/+4
| | | includes porting some compact binary builder code to use it since it had vestiges of the UE-side asserts
* factored out some compiler definitions etc into zenbase (#517)Stefan Boberg2023-11-074-0/+548
this is a header-only library which mostly contains definitions to support different platforms and compilers. It is part of the zen codebase but is intended to be consumable separately to zenbase etc to support standalone transport plug-ins and similar.