| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Suppress C4305 in third party includes | Joe Kirchoff | 2022-03-17 | 1 | -4/+5 |
| | | |||||
| * | Added some new mime types; javascript, css, png and ico | Martin Ridgers | 2022-03-15 | 1 | -0/+13 |
| | | |||||
| * | Marked IoBuffer::operator bool () method as explicit | Martin Ridgers | 2022-03-15 | 1 | -1/+1 |
| | | |||||
| * | Set a default value for "Size" parameter of IoBuffer(OuterBuffer, ...) | Martin Ridgers | 2022-03-15 | 1 | -1/+1 |
| | | |||||
| * | clang-format fixes | Stefan Boberg | 2022-03-08 | 1 | -1/+1 |
| | | |||||
| * | Removed optional offset for GetView. | Per Larsson | 2022-02-21 | 1 | -13/+2 |
| | | |||||
| * | Refactored websocket message. | Per Larsson | 2022-02-21 | 1 | -31/+17 |
| | | |||||
| * | Simple websocket client/server test. | Per Larsson | 2022-02-18 | 1 | -5/+6 |
| | | |||||
| * | Added websocket message parser. | Per Larsson | 2022-02-16 | 1 | -0/+30 |
| | | |||||
| * | Refactored websocket server and added static logger support. | Per Larsson | 2022-02-15 | 1 | -0/+61 |
| | | |||||
| * | Replaced crypto transform abstraction with a concrete API. | Per Larsson | 2022-02-07 | 1 | -17/+50 |
| | | |||||
| * | Enable encryption on all platforms. | Per Larsson | 2022-02-03 | 1 | -9/+3 |
| | | |||||
| * | Encrypt serialized auth state. | Per Larsson | 2022-02-03 | 1 | -0/+3 |
| | | |||||
| * | clang-format | Stefan Boberg | 2022-02-02 | 2 | -11/+11 |
| | | |||||
| * | Initial support for symmetric encryption/decryption using OpenSSL. | Per Larsson | 2022-01-31 | 1 | -0/+50 |
| | | |||||
| * | TraceInit can now be initialized with "None" tracing mode | Stefan Boberg | 2022-01-30 | 1 | -0/+1 |
| | | |||||
| * | Fixed missing template decorator on RefPtr friend class | Martin Ridgers | 2022-01-25 | 1 | -0/+1 |
| | | |||||
| * | Cachepolicy (#36) | mattpetersepic | 2022-01-25 | 2 | -0/+39 |
| | | | | | | | | | | | | | | | | | | * Copy CachePolicy implementation from UE5/Release-5.0. Add backwards compatability for clients and upstreams that are using the old protocol. * Add RefPtr templated move operator and constructor, so that RefPtr<const Foo*> A = std::move(RefPtr<Foo*>()) will do a move. * Fix broken CachePolicy tests and add tests for new Save/Load. * Remove TODO comments * CachePolicy Save/Load Fixes from codereview * Fix comment to match code change. * Remove backwards compatibility for CachePolicy change. Convert policy string tokens to PascalCase. Fix tests for new policy text. Change ParseCachePolicy to assert string is non-empty and always succeed. * Fix release build: use ZEN_WITH_TESTS define | ||||
| * | Format fix. | Per Larsson | 2022-01-22 | 4 | -25/+42 |
| | | |||||
| * | Support chunk requests with no ValueId, and interpret them as requested for ↵ | mattpetersepic | 2022-01-17 | 1 | -1/+1 |
| | | | | | values put with the PutValue API, which sends a package with RawHash and RawSize on the root object. (#35) | ||||
| * | Disabled mimalloc on Mac-Arm64 as vcpkg doesn't support it | Martin Ridgers | 2022-01-14 | 1 | -1/+6 |
| | | |||||
| * | More complete toolchain and C++ library version checks | Martin Ridgers | 2022-01-13 | 1 | -9/+24 |
| | | |||||
| * | The "operator << (CbWriter, size_t)" is only required when using libc++ | Martin Ridgers | 2022-01-13 | 1 | -1/+1 |
| | | |||||
| * | Missing include | Martin Ridgers | 2022-01-13 | 1 | -0/+1 |
| | | |||||
| * | Added missing std:: namespace to nullptr_t use | Martin Ridgers | 2022-01-13 | 1 | -1/+1 |
| | | |||||
| * | Moved "concepts" include to zencore.h as toolchain support is spotty | Martin Ridgers | 2022-01-13 | 4 | -3/+1 |
| | | |||||
| * | Added a CbWriter stream operator for size_t-type values | Martin Ridgers | 2022-01-10 | 1 | -0/+9 |
| | | |||||
| * | Turn all ThrowLastError() sites in source_location variants | Martin Ridgers | 2022-01-07 | 1 | -3/+4 |
| | | |||||
| * | Correct implementation of Invocable concept | Martin Ridgers | 2022-01-07 | 1 | -1/+1 |
| | | | | | | Without this the compiler is unable to resolve ambiguity when overloads only differ by the lambda's arguments. | ||||
| * | A whitespace dance | Martin Ridgers | 2022-01-07 | 1 | -0/+4 |
| | | |||||
| * | Contiguous range concepts for C++ libs that don't support them yet | Martin Ridgers | 2022-01-05 | 1 | -2/+8 |
| | | |||||
| * | Function parameter case consistency with the rest of the code base | Martin Ridgers | 2022-01-05 | 1 | -4/+4 |
| | | |||||
| * | Not all compilers support C++20's iterator string_view contructor | Martin Ridgers | 2021-12-16 | 1 | -4/+4 |
| | | |||||
| * | Copy/paste errors in MD5 from SHA1 | Martin Ridgers | 2021-12-16 | 1 | -3/+3 |
| | | |||||
| * | Compile out source_location use if the toolchain doesn't support it | Martin Ridgers | 2021-12-16 | 1 | -2/+4 |
| | | |||||
| * | Deleted unused include | Martin Ridgers | 2021-12-16 | 1 | -1/+0 |
| | | |||||
| * | Wrapped direct use of C++20 library concepts | Martin Ridgers | 2021-12-16 | 6 | -8/+31 |
| | | | | | | | Some C++ libraries do not fully support concepts in the versions that are available by default on Linux and MacOS. The compilers do support them though so we can still apply concepts/requires to templates | ||||
| * | Use zen::Min() instead of std::min() | Martin Ridgers | 2021-12-16 | 1 | -3/+3 |
| | | | | | | | Some compilers will struggle to deduce the template type for calls to std::min() while others are more complicit. The can easliy lead to unexpected compile errors on a platform. | ||||
| * | Added preprocessing config file and removed Visual Studio files. | Per Larsson | 2021-12-15 | 1 | -0/+16 |
| | | |||||
| * | DiskSpaceInfo() boolean return was back-to-front | Martin Ridgers | 2021-12-15 | 1 | -1/+1 |
| | | |||||
| * | Missing include | Martin Ridgers | 2021-12-15 | 1 | -0/+2 |
| | | |||||
| * | Missing include | Martin Ridgers | 2021-12-15 | 1 | -0/+1 |
| | | |||||
| * | Resettled whitespace | Martin Ridgers | 2021-12-14 | 1 | -8/+7 |
| | | |||||
| * | Removed unncessary define/undef blocks around include of trace.h | Martin Ridgers | 2021-12-14 | 1 | -19/+0 |
| | | |||||
| * | Merged main. | Per Larsson | 2021-12-14 | 14 | -42/+293 |
| |\ | |||||
| | * | Merged main | Martin Ridgers | 2021-12-08 | 1 | -19/+28 |
| | |\ | |||||
| | * | | Added a "path_string" type to the file traversal class | Martin Ridgers | 2021-12-02 | 1 | -1/+2 |
| | | | | |||||
| | * | | Renamed ZEN_PLATFORM_MACOS to ZEN_PLATFORM_MAC | Martin Ridgers | 2021-12-02 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | None of the other platform defines have an "OS" suffix so removing this one keeps things consistent and lowers the chance of error. | ||||
| | * | | ZEN_CONSOLE() without and VA_ARGS wouldn't compile with GCC | Martin Ridgers | 2021-12-01 | 1 | -5/+5 |
| | | | | |||||
| | * | | Initial integration of Trace from UE5 via the --zentrace=y xmake config | Martin Ridgers | 2021-11-18 | 1 | -0/+49 |
| | | | | |||||