aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | zcache - minor cleanup.Per Larsson2021-09-161-28/+24
| | |/ | |/|
* | | Merge main into linux-macMartin Ridgers2021-09-1636-273/+971
|\| |
| * | Compact binary package caching support (#9)Per Larsson2021-09-1611-167/+701
| |/
| * clang-format fixesStefan Boberg2021-09-1618-68/+74
| |
| * Improved package serialization to allow round trippingStefan Boberg2021-09-167-23/+144
| |
| * Pass on ZEN_NOT_IMPLEMENTED arguments into the resulting ZEN_ASSERT macroStefan Boberg2021-09-161-1/+1
| |
| * Fixed logging in structured cache (did not end up getting routed right)Stefan Boberg2021-09-161-0/+1
| |
| * Fixed marshaling of outputs including sanity checks, loggingStefan Boberg2021-09-162-2/+21
| |
| * Fixed up mesh loggingStefan Boberg2021-09-162-6/+11
| |
| * Fixed some unreferenced variable warnings (why don't we get these in sln ↵Stefan Boberg2021-09-162-10/+22
| | | | | | | | builds?). Also added size verification to certain payloads
* | Another missing includeMartin Ridgers2021-09-161-0/+2
| |
* | Added ByteSwap() testsMartin Ridgers2021-09-161-0/+5
| |
* | Missing includeMartin Ridgers2021-09-161-0/+2
| |
* | Fixed "unreferenced formal parameter" warningMartin Ridgers2021-09-161-2/+2
| |
* | Deleted unused FilePath variableMartin Ridgers2021-09-161-2/+0
| |
* | Make sure RootDir argument to formatted-print is a UTF8 stringMartin Ridgers2021-09-161-1/+1
| |
* | There is no need to go to a wstring here as fs::path is already oneMartin Ridgers2021-09-161-3/+1
| |
* | Simple FileSystemTraversal test caseMartin Ridgers2021-09-161-0/+23
| |
* | ToUtf8() for non-wchar_t platformsMartin Ridgers2021-09-161-0/+4
| |
* | Implemented FileSysTraversal for Linux using open/read/closedir()Martin Ridgers2021-09-161-0/+47
| |
* | Missing include for getpid()Martin Ridgers2021-09-161-0/+1
| |
* | POSIX implementation of ReadFile()Martin Ridgers2021-09-161-3/+20
| |
* | POSIX implementation of WriteFile()Martin Ridgers2021-09-161-1/+30
| |
* | Stubbed out seldom-used *File() functions with a ZEN_ERROR() for LinuxMartin Ridgers2021-09-161-0/+19
| |
* | Use std::fd::path's character type for FileSysTraveral::Visitor APIMartin Ridgers2021-09-162-3/+5
| |
* | Non-Windows implementation of Clean/DeleteDirectory() using std::fsMartin Ridgers2021-09-161-0/+22
| |
* | The wchar_t variants of directory functions are now only enabled on WindowsMartin Ridgers2021-09-161-6/+10
| |
* | Added some lawns to aid orientation within the fileMartin Ridgers2021-09-161-0/+8
| |
* | Removed external linkage from g_MappingLockMartin Ridgers2021-09-161-1/+1
| |
* | MakeFromTemporaryFile() on POSIXMartin Ridgers2021-09-161-7/+26
| |
* | MakeFromFile() on POSIXMartin Ridgers2021-09-161-23/+43
| |
* | Implementation of IoBufferExtendedCore() using mmap()Martin Ridgers2021-09-161-6/+36
| |
* | Fixed up platform-specific includesMartin Ridgers2021-09-161-5/+9
| |
* | Whitespace adjustments to multi-line macrosMartin Ridgers2021-09-161-24/+24
| |
* | Fixed compile error if ZEN_WARN and co.'s __VA_ARGS__ was emptyMartin Ridgers2021-09-161-6/+6
| |
* | Use std::fs::path::value_type instead of wchar_t for path stringsMartin Ridgers2021-09-162-4/+8
| |
* | Corrected Clang/GCC implementations of _Bsr/fMartin Ridgers2021-09-161-4/+4
| |
* | Merge from mainMartin Ridgers2021-09-163-17/+4
|\|
| * Fixed misleading comment for `CbAttachment::AsCompositeBinary`Stefan Boberg2021-09-161-1/+1
| |
| * Removed unnecessary arguments from IoBuffer::MakeFromTemporaryFile since ↵Stefan Boberg2021-09-162-16/+3
| | | | | | | | they make no real sense
* | Merge from mainMartin Ridgers2021-09-1640-117/+319
|\|
| * Added some placeholder HttpClient functions to be fleshed outStefan Boberg2021-09-152-1/+20
| |
| * Hooked up zenhttp to the test framework so tests actually run as part of ↵Stefan Boberg2021-09-157-4/+32
| | | | | | | | zenserver-test
| * Adde reminder that the content type is embedded in the IoBufferStefan Boberg2021-09-151-1/+1
| |
| * Added support for compressed binary MIME type conversionStefan Boberg2021-09-152-36/+67
| |
| * Made ZenContentType enum members have fixed value (for persistence), and ↵Stefan Boberg2021-09-151-8/+10
| | | | | | | | added kCOUNT for iteration over the members
| * Added session id generation and code to include it in HttpClient HTTP requestsStefan Boberg2021-09-156-4/+50
| |
| * Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-152-0/+6
| |\
| | * Merge branch 'main' into cbpackage-updateStefan Boberg2021-09-1586-659/+1043
| | |\
| | * | Added GetSize/GetData functions to reduce cognitive load and bridge the gap ↵Stefan Boberg2021-09-152-0/+6
| | | | | | | | | | | | | | | | between UE-style accessors and c++ style accessors