aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the JACK backendChris Robinson2018-11-271-169/+186
|
* Add a unique_ptr alias for the ringbufferChris Robinson2018-11-271-0/+8
|
* Remove unneeded mutex checksChris Robinson2018-11-272-10/+0
|
* Avoid alsem* wrappers for al::semaphoreChris Robinson2018-11-272-146/+54
|
* Replace last uses of alsem_t with al::semaphoreChris Robinson2018-11-273-30/+16
|
* 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
| | | | "switch statement contains 'default' but no 'case' labels"
* 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
|\ | | | | Support build with latest Win10 SDK
| * Update FindWindowsSDK.cmakewangwenx1902018-11-271-4/+4
| |
| * Update FindWindowsSDK.cmakewangwenx1902018-11-271-0/+4
|/ | | Support latest Win10 SDK.
* 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
| | | | To count the number of 1/on bits in a 64-bit value
* 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
| | | | Which uses a custom allocator that uses our allocation functions.
* Avoid an extraneous booleanChris Robinson2018-11-241-9/+4
|
* Make GetContextRef return a ContextRefChris Robinson2018-11-242-6/+5
|