Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Use RAII in alEffect.cpp | Chris Robinson | 2018-11-24 | 2 | -426/+398 |
| | |||||
* | Fix a couple comments | Chris Robinson | 2018-11-24 | 1 | -2/+2 |
| | |||||
* | Ensure an enum is the appropriate size/type | Chris Robinson | 2018-11-24 | 1 | -13/+5 |
| | |||||
* | Use a normal vector to store buffer data | Chris Robinson | 2018-11-24 | 3 | -44/+37 |
| | |||||
* | Use RAII more with alFilter.cpp | Chris Robinson | 2018-11-24 | 1 | -382/+364 |
| | |||||
* | Use a unique_ptr while opening a device | Chris Robinson | 2018-11-23 | 1 | -21/+22 |
| | |||||
* | Use RAII for device references | Chris Robinson | 2018-11-23 | 1 | -236/+232 |
| | |||||
* | Make the context VoiceCount atomic | Chris Robinson | 2018-11-23 | 4 | -86/+79 |
| | |||||
* | Fix an incorrect check | Chris Robinson | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | Restructure and clean up alu.cpp a bit | Chris Robinson | 2018-11-23 | 1 | -151/+166 |
| | |||||
* | Avoid a couple explicit loops | Chris Robinson | 2018-11-22 | 2 | -27/+23 |
| | |||||
* | Add noexcept to a bunch of inline functions | Chris Robinson | 2018-11-22 | 2 | -28/+28 |
| | |||||
* | Make a DirectHrtfState constructor to try appeasing MSVC | Chris Robinson | 2018-11-22 | 1 | -2/+4 |
| | |||||
* | Use proper time types for the device clock time and latency | Chris Robinson | 2018-11-22 | 9 | -39/+39 |
| | |||||
* | Use standard types for the device clock times | Chris Robinson | 2018-11-22 | 5 | -13/+29 |
| | |||||
* | Clean up alSource.cpp some | Chris Robinson | 2018-11-22 | 1 | -666/+626 |
| | |||||
* | Clean up the Chorus a little | Chris Robinson | 2018-11-22 | 1 | -64/+53 |
| | |||||
* | Use unique_ptr for DirectHrtfState | Chris Robinson | 2018-11-22 | 5 | -9/+9 |
| | |||||
* | Add and use a macro to define placement-new-only allocators | Chris Robinson | 2018-11-22 | 2 | -3/+5 |
| | | | | | | This is for structs that utilize over-allocation, either flexible array members, or which store optional additional objects in the same allocation block. | ||||
* | Clean up some unnecessary specifiers | Chris Robinson | 2018-11-22 | 5 | -23/+19 |
| | |||||
* | Use unique_ptr for bs2b | Chris Robinson | 2018-11-22 | 5 | -23/+16 |
| |