aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alState.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add exception protection to context state functionsChris Robinson2019-04-101-0/+49
|
* Avoid using old style castsFilip Gawin2019-01-081-20/+20
| | | | | | To think about: examples/alffplay.cpp:600 OpenAL32/Include/alMain.h:295
* Remove extraneous typedef, struct, and enum keywordsChris Robinson2018-12-241-2/+2
|
* 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