aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ringbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Convert ringbuffer.c to C++Chris Robinson2018-11-171-295/+0
* Ensure at least the specified ringbuffer size is writableChris Robinson2018-03-021-26/+8
* Add an option to limit the write size of the ringbufferChris Robinson2018-03-011-15/+17
* Add missing header for UINT_MAXChris Robinson2018-02-021-0/+1
* Avoid including alMain.h in ringbuffer.cChris Robinson2018-01-111-3/+16
* Ensure NextPowerOf2 is being used correctlyChris Robinson2018-01-111-3/+2
* Move the ringbuffer declarations to a separate headerChris Robinson2018-01-111-0/+298