aboutsummaryrefslogtreecommitdiff
path: root/zencore/zencore.cpp
Commit message (Collapse)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 ↵Stefan Boberg2021-09-281-7/+10
| | | | for a greater purge
* 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
| | | | | | | | Also removed snapshot_manifest (remnants of vfs prototype)
| * It's not possible to compile out testsStefan Boberg2021-09-201-0/+2
| | | | | | | | Tests are now compiled in if `ZEN_WITH_TESTS=1`, and compiled out if not. Compiling tests out reduces the footprint of the resulting executables quite significantly.
| * Added IsInteractiveSession() query to help identify if the process is ↵Stefan Boberg2021-09-171-0/+17
| | | | | | | | running as a daemon or as an interactive process
| * Assert improvementsStefan Boberg2021-09-171-10/+0
| |
| * Added IsDebuggerPresent() query function to query whether a debugger is ↵Stefan Boberg2021-09-171-0/+14
| | | | | | | | currently attached to the running process
| * 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
| | | | Currently supports None, LZ4 compression types
* Initial implementation of CompositeBufferStefan Boberg2021-05-241-9/+11
| | | | A CompositeBuffer is a non-contiguous buffer composed of zero or more immutable shared buffers
* Adding zenservice codeStefan Boberg2021-05-111-0/+70