Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up the JACK backend | Chris Robinson | 2018-11-27 | 1 | -169/+186 |
| | |||||
* | Add a unique_ptr alias for the ringbuffer | Chris Robinson | 2018-11-27 | 1 | -0/+8 |
| | |||||
* | Remove unneeded mutex checks | Chris Robinson | 2018-11-27 | 2 | -10/+0 |
| | |||||
* | Avoid alsem* wrappers for al::semaphore | Chris Robinson | 2018-11-27 | 2 | -146/+54 |
| | |||||
* | Replace last uses of alsem_t with al::semaphore | Chris Robinson | 2018-11-27 | 3 | -30/+16 |
| | |||||
* | Make and use a semaphore class | Chris Robinson | 2018-11-27 | 8 | -30/+59 |
| | |||||
* | Return a signed integer from altime_get | Chris Robinson | 2018-11-27 | 3 | -10/+10 |
| | |||||
* | Add the appropriate include for the _POSIX_TIMERS macro | Chris Robinson | 2018-11-27 | 1 | -0/+1 |
| | |||||
* | Swap context references in the move assignment | Chris Robinson | 2018-11-27 | 1 | -6/+1 |
| | |||||
* | Disable MSVC warning C4065 | Chris Robinson | 2018-11-27 | 1 | -1/+1 |
| | | | | "switch statement contains 'default' but no 'case' labels" | ||||
* | Fix use of clock_gettime | Chris Robinson | 2018-11-27 | 1 | -2/+2 |
| | |||||
* | Avoid relying on struct timespec | Chris Robinson | 2018-11-26 | 4 | -55/+37 |
| | |||||
* | Avoid including threads.h in the example helpers | Chris Robinson | 2018-11-26 | 3 | -5/+7 |
| | |||||
* | Remove althrd_yield | Chris Robinson | 2018-11-26 | 7 | -24/+15 |
| | |||||
* | Remove unused almtx stuff | Chris Robinson | 2018-11-26 | 2 | -157/+2 |
| | |||||
* | Use a standard mutex for the remaining locks | Chris Robinson | 2018-11-26 | 7 | -77/+56 |
| | |||||
* | Use a standard mutex for the source and effect slot locks | Chris Robinson | 2018-11-26 | 4 | -54/+49 |
| | |||||
* | Use a standard mutex for the proplock | Chris Robinson | 2018-11-26 | 7 | -46/+43 |
| | |||||
* | Use a standard mutex for the backend lock | Chris Robinson | 2018-11-26 | 4 | -28/+24 |
| | |||||
* | Remove the last remaining uses of althrd_t | Chris Robinson | 2018-11-26 | 5 | -143/+67 |
| | |||||
* | Merge pull request #249 from wangwenx190/patch-win10-sdk | kcat | 2018-11-26 | 1 | -0/+4 |
|\ | | | | | Support build with latest Win10 SDK | ||||
| * | Update FindWindowsSDK.cmake | wangwenx190 | 2018-11-27 | 1 | -4/+4 |
| | | |||||
| * | Update FindWindowsSDK.cmake | wangwenx190 | 2018-11-27 | 1 | -0/+4 |
|/ | | | Support latest Win10 SDK. | ||||
* | Simplify some binary search lookups | Chris Robinson | 2018-11-26 | 1 | -69/+27 |
| | |||||
* | Remove althrd_t from Windows | Chris Robinson | 2018-11-26 | 5 | -119/+5 |
| | |||||
* | Replace some uses of althrd_t with std::thread | Chris Robinson | 2018-11-26 | 2 | -29/+35 |
| | |||||
* | Add a missing std::begin | Chris Robinson | 2018-11-26 | 1 | -1/+1 |
| | |||||
* | Get rid of some unnecessary functions | Chris Robinson | 2018-11-26 | 2 | -20/+6 |
| | |||||
* | Get rid of the last ATOMIC macro uses | Chris Robinson | 2018-11-26 | 7 | -26/+11 |
| | |||||
* | Avoid using ATOMIC_LOAD on ALCdevice::Connected | Chris Robinson | 2018-11-26 | 11 | -18/+17 |
| | |||||
* | Use a unique_ptr for the QSA backend data | Chris Robinson | 2018-11-26 | 1 | -53/+28 |
| | |||||
* | Rename some struct members | Chris Robinson | 2018-11-26 | 13 | -383/+378 |
| | |||||
* | Remove some unused macros | Chris Robinson | 2018-11-26 | 1 | -7/+0 |
| | |||||
* | Avoid using the ATOMIC() macro | Chris Robinson | 2018-11-26 | 14 | -39/+37 |
| | |||||
* | Avoid using ATOMIC_INIT | Chris Robinson | 2018-11-26 | 11 | -98/+49 |
| | |||||
* | Don't explicitly clear vector objects in the destructor | Chris Robinson | 2018-11-25 | 1 | -10/+6 |
| | |||||
* | Automatically clean up filters and effects with their sublists | Chris Robinson | 2018-11-25 | 6 | -60/+54 |
| | |||||
* | Automatically clean up buffers with ther sublist | Chris Robinson | 2018-11-25 | 5 | -37/+28 |
| | |||||
* | Clean up MixSource | Chris Robinson | 2018-11-25 | 1 | -104/+93 |
| | |||||
* | Avoid another DECL_TEMPLATE macro | Chris Robinson | 2018-11-25 | 5 | -31/+58 |
| | |||||
* | Fix an incorrect function call | Chris Robinson | 2018-11-25 | 1 | -1/+1 |
| | |||||
* | Avoid a separate function to clean up effect slots | Chris Robinson | 2018-11-25 | 3 | -17/+5 |
| | |||||
* | Atuomatically clean up sources with its sublist's destruction | Chris Robinson | 2018-11-25 | 4 | -26/+25 |
| | |||||
* | Properly initialize the sublists' freemask | Chris Robinson | 2018-11-25 | 2 | -4/+4 |
| | |||||
* | Add a POPCNT64 macro | Chris Robinson | 2018-11-24 | 1 | -0/+15 |
| | | | | To count the number of 1/on bits in a 64-bit value | ||||
* | Move bs2b.h to a more appropriate place | Chris Robinson | 2018-11-24 | 2 | -1/+1 |
| | |||||
* | Use C++ methods a bit more | Chris Robinson | 2018-11-24 | 2 | -21/+14 |
| | |||||
* | Replace remaining uses of std::vector with al::vector | Chris Robinson | 2018-11-24 | 15 | -61/+61 |
| | | | | Which uses a custom allocator that uses our allocation functions. | ||||
* | Avoid an extraneous boolean | Chris Robinson | 2018-11-24 | 1 | -9/+4 |
| | |||||
* | Make GetContextRef return a ContextRef | Chris Robinson | 2018-11-24 | 2 | -6/+5 |
| |