aboutsummaryrefslogtreecommitdiff
path: root/zencore/compositebuffer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add `import-project` and `export-project` (#183)Dan Engelbrecht2022-11-181-0/+94
| | | * Add `import-project` and `export-project` command line parsing
* Moved more code into zen namespace, for consistencyStefan Boberg2021-09-201-2/+2
| | | | Also removed snapshot_manifest (remnants of vfs prototype)
* It's not possible to compile out testsStefan Boberg2021-09-201-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 CompositeBufferStefan Boberg2021-05-241-0/+341
A CompositeBuffer is a non-contiguous buffer composed of zero or more immutable shared buffers