| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Adding ZenServerInstance::GetBaseUri() | Stefan Boberg | 2021-09-08 | 2 | -0/+14 | |
| | |/ / / / | ||||||
| | * | | | | Logging vcxproj changes | Stefan Boberg | 2021-09-08 | 2 | -0/+2 | |
| | | | | | | ||||||
| | * | | | | Mesh should not default to on | Stefan Boberg | 2021-09-08 | 1 | -3/+3 | |
| | | | | | | ||||||
| | * | | | | Moved a bunch of logging code into zencore | Stefan Boberg | 2021-09-08 | 4 | -50/+97 | |
| | | | | | | ||||||
| | * | | | | Merged from main | Stefan Boberg | 2021-09-07 | 0 | -0/+0 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Restructured xmake files | Stefan Boberg | 2021-09-06 | 6 | -15/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Mostly: moved dependencies to the module which introduces them | |||||
| | | * | | | | Merge branch 'cbpackage-update' of https://github.com/EpicGames/zen into ↵ | Stefan Boberg | 2021-09-06 | 0 | -0/+0 | |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | cbpackage-update | |||||
| | | | * | | | | Change Compact Binary Package API to represent binary attachments as ↵ | Stefan Boberg | 2021-09-06 | 6 | -234/+403 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| | | * | | | | | Change Compact Binary Package API to represent binary attachments as ↵ | Stefan Boberg | 2021-09-06 | 6 | -234/+403 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| | * | | | | | | Change Compact Binary Package API to represent binary attachments as ↵ | Stefan Boberg | 2021-09-07 | 6 | -234/+403 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | | | | | | | Use zen::Sleep() in timer.cpp's tests | Martin Ridgers | 2021-09-15 | 1 | -10/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | zen::Sleep() for Linux | Martin Ridgers | 2021-09-15 | 1 | -0/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | GetCurrentProcess() for non-Windows | Martin Ridgers | 2021-09-15 | 1 | -0/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | Implemented RwLock on non-Windows platforms using std::shared_mutex | Martin Ridgers | 2021-09-15 | 2 | -1/+28 | |
| | | | | | | | | ||||||
| * | | | | | | | Removed unused 'thread' include | Martin Ridgers | 2021-09-15 | 1 | -1/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | Use portable std::fs::path::u8string() instead of WideToUtf8() | Martin Ridgers | 2021-09-14 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Moved zencore.h include earlier so it defines ZEN_* macros | Martin Ridgers | 2021-09-14 | 1 | -1/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Timer API implementation for Linux | Martin Ridgers | 2021-09-14 | 1 | -1/+25 | |
| | | | | | | | | ||||||
| * | | | | | | | Missing include | Martin Ridgers | 2021-09-14 | 1 | -0/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Added test case for some of intmath.h's functions | Martin Ridgers | 2021-09-14 | 5 | -0/+63 | |
| | | | | | | | | ||||||
| * | | | | | | | Define _CRT_SECURE_NO_WARNINGS | Martin Ridgers | 2021-09-14 | 2 | -1/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | Added #if/endif around a check if 'min' is defined | Martin Ridgers | 2021-09-14 | 1 | -2/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | IsPointerToStack() implementation for Linux | Martin Ridgers | 2021-09-14 | 1 | -0/+20 | |
| | | | | | | | | ||||||
| * | | | | | | | Replaced use of "%ll?" format specifiers with PRI?64 | Martin Ridgers | 2021-09-14 | 2 | -7/+7 | |
| | | | | | | | | ||||||
| * | | | | | | | Use sprintf() where _itoa_s() is not available | Martin Ridgers | 2021-09-14 | 1 | -0/+32 | |
| | | | | | | | | ||||||
| * | | | | | | | Use runtime_exception() instead of exception() as the latter doesn't have a ↵ | Martin Ridgers | 2021-09-14 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | constructor that takes a message according to the C++20 standard | |||||
| * | | | | | | | Use std::aligned_alloc() instead of Intel's _mm_malloc | Martin Ridgers | 2021-09-14 | 1 | -6/+31 | |
| | | | | | | | | ||||||
| * | | | | | | | ZEN_INLINE implementation for all supported toolchains | Martin Ridgers | 2021-09-14 | 1 | -1/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | Correct instrinsic include for POSIX platforms | Martin Ridgers | 2021-09-14 | 1 | -1/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | Replaced use of str*_s variants as non-MSVC toolchains do not implement ↵ | Martin Ridgers | 2021-09-14 | 1 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | optional C11 component | |||||
| * | | | | | | | Forward declare SharedBuffer | Martin Ridgers | 2021-09-14 | 1 | -0/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Two missing includes | Martin Ridgers | 2021-09-14 | 1 | -0/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Implementations of_BitScan*() intrinsics for non-MSVC toolchains | Martin Ridgers | 2021-09-14 | 1 | -2/+40 | |
| | | | | | | | | ||||||
| * | | | | | | | nullptr_t -> std::nullptr_t | Martin Ridgers | 2021-09-14 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Added a missing friend | Martin Ridgers | 2021-09-14 | 1 | -0/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Missing include | Martin Ridgers | 2021-09-14 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Use endian swapping __builtin_bswap*() with GCC-compatible compilers | Martin Ridgers | 2021-09-14 | 1 | -0/+12 | |
| | | | | | | | | ||||||
| * | | | | | | | std::atomic variants of MSVC's _Interlockm* calls | Martin Ridgers | 2021-09-14 | 1 | -0/+29 | |
| | | | | | | | | ||||||
| * | | | | | | | Missing #include | Martin Ridgers | 2021-09-14 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Added #ifdef around Windows-only #pragma-comment-lib statements | Martin Ridgers | 2021-09-14 | 2 | -2/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | Oodle library for Linux | Martin Ridgers | 2021-09-14 | 2 | -0/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | BLAKE3 library for Linux | Martin Ridgers | 2021-09-14 | 1 | -0/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | std::exception::what() overrides were missing noexcept qualifier | Martin Ridgers | 2021-09-14 | 3 | -3/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | Added ZEN_ARCH_* defines for x64 and ARM64 | Martin Ridgers | 2021-09-14 | 1 | -2/+13 | |
| | | | | | | | | ||||||
| * | | | | | | | Added a compiler version check to make sure Zen's usage of C++20 is covered | Martin Ridgers | 2021-09-14 | 1 | -2/+7 | |
| | | | | | | | | ||||||
| * | | | | | | | ZEN_COMPILER_* defines for Clang and GCC | Martin Ridgers | 2021-09-14 | 1 | -2/+16 | |
| | | | | | | | | ||||||
| * | | | | | | | Set ZEN_PLATFORM_* defines for Linux and Mac | Martin Ridgers | 2021-09-14 | 1 | -3/+14 | |
| | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2021-09-09 | 2 | -7/+37 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Update README.md | Stefan Boberg | 2021-09-09 | 1 | -4/+4 | |
| | | | | | | | | ||||||
| | * | | | | | | Update README.md | Stefan Boberg | 2021-09-09 | 1 | -0/+10 | |
| | | | | | | | | ||||||