aboutsummaryrefslogtreecommitdiffstats
path: root/alc/ringbuffer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use an enum for FamCountChris Robinson2020-05-191-1/+1
|
* Inline a couple ring buffer methodsChris Robinson2020-01-141-15/+0
|
* Make CreateRingBuffer a static RingBuffer methodChris Robinson2020-01-101-1/+1
|
* Never return null from CreateRingBufferChris Robinson2019-10-081-1/+3
| | | | | Allocation failure would already throw a bad_alloc anyway, now a size overflow throws an exception too.
* Simplify flexible array member usageChris Robinson2019-09-111-1/+1
|
* More include cleanupsChris Robinson2019-07-281-7/+3
|
* Rename Alc to alcChris Robinson2019-07-281-0/+253