| Age | Commit message (Expand) | Author |
|---|---|---|
| 2019-11-25 | std: fifo.deinit didn't need to take a pointer | daurnimator |
| 2019-11-25 | std: add fifo.writeItem | daurnimator |
| 2019-11-25 | std: fix bug in fifo.unget if rewinding doesn't wrap around | daurnimator |
| 2019-11-25 | std: follow zig standard library convention and have fifo.read number of items | daurnimator |
| 2019-11-25 | std: fifo rename from FixedSizeFifo to LinearFifo | daurnimator |
| 2019-11-25 | std: fifo now has 3 modes: Static, Slice and Dynamic | daurnimator |
| 2019-11-25 | std: fix fifo for non-u8 types | daurnimator |
| 2019-11-25 | std: add optimization to fifo if size is power of two | daurnimator |
| 2019-11-25 | std: move auto_align constant to top of comptime function | daurnimator |
| 2019-11-25 | std: fix unfinished doc-comment in fifo | daurnimator |
| 2019-11-24 | Fix FixedSizeFifo buffer type | schroffl |
| 2019-11-08 | update the codebase to use `@as` | Andrew Kelley |
| 2019-11-04 | std: Add fifo useful for buffers | daurnimator |
