| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | It's not possible to compile out tests | Stefan Boberg | 2021-09-20 | 1 | -1/+6 |
| | | | | | 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. | ||||
| * | Deleted unused #include | Martin Ridgers | 2021-09-15 | 1 | -1/+0 |
| | | |||||
| * | SharedBuffer: MakeOwned now returns a buffer instead of operating in-place | Stefan Boberg | 2021-09-01 | 1 | -12/+18 |
| | | | | | CL15713705 | ||||
| * | Added UniqueBuffer::Reset() | Stefan Boberg | 2021-05-24 | 1 | -0/+6 |
| | | |||||
| * | Added functionality to SharedBuffer/UniqueBuffer to support CompositeBuffer ↵ | Stefan Boberg | 2021-05-24 | 1 | -2/+18 |
| | | | | | | | implementation Most importantly, UniqueBuffer may now be "null", whereas previously it would never be. | ||||
| * | SharedBuffer::MakeView now validates range against outer | Stefan Boberg | 2021-05-13 | 1 | -4/+9 |
| | | |||||
| * | Made SharedBuffer/UniqueBuffer share guts with IoBuffer | Stefan Boberg | 2021-05-13 | 1 | -25/+24 |
| | | | | | This enables way more efficient marshaling of compact binary objects and attachments | ||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 1 | -0/+110 |