| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | |||||
| | * | Updated README.md | Stefan Boberg | 2021-09-09 | 1 | -6/+23 |
| | | | |||||
| | * | Update README.md | Stefan Boberg | 2021-09-09 | 1 | -1/+1 |
| | | | |||||
| | * | Eliminate compiler default library warning for msvcrt | Stefan Boberg | 2021-09-09 | 1 | -0/+3 |
| | | | | | | | | | would be good to understand why this even happens but for now this eliminates the warning | ||||
| * | | Parse Accept mime type. | Per Larsson | 2021-09-09 | 2 | -0/+5 |
| |/ | |||||
| * | Fixed a number of unreferenced variable warnings | Stefan Boberg | 2021-09-09 | 5 | -7/+5 |
| | | |||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2021-09-09 | 8 | -54/+104 |
| |\ | |||||
| | * | printf -> zencore logging | Stefan Boberg | 2021-09-08 | 1 | -1/+2 |
| | | | |||||
| | * | Mesh should not default to on | Stefan Boberg | 2021-09-08 | 1 | -1/+1 |
| | | | |||||
| | * | Moved a bunch of logging code into zencore | Stefan Boberg | 2021-09-08 | 7 | -56/+78 |
| | | | |||||
| | * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2021-09-08 | 6 | -56/+177 |
| | |\ | |||||
| | * | | Changed logging defaults to be more suitable for production | Stefan Boberg | 2021-09-08 | 1 | -3/+30 |
| | | | | | | | | | | | | | | | | * Default log level changes from debug to info * Default logging mode changes from sync to async | ||||
| * | | | Delete .zenroot (no longer useful) | Stefan Boberg | 2021-09-08 | 1 | -0/+0 |
| | |/ |/| | |||||
| * | | Minor fixup and formatting. | Per Larsson | 2021-09-07 | 4 | -11/+11 |
| | | | |||||
| * | | Updated upstream stats calculation. | Per Larsson | 2021-09-07 | 2 | -57/+34 |
| | | | |||||
| * | | Return stats from Zen/Jupiter HTTP client. | Per Larsson | 2021-09-07 | 6 | -50/+194 |
| |/ | |||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2021-09-07 | 3 | -85/+78 |
| |\ | |||||
| | * | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2021-09-07 | 13 | -37/+99 |
| | |\ | |||||
| | * | | Added custom cpr::Response formatter and removed duplicate logging code. | Per Larsson | 2021-09-07 | 3 | -85/+78 |
| | | | | |||||
| * | | | Further xmake file cleanup | Stefan Boberg | 2021-09-07 | 7 | -13/+25 |
| | | | | |||||
| * | | | Added compilation switch for vfs related code | Stefan Boberg | 2021-09-07 | 2 | -2/+2 |
| | |/ |/| | |||||
| * | | Clarified some async/sync behaviour in HTTP implementation | Stefan Boberg | 2021-09-07 | 1 | -0/+3 |
| | | | |||||