aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/winmm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous typedef, struct, and enum keywordsChris Robinson2018-12-241-1/+1
* Use a normal delete instead of ll_ringbuffer_freeChris Robinson2018-12-221-8/+5
* Use inline methods for the device format sizesChris Robinson2018-12-191-4/+3
* Add more casts for MSVCChris Robinson2018-12-121-1/+2
* Fix some MSVC conversion warningsChris Robinson2018-12-121-3/+4
* Avoid several uses of memsetChris Robinson2018-12-081-2/+2
* Replace last uses of alsem_t with al::semaphoreChris Robinson2018-11-271-14/+8
* Avoid using ATOMIC_LOAD on ALCdevice::ConnectedChris Robinson2018-11-261-2/+2
* Rename some struct membersChris Robinson2018-11-261-15/+15
* Replace remaining uses of std::vector with al::vectorChris Robinson2018-11-241-3/+3
* Make ll_ringbuffer_write/read take void*/const void*Chris Robinson2018-11-191-1/+1
* Use a std::string for the device nameChris Robinson2018-11-181-4/+2
* Avoid more cases of an enum variable and type name clashChris Robinson2018-11-181-2/+2
* Don't pass the current thread to althrd_setnameChris Robinson2018-11-171-2/+2
* Convert the WinMM backend factoryChris Robinson2018-11-151-87/+64
* Use a regular char* for the device's nameChris Robinson2018-11-151-2/+4
* Use std::string instead of al_string for enumeratingChris Robinson2018-11-151-5/+4
* Use C++ with the winmm backendChris Robinson2018-11-091-318/+277
* Convert the WinMM backend to C++Chris Robinson2018-11-081-0/+793