| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved more code into zen namespace, for consistency | Stefan Boberg | 2021-09-20 | 1 | -2/+2 |
| | | | | | Also removed snapshot_manifest (remnants of vfs prototype) | ||||
| * | It's not possible to compile out tests | Stefan Boberg | 2021-09-20 | 1 | -2/+3 |
| | | | | | 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. | ||||
| * | Initial implementation of CompositeBuffer | Stefan Boberg | 2021-05-24 | 1 | -0/+341 |
| A CompositeBuffer is a non-contiguous buffer composed of zero or more immutable shared buffers | |||||