aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/compactbinary.cpp
Commit message (Collapse)AuthorAgeFilesLines
* implement cache recording segment split by age (#611)Stefan Boberg2023-12-141-0/+52
| | | - also fixes weird DateTime/TimeSpan comparison operator
* basic ZEN_ASSERT_FORMAT implementation (#556)Stefan Boberg2023-11-211-17/+18
| | | includes porting some compact binary builder code to use it since it had vestiges of the UE-side asserts
* gc history log (#519)Dan Engelbrecht2023-11-131-18/+142
| | | | | - Feature: Writes a `gc.log` with settings and detailed result after each GC execution (version 2 only) - Break out file name rotate to allow access for gclog - CompactBinaryToJson(MemoryView Data, StringBuilderBase& InBuilder)
* only measure a variable integer once where we can (#500)Dan Engelbrecht2023-10-251-2/+2
|
* * Added Guid::FromStringStefan Boberg2023-06-301-2/+46
| | | | | | | * Added LoadCompactBinaryObject from file to compactbinaryfile.cpp/h * Added SaveCompactBinary(BinaryWriter& Ar, ...) functions * Added ZEN_PLATFORM_NAME define * Added SystemMetrics functionality to query system properties (see zencore/system.h)
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+2299
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees