aboutsummaryrefslogtreecommitdiff
path: root/zencore/compactbinary.cpp
Commit message (Expand)AuthorAgeFilesLines
* It's not possible to compile out testsStefan Boberg2021-09-201-2/+4
* Change Compact Binary Package API to represent binary attachments as compress...Stefan Boberg2021-09-071-1/+1
* Removed unnecessary std::moveStefan Boberg2021-09-031-3/+2
* Added LoadCompactBinaryObject variations accepting CompressedBuffer payloadsStefan Boberg2021-09-021-0/+25
* IoHash::HashMemory -> IoHash::HashBuffer for consistency with UE5 codeStefan Boberg2021-09-021-5/+5
* CompactBinary: Added explicit operator bool for array and object typesStefan Boberg2021-09-011-9/+18
* Remove trace.cpp/h and all traces of usageStefan Boberg2021-08-241-1/+0
* clang-formatStefan Boberg2021-08-201-2/+2
* CL16570338: CompactBinary: Added validation to LoadCompactBinary and removed ...Stefan Boberg2021-08-201-1/+9
* Renamed CompactBinaryAttachment to ObjectAttachment to mimic UE (see CL16510518)Stefan Boberg2021-08-201-5/+5
* Removed some experimental dependenciesStefan Boberg2021-05-161-18/+0
* Made SharedBuffer/UniqueBuffer share guts with IoBufferStefan Boberg2021-05-131-1/+1
* Adding zenservice codeStefan Boberg2021-05-111-0/+1279