aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/winmm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Return a unique_ptr for the backendChris Robinson2018-12-291-3/+3
* Make the backend type an enum classChris Robinson2018-12-291-5/+5
* Convert the backends to use proper inheritenceChris Robinson2018-12-281-216/+153
* Finish turning ancillary backend methods into member functionsChris Robinson2018-12-281-148/+145
* Finish renaming backend struct fieldsChris Robinson2018-12-271-143/+140
* Get rid of the unnecessary STATIC_(UP)CAST macrosChris Robinson2018-12-271-8/+6
* Use a proper constructor/destructor for the ALCbackend baseChris Robinson2018-12-271-6/+6
* Return unique_ptrs instead of raw pointersChris Robinson2018-12-271-1/+1
* Clean up the ring buffer struct and use member functionsChris Robinson2018-12-261-6/+7
* 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