| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Compute updates (#74) | Joe Kirchoff | 2022-04-14 | 1 | -7/+12 |
| | | |||||
| * | Simple file-based compute (#65) | Joe Kirchoff | 2022-03-30 | 1 | -2/+2 |
| | | |||||
| * | Added ToJson for compact binary array. | Per Larsson | 2022-03-23 | 1 | -0/+7 |
| | | |||||
| * | clang-format | Dan Engelbrecht | 2022-03-21 | 1 | -2/+2 |
| | | |||||
| * | clang format | Dan Engelbrecht | 2022-03-09 | 1 | -6/+6 |
| | | |||||
| * | Remove constexpr in NoneBytes declaration in tests | Dan Engelbrecht | 2022-03-09 | 1 | -4/+4 |
| | | | | | Visual Studio 17.1.1 has a regression causing compilation errors | ||||
| * | Fixed "taking address of constant" compile error | Martin Ridgers | 2022-03-03 | 1 | -2/+2 |
| | | |||||
| * | clang-format | Stefan Boberg | 2022-02-02 | 1 | -2/+2 |
| | | |||||
| * | Converted use of _format UDL to fmt::format | Martin Ridgers | 2022-01-10 | 1 | -25/+20 |
| | | |||||
| * | Merged main. | Per Larsson | 2021-12-14 | 1 | -84/+102 |
| |\ | |||||
| | * | Merged main | Martin Ridgers | 2021-11-12 | 1 | -3/+3 |
| | |\ | |/ |/| | |||||
| | * | Grouped DateTime methods all together | Martin Ridgers | 2021-10-25 | 1 | -82/+82 |
| | | | |||||
| | * | DateTime::Now() for POSIX platforms | Martin Ridgers | 2021-10-25 | 1 | -2/+20 |
| | | | |||||
| | * | Merged main | Martin Ridgers | 2021-10-20 | 1 | -24/+67 |
| | |\ | |||||
| | * | | uson.json tests were passing un-terminated strings to json11::parse() | Martin Ridgers | 2021-10-11 | 1 | -9/+9 |
| | | | | |||||
| | * | | Merged main | Martin Ridgers | 2021-10-07 | 1 | -3/+48 |
| | |\ \ | |||||
| | * \ \ | Merged main | Martin Ridgers | 2021-10-01 | 1 | -2/+27 |
| | |\ \ \ | |||||
| | * | | | | Fixed unsigned < 0 comparison | Martin Ridgers | 2021-09-29 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Format fix. | Per Larsson | 2021-11-11 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | uson.json tests were passing un-terminated strings to json11::parse() | Martin Ridgers | 2021-11-03 | 1 | -9/+9 |
| | |_|_|/ |/| | | | |||||
| * | | | | cb: Implemented DateTime::Now() and fixed DateTime/TimeSpan string formatting | Stefan Boberg | 2021-10-19 | 1 | -24/+67 |
| | |_|/ |/| | | |||||
| * | | | Merged from upstream | Stefan Boberg | 2021-10-05 | 1 | -3/+48 |
| | |/ |/| | |||||
| * | | Fixed compact binary to JSON float/double format specifier. | Per Larsson | 2021-09-30 | 1 | -2/+27 |
| |/ | |||||
| * | Compact binary to JSON (#12) | Per Larsson | 2021-09-27 | 1 | -0/+538 |
| | | | | CompactBinary: Support for converting CbObject to JSON | ||||
| * | Ported CbValue from Unreal to Zen (#10) | Per Larsson | 2021-09-27 | 1 | -88/+84 |
| | | | | CompactBinary: Ported CbValue changes from UE5 | ||||
| * | It's not possible to compile out tests | Stefan Boberg | 2021-09-20 | 1 | -2/+4 |
| | | | | | 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. | ||||
| * | Change Compact Binary Package API to represent binary attachments as ↵ | Stefan Boberg | 2021-09-07 | 1 | -1/+1 |
| | | | | | | | | | 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 | ||||
| * | Removed unnecessary std::move | Stefan Boberg | 2021-09-03 | 1 | -3/+2 |
| | | |||||
| * | Added LoadCompactBinaryObject variations accepting CompressedBuffer payloads | Stefan Boberg | 2021-09-02 | 1 | -0/+25 |
| | | |||||
| * | IoHash::HashMemory -> IoHash::HashBuffer for consistency with UE5 code | Stefan Boberg | 2021-09-02 | 1 | -5/+5 |
| | | |||||
| * | CompactBinary: Added explicit operator bool for array and object types | Stefan Boberg | 2021-09-01 | 1 | -9/+18 |
| | | | | | p4 CL16069971 | ||||
| * | Remove trace.cpp/h and all traces of usage | Stefan Boberg | 2021-08-24 | 1 | -1/+0 |
| | | |||||
| * | clang-format | Stefan Boberg | 2021-08-20 | 1 | -2/+2 |
| | | |||||
| * | CL16570338: CompactBinary: Added validation to LoadCompactBinary and removed ↵ | Stefan Boberg | 2021-08-20 | 1 | -1/+9 |
| | | | | | asserts from the other load functions | ||||
| * | Renamed CompactBinaryAttachment to ObjectAttachment to mimic UE (see CL16510518) | Stefan Boberg | 2021-08-20 | 1 | -5/+5 |
| | | |||||
| * | Removed some experimental dependencies | Stefan Boberg | 2021-05-16 | 1 | -18/+0 |
| | | |||||
| * | Made SharedBuffer/UniqueBuffer share guts with IoBuffer | Stefan Boberg | 2021-05-13 | 1 | -1/+1 |
| | | | | | This enables way more efficient marshaling of compact binary objects and attachments | ||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 1 | -0/+1279 |