aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/base.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert the backends to use proper inheritenceChris Robinson2018-12-281-44/+24
* Use a proper constructor/destructor for the ALCbackend baseChris Robinson2018-12-271-7/+4
* Remove althrd_yieldChris Robinson2018-11-261-1/+3
* Use proper time types for the device clock time and latencyChris Robinson2018-11-221-3/+3
* Use standard types for the device clock timesChris Robinson2018-11-221-1/+1
* Remove the ATOMIC_THREAD_FENCE macroChris Robinson2018-11-191-3/+3
* Remove unused declarations and definitionsChris Robinson2018-11-151-6/+0
* Use a C++ mutex with the device backend baseChris Robinson2018-11-151-8/+13
* Don't bother inlining some functionsChris Robinson2018-11-131-0/+14
* Convert the backend base to C++Chris Robinson2018-11-131-0/+79