Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert ringbuffer.c to C++ | Chris Robinson | 2018-11-17 | 1 | -295/+0 |
* | Ensure at least the specified ringbuffer size is writable | Chris Robinson | 2018-03-02 | 1 | -26/+8 |
* | Add an option to limit the write size of the ringbuffer | Chris Robinson | 2018-03-01 | 1 | -15/+17 |
* | Add missing header for UINT_MAX | Chris Robinson | 2018-02-02 | 1 | -0/+1 |
* | Avoid including alMain.h in ringbuffer.c | Chris Robinson | 2018-01-11 | 1 | -3/+16 |
* | Ensure NextPowerOf2 is being used correctly | Chris Robinson | 2018-01-11 | 1 | -3/+2 |
* | Move the ringbuffer declarations to a separate header | Chris Robinson | 2018-01-11 | 1 | -0/+298 |