aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/compactbinaryfile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add validation of compact binary payloads before reading them (#483)Dan Engelbrecht2025-09-041-5/+5
| | | * add validation of compact binary payloads before reading them
* zen print fixes/improvements (#469)Dan Engelbrecht2025-08-191-1/+1
| | | | | - Improvement: `zen print` now allows output of compact binary content even if they are in non-optimal format (Unifom vs Non-Uniform arrays and objects) - Feature: `zen print` now has a `--show-type-info` option to add type information to output of compact binary content - Bugfix: Stats information for Build Store (Zen Store Cache) no longer throws exception and outputs invalid state information
* * Added Guid::FromStringStefan Boberg2023-06-301-0/+33
* 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)