| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Simple FileSystemTraversal test case | Martin Ridgers | 2021-09-16 | 1 | -0/+23 | |
| | | | ||||||
| * | | ToUtf8() for non-wchar_t platforms | Martin Ridgers | 2021-09-16 | 1 | -0/+4 | |
| | | | ||||||
| * | | Implemented FileSysTraversal for Linux using open/read/closedir() | Martin Ridgers | 2021-09-16 | 1 | -0/+47 | |
| | | | ||||||
| * | | Missing include for getpid() | Martin Ridgers | 2021-09-16 | 1 | -0/+1 | |
| | | | ||||||
| * | | POSIX implementation of ReadFile() | Martin Ridgers | 2021-09-16 | 1 | -3/+20 | |
| | | | ||||||
| * | | POSIX implementation of WriteFile() | Martin Ridgers | 2021-09-16 | 1 | -1/+30 | |
| | | | ||||||
| * | | Stubbed out seldom-used *File() functions with a ZEN_ERROR() for Linux | Martin Ridgers | 2021-09-16 | 1 | -0/+19 | |
| | | | ||||||
| * | | Use std::fd::path's character type for FileSysTraveral::Visitor API | Martin Ridgers | 2021-09-16 | 2 | -3/+5 | |
| | | | ||||||
| * | | Non-Windows implementation of Clean/DeleteDirectory() using std::fs | Martin Ridgers | 2021-09-16 | 1 | -0/+22 | |
| | | | ||||||
| * | | The wchar_t variants of directory functions are now only enabled on Windows | Martin Ridgers | 2021-09-16 | 1 | -6/+10 | |
| | | | ||||||
| * | | Added some lawns to aid orientation within the file | Martin Ridgers | 2021-09-16 | 1 | -0/+8 | |
| | | | ||||||
| * | | Removed external linkage from g_MappingLock | Martin Ridgers | 2021-09-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | MakeFromTemporaryFile() on POSIX | Martin Ridgers | 2021-09-16 | 1 | -7/+26 | |
| | | | ||||||
| * | | MakeFromFile() on POSIX | Martin Ridgers | 2021-09-16 | 1 | -23/+43 | |
| | | | ||||||
| * | | Implementation of IoBufferExtendedCore() using mmap() | Martin Ridgers | 2021-09-16 | 1 | -6/+36 | |
| | | | ||||||
| * | | Fixed up platform-specific includes | Martin Ridgers | 2021-09-16 | 1 | -5/+9 | |
| | | | ||||||
| * | | Whitespace adjustments to multi-line macros | Martin Ridgers | 2021-09-16 | 1 | -24/+24 | |
| | | | ||||||
| * | | Fixed compile error if ZEN_WARN and co.'s __VA_ARGS__ was empty | Martin Ridgers | 2021-09-16 | 1 | -6/+6 | |
| | | | ||||||
| * | | Use std::fs::path::value_type instead of wchar_t for path strings | Martin Ridgers | 2021-09-16 | 2 | -4/+8 | |
| | | | ||||||
| * | | Corrected Clang/GCC implementations of _Bsr/f | Martin Ridgers | 2021-09-16 | 1 | -4/+4 | |
| | | | ||||||
| * | | Merge from main | Martin Ridgers | 2021-09-16 | 3 | -17/+4 | |
| |\| | ||||||
| | * | Fixed misleading comment for `CbAttachment::AsCompositeBinary` | Stefan Boberg | 2021-09-16 | 1 | -1/+1 | |
| | | | ||||||
| | * | Removed unnecessary arguments from IoBuffer::MakeFromTemporaryFile since ↵ | Stefan Boberg | 2021-09-16 | 2 | -16/+3 | |
| | | | | | | | | | they make no real sense | |||||
| * | | Merge from main | Martin Ridgers | 2021-09-16 | 40 | -117/+319 | |
| |\| | ||||||
| | * | Added some placeholder HttpClient functions to be fleshed out | Stefan Boberg | 2021-09-15 | 2 | -1/+20 | |
| | | | ||||||
| | * | Hooked up zenhttp to the test framework so tests actually run as part of ↵ | Stefan Boberg | 2021-09-15 | 7 | -4/+32 | |
| | | | | | | | | | zenserver-test | |||||
| | * | Adde reminder that the content type is embedded in the IoBuffer | Stefan Boberg | 2021-09-15 | 1 | -1/+1 | |
| | | | ||||||
| | * | Added support for compressed binary MIME type conversion | Stefan Boberg | 2021-09-15 | 2 | -36/+67 | |
| | | | ||||||
| | * | Made ZenContentType enum members have fixed value (for persistence), and ↵ | Stefan Boberg | 2021-09-15 | 1 | -8/+10 | |
| | | | | | | | | | added kCOUNT for iteration over the members | |||||
| | * | Added session id generation and code to include it in HttpClient HTTP requests | Stefan Boberg | 2021-09-15 | 6 | -4/+50 | |
| | | | ||||||
| | * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2021-09-15 | 2 | -0/+6 | |
| | |\ | ||||||
| | | * | Merge branch 'main' into cbpackage-update | Stefan Boberg | 2021-09-15 | 86 | -659/+1043 | |
| | | |\ | ||||||
| | | * | | Added GetSize/GetData functions to reduce cognitive load and bridge the gap ↵ | Stefan Boberg | 2021-09-15 | 2 | -0/+6 | |
| | | | | | | | | | | | | | | | | | between UE-style accessors and c++ style accessors | |||||
| | * | | | Added some more trace-level logging | Stefan Boberg | 2021-09-15 | 1 | -1/+7 | |
| | | | | | ||||||
| | * | | | Added more context to missing chunk exceptions | Stefan Boberg | 2021-09-15 | 1 | -3/+4 | |
| | | | | | ||||||
| | * | | | Added explicit logging initialization to main() of standalone executables, ↵ | Stefan Boberg | 2021-09-15 | 3 | -1/+7 | |
| | | | | | | | | | | | | | | | | | to make things work with the new default logger shadowing changes | |||||
| | * | | | Fixed logging.h so it doesn't leak `using namespace std::literals` declaration | Stefan Boberg | 2021-09-15 | 1 | -8/+41 | |
| | | | | | ||||||
| | * | | | Corrected logic error in ValidateCbPackageAttachment() | Stefan Boberg | 2021-09-15 | 1 | -1/+1 | |
| | | |/ | |/| | ||||||
| | * | | Tweaked logging to streamline access, and simplified setup code for new loggers | Stefan Boberg | 2021-09-15 | 3 | -18/+31 | |
| | | | | ||||||
| | * | | Changed `std::exception` into `std::runtime_error` since `std::exception` ↵ | Stefan Boberg | 2021-09-15 | 9 | -20/+20 | |
| | | | | | | | | | | | | | does not have a constructor which accepts a string argument in the standard (this appears to be an MSVC implementation thing) | |||||
| | * | | Made logging macros always append `sv` string_view literal suffix | Stefan Boberg | 2021-09-15 | 3 | -19/+21 | |
| | | | | | | | | | | | | | Fixed up the few instances of explicit string_view arguments to make sure they compile properly with the new macros | |||||
| | * | | Switched some Jupiter logging to not use `_format` - this is handled by the ↵ | Stefan Boberg | 2021-09-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | logging anyway so can just pass in the format string and args | |||||
| | * | | Fixed up invalid fmt formatting strings | Stefan Boberg | 2021-09-15 | 2 | -6/+6 | |
| | | | | ||||||
| | * | | Unused variable warning fix | Stefan Boberg | 2021-09-15 | 2 | -0/+3 | |
| | | | | ||||||
| | * | | Handle absence of std::source_location somewhat more gracefully (relies on ↵ | Stefan Boberg | 2021-09-15 | 2 | -0/+6 | |
| | | | | | | | | | | | | | client code also checking) | |||||
| | * | | Unsigned / signed comparison warning fixes | Stefan Boberg | 2021-09-15 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | Fixed up bit scan logic for clang-cl | Stefan Boberg | 2021-09-15 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Missing include | Martin Ridgers | 2021-09-16 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Missing include | Martin Ridgers | 2021-09-16 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Added a simple filesystem test case | Martin Ridgers | 2021-09-16 | 3 | -0/+48 | |
| | | | | ||||||