aboutsummaryrefslogtreecommitdiffstats
path: root/common/ringbuffer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid some const_castsChris Robinson2024-01-031-8/+8
|
* Properly check if size_t is larger than uint32_tChris Robinson2023-12-151-1/+1
|
* Much more clang-tidy cleanupChris Robinson2023-12-101-1/+1
|
* Clean up some more clang-tidy warningsChris Robinson2023-12-081-1/+3
|
* Use std::byte instead of a custom al::byteChris Robinson2023-05-041-43/+42
|
* Make some structs nestedChris Robinson2022-02-231-4/+4
|
* Move the ringbuffer to commonChris Robinson2020-12-051-0/+224