Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use c++ headers | Filip Gawin | 2019-01-09 | 1 | -1/+1 |
| | |||||
* | Use an atomic bool on things that only take true or false | Chris Robinson | 2018-12-30 | 1 | -3/+3 |
| | |||||
* | 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 | -2/+2 |
| | |||||
* | Make the backend type an enum class | Chris Robinson | 2018-12-29 | 1 | -4/+4 |
| | |||||
* | Convert the backends to use proper inheritence | Chris Robinson | 2018-12-28 | 1 | -50/+26 |
| | |||||
* | Turn more methods into member functions | Chris Robinson | 2018-12-27 | 1 | -23/+20 |
| | |||||
* | Get rid of the unnecessary STATIC_(UP)CAST macros | Chris Robinson | 2018-12-27 | 1 | -7/+4 |
| | |||||
* | Use a proper constructor/destructor for the ALCbackend base | Chris Robinson | 2018-12-27 | 1 | -3/+3 |
| | |||||
* | Remove extraneous typedef, struct, and enum keywords | Chris Robinson | 2018-12-24 | 1 | -1/+1 |
| | |||||
* | Avoid using ATOMIC_LOAD on ALCdevice::Connected | Chris Robinson | 2018-11-26 | 1 | -1/+1 |
| | |||||
* | Rename some struct members | Chris Robinson | 2018-11-26 | 1 | -7/+7 |
| | |||||
* | Avoid using the ATOMIC() macro | Chris Robinson | 2018-11-26 | 1 | -1/+1 |
| | |||||
* | Avoid using ATOMIC_INIT | Chris Robinson | 2018-11-26 | 1 | -3/+1 |
| | |||||
* | Remove the atomic exchange macros | Chris Robinson | 2018-11-19 | 1 | -2/+1 |
| | |||||
* | Use a std::string for the device name | Chris Robinson | 2018-11-18 | 1 | -2/+1 |
| | |||||
* | Don't pass the current thread to althrd_setname | Chris Robinson | 2018-11-17 | 1 | -1/+1 |
| | |||||
* | Simplify a couple checks | Chris Robinson | 2018-11-15 | 1 | -8/+2 |
| | |||||
* | Start a new backend factory API | Chris Robinson | 2018-11-15 | 1 | -55/+36 |
| | | | | | Using proper class inheritance. Be aware this breaks all backends except null (and loopback). They will be restored individually in due time. | ||||
* | Use a regular char* for the device's name | Chris Robinson | 2018-11-15 | 1 | -1/+2 |
| | |||||
* | Use std::string instead of al_string for enumerating | Chris Robinson | 2018-11-15 | 1 | -3/+5 |
| | |||||
* | Use C++ threads in the null and wave backends | Chris Robinson | 2018-11-11 | 1 | -13/+17 |
| | |||||
* | Use standard timing methods for the null and wave backends | Chris Robinson | 2018-11-10 | 1 | -27/+30 |
| | |||||
* | Convert the null backend to C++ | Chris Robinson | 2018-11-09 | 1 | -0/+232 |