aboutsummaryrefslogtreecommitdiff
path: root/zencore/include
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-281-0/+29
|\
| * Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-09-289-43/+58
| |\
| * | Removed using the bucket name to detect binary cache records and store conten...Per Larsson2021-09-281-0/+29
* | | Removed MemoryOutStream, MemoryInStreamStefan Boberg2021-09-282-192/+26
* | | Removing a bunch of no-longer-useful code from stream.h/cpp in preparation fo...Stefan Boberg2021-09-282-220/+29
| |/ |/|
* | zencore: Added ability to forcefully set the IsInteractiveSession stateStefan Boberg2021-09-271-0/+1
* | CompactBinary: PLATFORM_SUPPORTS_UNALIGNED_LOADS -> ZEN_PLATFORM_SUPPORTS_UNA...Stefan Boberg2021-09-271-1/+1
* | Merged latest from mainStefan Boberg2021-09-2711-68/+827
|\ \
| * | GetWindowsErrorAsString() -> GetSystemErrorAsString()Stefan Boberg2021-09-271-1/+1
| |/
| * Compact binary to JSON (#12)Per Larsson2021-09-274-2/+391
| * Ported CbValue from Unreal to Zen (#10)Per Larsson2021-09-273-21/+355
| * stats: Completed Meter implementationStefan Boberg2021-09-271-12/+48
| * Removed some unnecessary filesystem wrapper functions which accepted wchar* a...Stefan Boberg2021-09-251-3/+0
| * Added HashBuffer(IoBuffer&) overload with trivial (but inappropriate for the ...Stefan Boberg2021-09-231-0/+3
* | Misplaced alignas() compile fixMartin Ridgers2021-09-221-1/+1
* | Merged main into linux-macMartin Ridgers2021-09-2111-135/+302
|\|
| * Made use of mimalloc controlled by defineStefan Boberg2021-09-201-0/+4
| * Added mpscqueue (for future use)Stefan Boberg2021-09-202-0/+113
| * Moved more code into zen namespace, for consistencyStefan Boberg2021-09-201-57/+0
| * It's not possible to compile out testsStefan Boberg2021-09-202-3/+5
| * Added testing.h to wrap doctest.hStefan Boberg2021-09-201-0/+11
| * Changed so Windows also uses the portable std::mutex implementation and rewor...Stefan Boberg2021-09-191-7/+1
| * Added GetSessionIdString() which returns a text representation of the session idStefan Boberg2021-09-192-1/+3
| * Added testutils for use in writing testsStefan Boberg2021-09-191-0/+31
| * Added IsInteractiveSession() query to help identify if the process is running...Stefan Boberg2021-09-171-0/+2
| * Added ThrowSystemError() helperStefan Boberg2021-09-171-0/+2
| * Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-171-0/+39
| |\
| | * Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-09-173-2/+7
| | |\
| | * | Added helper function for iterating string tokens.Per Larsson2021-09-171-0/+39
| * | | Assert improvementsStefan Boberg2021-09-171-22/+54
| * | | Removed WindowsException from public headersStefan Boberg2021-09-171-48/+3
| * | | clang-formatStefan Boberg2021-09-171-1/+1
| * | | Added IsDebuggerPresent() query function to query whether a debugger is curre...Stefan Boberg2021-09-171-1/+1
| | |/ | |/|
| * | Added namespace scopes to more includes for better consistencyStefan Boberg2021-09-171-0/+4
| * | clang-formatStefan Boberg2021-09-161-2/+2
| * | Added Oid::FromMemory()Stefan Boberg2021-09-161-0/+1
| |/
| * Added ZEN_CONSOLE macro, which logs the output directly to consoleStefan Boberg2021-09-161-0/+7
| * Added ProcessMonitor class, which is used to monitor a number of sponsor proc...Stefan Boberg2021-09-161-1/+26
* | Merge main into linux-macMartin Ridgers2021-09-167-44/+45
|\|
| * clang-format fixesStefan Boberg2021-09-167-43/+44
| * Pass on ZEN_NOT_IMPLEMENTED arguments into the resulting ZEN_ASSERT macroStefan Boberg2021-09-161-1/+1
* | Another missing includeMartin Ridgers2021-09-161-0/+2
* | Missing includeMartin Ridgers2021-09-161-0/+2
* | Use std::fd::path's character type for FileSysTraveral::Visitor APIMartin Ridgers2021-09-161-2/+4
* | 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-161-2/+6
* | Corrected Clang/GCC implementations of _Bsr/fMartin Ridgers2021-09-161-4/+4
* | Merge from mainMartin Ridgers2021-09-162-2/+2
|\|
| * Fixed misleading comment for `CbAttachment::AsCompositeBinary`Stefan Boberg2021-09-161-1/+1