Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing includes for mem_fn | Chris Robinson | 2018-12-29 | 1 | -0/+1 |
| | |||||
* | Return a unique_ptr for the backend | Chris Robinson | 2018-12-29 | 1 | -3/+3 |
| | |||||
* | Make the backend type an enum class | Chris Robinson | 2018-12-29 | 1 | -5/+5 |
| | |||||
* | Convert the backends to use proper inheritence | Chris Robinson | 2018-12-28 | 1 | -216/+153 |
| | |||||
* | Finish turning ancillary backend methods into member functions | Chris Robinson | 2018-12-28 | 1 | -148/+145 |
| | |||||
* | Finish renaming backend struct fields | Chris Robinson | 2018-12-27 | 1 | -143/+140 |
| | |||||
* | Get rid of the unnecessary STATIC_(UP)CAST macros | Chris Robinson | 2018-12-27 | 1 | -8/+6 |
| | |||||
* | Use a proper constructor/destructor for the ALCbackend base | Chris Robinson | 2018-12-27 | 1 | -6/+6 |
| | |||||
* | Return unique_ptrs instead of raw pointers | Chris Robinson | 2018-12-27 | 1 | -1/+1 |
| | | | | For the ring buffer, channel converter, and sample converter. | ||||
* | Clean up the ring buffer struct and use member functions | Chris Robinson | 2018-12-26 | 1 | -6/+7 |
| | |||||
* | Remove extraneous typedef, struct, and enum keywords | Chris Robinson | 2018-12-24 | 1 | -1/+1 |
| | |||||
* | Use a normal delete instead of ll_ringbuffer_free | Chris Robinson | 2018-12-22 | 1 | -8/+5 |
| | | | | And use RingBufferPtr in more places | ||||
* | Use inline methods for the device format sizes | Chris Robinson | 2018-12-19 | 1 | -4/+3 |
| | |||||
* | Add more casts for MSVC | Chris Robinson | 2018-12-12 | 1 | -1/+2 |
| | |||||
* | Fix some MSVC conversion warnings | Chris Robinson | 2018-12-12 | 1 | -3/+4 |
| | |||||
* | Avoid several uses of memset | Chris Robinson | 2018-12-08 | 1 | -2/+2 |
| | |||||
* | Replace last uses of alsem_t with al::semaphore | Chris Robinson | 2018-11-27 | 1 | -14/+8 |
| | |||||
* | Avoid using ATOMIC_LOAD on ALCdevice::Connected | Chris Robinson | 2018-11-26 | 1 | -2/+2 |
| | |||||
* | Rename some struct members | Chris Robinson | 2018-11-26 | 1 | -15/+15 |
| | |||||
* | Replace remaining uses of std::vector with al::vector | Chris Robinson | 2018-11-24 | 1 | -3/+3 |
| | | | | Which uses a custom allocator that uses our allocation functions. | ||||
* | Make ll_ringbuffer_write/read take void*/const void* | Chris Robinson | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Use a std::string for the device name | Chris Robinson | 2018-11-18 | 1 | -4/+2 |
| | |||||
* | Avoid more cases of an enum variable and type name clash | Chris Robinson | 2018-11-18 | 1 | -2/+2 |
| | |||||
* | Don't pass the current thread to althrd_setname | Chris Robinson | 2018-11-17 | 1 | -2/+2 |
| | |||||
* | Convert the WinMM backend factory | Chris Robinson | 2018-11-15 | 1 | -87/+64 |
| | |||||
* | Use a regular char* for the device's name | Chris Robinson | 2018-11-15 | 1 | -2/+4 |
| | |||||
* | Use std::string instead of al_string for enumerating | Chris Robinson | 2018-11-15 | 1 | -5/+4 |
| | |||||
* | Use C++ with the winmm backend | Chris Robinson | 2018-11-09 | 1 | -318/+277 |
| | |||||
* | Convert the WinMM backend to C++ | Chris Robinson | 2018-11-08 | 1 | -0/+793 |