Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |