| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Initial support for symmetric encryption/decryption using OpenSSL. | Per Larsson | 2022-01-31 | 1 | -0/+2 |
| | | |||||
| * | Removed IsPointerToStack() | Stefan Boberg | 2021-09-28 | 1 | -28/+0 |
| | | |||||
| * | Removing a bunch of no-longer-useful code from stream.h/cpp in preparation ↵ | Stefan Boberg | 2021-09-28 | 1 | -7/+10 |
| | | | | | for a greater purge | ||||
| * | zencore: Added ability to forcefully set the IsInteractiveSession state | Stefan Boberg | 2021-09-27 | 1 | -9/+24 |
| | | |||||
| * | Merged main into linux-mac | Martin Ridgers | 2021-09-21 | 1 | -4/+31 |
| |\ | |||||
| | * | Added mpscqueue (for future use) | Stefan Boberg | 2021-09-20 | 1 | -0/+2 |
| | | | |||||
| | * | Moved more code into zen namespace, for consistency | Stefan Boberg | 2021-09-20 | 1 | -2/+0 |
| | | | | | | | | | Also removed snapshot_manifest (remnants of vfs prototype) | ||||
| | * | It's not possible to compile out tests | Stefan Boberg | 2021-09-20 | 1 | -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 Boberg | 2021-09-17 | 1 | -0/+17 |
| | | | | | | | | | running as a daemon or as an interactive process | ||||
| | * | Assert improvements | Stefan Boberg | 2021-09-17 | 1 | -10/+0 |
| | | | |||||
| | * | Added IsDebuggerPresent() query function to query whether a debugger is ↵ | Stefan Boberg | 2021-09-17 | 1 | -0/+14 |
| | | | | | | | | | currently attached to the running process | ||||
| | * | Added namespace scopes to more includes for better consistency | Stefan Boberg | 2021-09-17 | 1 | -2/+6 |
| | | | |||||
| * | | Merge main into linux-mac | Martin Ridgers | 2021-09-16 | 1 | -3/+3 |
| |\| | |||||
| | * | clang-format fixes | Stefan Boberg | 2021-09-16 | 1 | -3/+3 |
| | | | |||||
| * | | Missing include | Martin Ridgers | 2021-09-16 | 1 | -0/+1 |
| | | | |||||
| * | | Added a simple filesystem test case | Martin Ridgers | 2021-09-16 | 1 | -0/+2 |
| |/ | |||||
| * | Added test case for some of intmath.h's functions | Martin Ridgers | 2021-09-14 | 1 | -0/+1 |
| | | |||||
| * | IsPointerToStack() implementation for Linux | Martin Ridgers | 2021-09-14 | 1 | -0/+20 |
| | | |||||
| * | oops: Fixed AssertException implementation namespace | Stefan Boberg | 2021-09-03 | 1 | -2/+2 |
| | | |||||
| * | Moved out AssertException constructor/destructor into cpp | Stefan Boberg | 2021-09-03 | 1 | -0/+10 |
| | | |||||
| * | Remove trace.cpp/h and all traces of usage | Stefan Boberg | 2021-08-24 | 1 | -2/+0 |
| | | |||||
| * | Implemented support for UE5-style CompressedBuffers | Stefan Boberg | 2021-05-24 | 1 | -0/+2 |
| | | | | | Currently supports None, LZ4 compression types | ||||
| * | Initial implementation of CompositeBuffer | Stefan Boberg | 2021-05-24 | 1 | -9/+11 |
| | | | | | A CompositeBuffer is a non-contiguous buffer composed of zero or more immutable shared buffers | ||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 1 | -0/+70 |