aboutsummaryrefslogtreecommitdiff
path: root/zencore
Commit message (Expand)AuthorAgeFilesLines
...
* | CompactBinary: PLATFORM_SUPPORTS_UNALIGNED_LOADS -> ZEN_PLATFORM_SUPPORTS_UNA...Stefan Boberg2021-09-272-2/+2
* | Merged latest from mainStefan Boberg2021-09-2721-244/+1844
|\ \
| * | GetWindowsErrorAsString() -> GetSystemErrorAsString()Stefan Boberg2021-09-272-3/+3
| |/
| * Compact binary to JSON (#12)Per Larsson2021-09-278-2/+1038
| * Ported CbValue from Unreal to Zen (#10)Per Larsson2021-09-274-109/+439
| * stats: Completed Meter implementationStefan Boberg2021-09-272-36/+265
| * Fixed up some internals for coding conventionsStefan Boberg2021-09-271-6/+8
| * Removed some unnecessary filesystem wrapper functions which accepted wchar* a...Stefan Boberg2021-09-252-22/+11
| * Added HashBuffer(IoBuffer&) overload with trivial (but inappropriate for the ...Stefan Boberg2021-09-232-0/+11
* | Compile out ProcessMonitor's methods on non-Windows for nowMartin Ridgers2021-09-221-0/+4
* | Compile out ProcessHandle's methods on non-Windows for nowMartin Ridgers2021-09-221-0/+4
* | Compile out Event methods on non-Windows platforms for nowMartin Ridgers2021-09-221-0/+4
* | Missing include compile fixMartin Ridgers2021-09-221-0/+2
* | Misplaced alignas() compile fixMartin Ridgers2021-09-221-1/+1
* | Merge mainMartin Ridgers2021-09-221-1/+1
|\|
| * Clang format fix.Per Larsson2021-09-211-1/+1
* | Merged main into linux-macMartin Ridgers2021-09-2142-485/+713
|\|
| * Made use of mimalloc controlled by defineStefan Boberg2021-09-201-0/+4
| * Compile out mpscqueue tests for now as it appears to misbehave for whatever r...Stefan Boberg2021-09-201-2/+2
| * Fixed issue with mpscqueue when compiling without testsStefan Boberg2021-09-201-0/+3
| * Added mpscqueue (for future use)Stefan Boberg2021-09-206-0/+141
| * Moved more code into zen namespace, for consistencyStefan Boberg2021-09-207-355/+7
| * It's not possible to compile out testsStefan Boberg2021-09-2025-38/+115
| * Added testing.h to wrap doctest.hStefan Boberg2021-09-203-0/+13
| * Changed so Windows also uses the portable std::mutex implementation and rewor...Stefan Boberg2021-09-192-23/+1
| * Added GetSessionIdString() which returns a text representation of the session idStefan Boberg2021-09-194-3/+24
| * Added testutils for use in writing testsStefan Boberg2021-09-194-0/+68
| * Added IsInteractiveSession() query to help identify if the process is running...Stefan Boberg2021-09-172-0/+19
| * IsProcessRunning now throws if it fails the function fails to get a handle to...Stefan Boberg2021-09-171-2/+18
| * Added ThrowSystemError() helperStefan Boberg2021-09-172-0/+8
| * Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-172-0/+79
| |\
| | * Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-09-176-6/+23
| | |\
| | * | Added helper function for iterating string tokens.Per Larsson2021-09-172-0/+79
| * | | Assert improvementsStefan Boberg2021-09-172-32/+54
| * | | Removed WindowsException from public headersStefan Boberg2021-09-173-49/+40
| * | | clang-formatStefan Boberg2021-09-171-1/+1
| * | | Added IsDebuggerPresent() query function to query whether a debugger is curre...Stefan Boberg2021-09-172-1/+15
| | |/ | |/|
| * | Added namespace scopes to more includes for better consistencyStefan Boberg2021-09-172-2/+10
| * | clang-formatStefan Boberg2021-09-162-4/+4
| * | Added Oid::FromMemory()Stefan Boberg2021-09-162-0/+9
| |/
| * 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-162-1/+101
* | Merge main into linux-macMartin Ridgers2021-09-1612-58/+62
|\|
| * clang-format fixesStefan Boberg2021-09-1612-57/+61
| * 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
* | 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