| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | CompactBinary: PLATFORM_SUPPORTS_UNALIGNED_LOADS -> ↵ | Stefan Boberg | 2021-09-27 | 1 | -1/+1 |
| | | | | | ZEN_PLATFORM_SUPPORTS_UNALIGNED_LOADS | ||||
| * | It's not possible to compile out tests | Stefan Boberg | 2021-09-20 | 1 | -2/+3 |
| | | | | | Tests are now compiled in if `ZEN_WITH_TESTS=1`, and compiled out if not. Compiling tests out reduces the footprint of the resulting executables quite significantly. | ||||
| * | Corrected logic error in ValidateCbPackageAttachment() | Stefan Boberg | 2021-09-15 | 1 | -1/+1 |
| | | |||||
| * | Change Compact Binary Package API to represent binary attachments as ↵ | Stefan Boberg | 2021-09-07 | 1 | -57/+86 |
| | | | | | | | | | compressed buffers identified by their raw hash. Change Compact Binary Package serialization for binary attachments to compressed buffers and objects as objects followed by their hash. Ported changes from Zousar's pending CL17372417 | ||||
| * | Suppressed another clang warning involving unreferenced local variable | Stefan Boberg | 2021-09-03 | 1 | -3/+4 |
| | | |||||
| * | IoHash::HashMemory -> IoHash::HashBuffer for consistency with UE5 code | Stefan Boberg | 2021-09-02 | 1 | -1/+1 |
| | | |||||
| * | Introduced support for compressed buffer attachments | Stefan Boberg | 2021-09-02 | 1 | -12/+37 |
| | | |||||
| * | CompactBinary: Added explicit operator bool for array and object types | Stefan Boberg | 2021-09-01 | 1 | -1/+1 |
| | | | | | p4 CL16069971 | ||||
| * | Renamed CompactBinaryAttachment to ObjectAttachment to mimic UE (see CL16510518) | Stefan Boberg | 2021-08-20 | 1 | -2/+2 |
| | | |||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 1 | -0/+607 |