aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ringbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the ringbuffer write limitChris Robinson2019-01-031-1/+1
* Return unique_ptrs instead of raw pointersChris Robinson2018-12-271-4/+2
* Clean up the ring buffer struct and use member functionsChris Robinson2018-12-261-60/+62
* Use a normal delete instead of ll_ringbuffer_freeChris Robinson2018-12-221-21/+32
* Add a unique_ptr alias for the ringbufferChris Robinson2018-11-271-0/+8
* Return the ringbuffer data pointers as a pairChris Robinson2018-11-191-18/+16
* Make ll_ringbuffer_write/read take void*/const void*Chris Robinson2018-11-191-3/+3
* Add extern "C" to some headersChris Robinson2018-03-091-0/+8
* Ensure at least the specified ringbuffer size is writableChris Robinson2018-03-021-4/+44
* Add an option to limit the write size of the ringbufferChris Robinson2018-03-011-1/+1
* Move the ringbuffer declarations to a separate headerChris Robinson2018-01-111-0/+29