aboutsummaryrefslogtreecommitdiff
path: root/zencore/zencore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Initial support for symmetric encryption/decryption using OpenSSL.Per Larsson2022-01-311-0/+2
* Removed IsPointerToStack()Stefan Boberg2021-09-281-28/+0
* Removing a bunch of no-longer-useful code from stream.h/cpp in preparation fo...Stefan Boberg2021-09-281-7/+10
* zencore: Added ability to forcefully set the IsInteractiveSession stateStefan Boberg2021-09-271-9/+24
* Merged main into linux-macMartin Ridgers2021-09-211-4/+31
|\
| * Added mpscqueue (for future use)Stefan Boberg2021-09-201-0/+2
| * Moved more code into zen namespace, for consistencyStefan Boberg2021-09-201-2/+0
| * It's not possible to compile out testsStefan Boberg2021-09-201-0/+2
| * Added IsInteractiveSession() query to help identify if the process is running...Stefan Boberg2021-09-171-0/+17
| * Assert improvementsStefan Boberg2021-09-171-10/+0
| * Added IsDebuggerPresent() query function to query whether a debugger is curre...Stefan Boberg2021-09-171-0/+14
| * Added namespace scopes to more includes for better consistencyStefan Boberg2021-09-171-2/+6
* | Merge main into linux-macMartin Ridgers2021-09-161-3/+3
|\|
| * clang-format fixesStefan Boberg2021-09-161-3/+3
* | Missing includeMartin Ridgers2021-09-161-0/+1
* | Added a simple filesystem test caseMartin Ridgers2021-09-161-0/+2
|/
* Added test case for some of intmath.h's functionsMartin Ridgers2021-09-141-0/+1
* IsPointerToStack() implementation for LinuxMartin Ridgers2021-09-141-0/+20
* oops: Fixed AssertException implementation namespaceStefan Boberg2021-09-031-2/+2
* Moved out AssertException constructor/destructor into cppStefan Boberg2021-09-031-0/+10
* Remove trace.cpp/h and all traces of usageStefan Boberg2021-08-241-2/+0
* Implemented support for UE5-style CompressedBuffersStefan Boberg2021-05-241-0/+2
* Initial implementation of CompositeBufferStefan Boberg2021-05-241-9/+11
* Adding zenservice codeStefan Boberg2021-05-111-0/+70