Age | Commit message (Expand) | Author |
---|---|---|
2020-09-15 | AK: Re-add OutputMemoryStream for static buffers only. | asynts |
2020-09-15 | AK: Remove OutputMemoryStream for DuplexMemoryStream. | asynts |
2020-09-08 | Refactor: Replace usages of FixedArray with Array. | asynts |
2020-09-01 | AK: Add OutputMemoryStream class. | asynts |
2020-09-01 | AK: Move memory streams into their own header. | asynts |
2020-08-20 | AK: Rename TestMemoryStream.cpp to TestStream.cpp. | asynts |
2020-08-12 | AK: Mark compilation-unit-only functions as static | Ben Wiederhake |
2020-08-06 | AK: Add InputStream abstraction and InputMemoryStream implementation. | asynts |