aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alState.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a standard mutex for the proplockChris Robinson2018-11-261-13/+13
* Get rid of the last ATOMIC macro usesChris Robinson2018-11-261-1/+1
* Use a standard mutex for the event callback lockChris Robinson2018-11-201-2/+2
* Use atomic_flags and atomic<bools>s where appropriateChris Robinson2018-11-201-7/+7
* Use std::isfinite instead of isfiniteChris Robinson2018-11-191-3/+4
* Remove the atomic exchange macrosChris Robinson2018-11-191-5/+5
* Replace ATOMIC_REPLACE_HEAD with an inline functionChris Robinson2018-11-191-1/+1
* Remove the pointer-specific atomic exchange macrosChris Robinson2018-11-181-3/+2
* Avoid naming a struct member the same as an enum typeChris Robinson2018-11-181-7/+7
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-7/+4
* Use lock_guard instead of manual lock/unlock callsChris Robinson2018-11-161-30/+15
* Convert alState.c to C++Chris Robinson2018-11-161-0/+818