aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make and use a semaphore classChris Robinson2018-11-278-30/+59
* Return a signed integer from altime_getChris Robinson2018-11-273-10/+10
* Add the appropriate include for the _POSIX_TIMERS macroChris Robinson2018-11-271-0/+1
* Swap context references in the move assignmentChris Robinson2018-11-271-6/+1
* Disable MSVC warning C4065Chris Robinson2018-11-271-1/+1
* Fix use of clock_gettimeChris Robinson2018-11-271-2/+2
* Avoid relying on struct timespecChris Robinson2018-11-264-55/+37
* Avoid including threads.h in the example helpersChris Robinson2018-11-263-5/+7
* Remove althrd_yieldChris Robinson2018-11-267-24/+15
* Remove unused almtx stuffChris Robinson2018-11-262-157/+2
* Use a standard mutex for the remaining locksChris Robinson2018-11-267-77/+56
* Use a standard mutex for the source and effect slot locksChris Robinson2018-11-264-54/+49
* Use a standard mutex for the proplockChris Robinson2018-11-267-46/+43
* Use a standard mutex for the backend lockChris Robinson2018-11-264-28/+24
* Remove the last remaining uses of althrd_tChris Robinson2018-11-265-143/+67
* Merge pull request #249 from wangwenx190/patch-win10-sdkkcat2018-11-261-0/+4
|\
| * Update FindWindowsSDK.cmakewangwenx1902018-11-271-4/+4
| * Update FindWindowsSDK.cmakewangwenx1902018-11-271-0/+4
|/
* Simplify some binary search lookupsChris Robinson2018-11-261-69/+27
* Remove althrd_t from WindowsChris Robinson2018-11-265-119/+5
* Replace some uses of althrd_t with std::threadChris Robinson2018-11-262-29/+35
* Add a missing std::beginChris Robinson2018-11-261-1/+1
* Get rid of some unnecessary functionsChris Robinson2018-11-262-20/+6
* Get rid of the last ATOMIC macro usesChris Robinson2018-11-267-26/+11
* Avoid using ATOMIC_LOAD on ALCdevice::ConnectedChris Robinson2018-11-2611-18/+17
* Use a unique_ptr for the QSA backend dataChris Robinson2018-11-261-53/+28
* Rename some struct membersChris Robinson2018-11-2613-383/+378
* Remove some unused macrosChris Robinson2018-11-261-7/+0
* Avoid using the ATOMIC() macroChris Robinson2018-11-2614-39/+37
* Avoid using ATOMIC_INITChris Robinson2018-11-2611-98/+49
* Don't explicitly clear vector objects in the destructorChris Robinson2018-11-251-10/+6
* Automatically clean up filters and effects with their sublistsChris Robinson2018-11-256-60/+54
* Automatically clean up buffers with ther sublistChris Robinson2018-11-255-37/+28
* Clean up MixSourceChris Robinson2018-11-251-104/+93
* Avoid another DECL_TEMPLATE macroChris Robinson2018-11-255-31/+58
* Fix an incorrect function callChris Robinson2018-11-251-1/+1
* Avoid a separate function to clean up effect slotsChris Robinson2018-11-253-17/+5
* Atuomatically clean up sources with its sublist's destructionChris Robinson2018-11-254-26/+25
* Properly initialize the sublists' freemaskChris Robinson2018-11-252-4/+4
* Add a POPCNT64 macroChris Robinson2018-11-241-0/+15
* Move bs2b.h to a more appropriate placeChris Robinson2018-11-242-1/+1
* Use C++ methods a bit moreChris Robinson2018-11-242-21/+14
* Replace remaining uses of std::vector with al::vectorChris Robinson2018-11-2415-61/+61
* Avoid an extraneous booleanChris Robinson2018-11-241-9/+4
* Make GetContextRef return a ContextRefChris Robinson2018-11-242-6/+5
* Use RAII in alEffect.cppChris Robinson2018-11-242-426/+398
* Fix a couple commentsChris Robinson2018-11-241-2/+2
* Ensure an enum is the appropriate size/typeChris Robinson2018-11-241-13/+5
* Use a normal vector to store buffer dataChris Robinson2018-11-243-44/+37
* Use RAII more with alFilter.cppChris Robinson2018-11-241-382/+364