aboutsummaryrefslogtreecommitdiff
path: root/zencore/compactbinaryvalidation.cpp
Commit message (Expand)AuthorAgeFilesLines
* CompactBinary: PLATFORM_SUPPORTS_UNALIGNED_LOADS -> ZEN_PLATFORM_SUPPORTS_UNA...Stefan Boberg2021-09-271-1/+1
* It's not possible to compile out testsStefan Boberg2021-09-201-2/+3
* Corrected logic error in ValidateCbPackageAttachment()Stefan Boberg2021-09-151-1/+1
* Change Compact Binary Package API to represent binary attachments as compress...Stefan Boberg2021-09-071-57/+86
* Suppressed another clang warning involving unreferenced local variableStefan Boberg2021-09-031-3/+4
* IoHash::HashMemory -> IoHash::HashBuffer for consistency with UE5 codeStefan Boberg2021-09-021-1/+1
* Introduced support for compressed buffer attachmentsStefan Boberg2021-09-021-12/+37
* CompactBinary: Added explicit operator bool for array and object typesStefan Boberg2021-09-011-1/+1
* Renamed CompactBinaryAttachment to ObjectAttachment to mimic UE (see CL16510518)Stefan Boberg2021-08-201-2/+2
* Adding zenservice codeStefan Boberg2021-05-111-0/+607