Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the last remaining uses of althrd_t | Chris Robinson | 2018-11-26 | 1 | -12/+18 |
* | 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 | -5/+5 |
* | Avoid using the ATOMIC() macro | Chris Robinson | 2018-11-26 | 1 | -1/+1 |
* | Avoid using ATOMIC_INIT | Chris Robinson | 2018-11-26 | 1 | -8/+4 |
* | Remove the atomic exchange macros | Chris Robinson | 2018-11-19 | 1 | -1/+1 |
* | Use a std::string for the device name | Chris Robinson | 2018-11-18 | 1 | -2/+1 |
* | Avoid more cases of an enum variable and type name clash | Chris Robinson | 2018-11-18 | 1 | -4/+4 |
* | Don't pass the current thread to althrd_setname | Chris Robinson | 2018-11-17 | 1 | -1/+1 |
* | Convert the Solaris backend factory | Chris Robinson | 2018-11-15 | 1 | -34/+11 |
* | 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/+3 |
* | Convert the Solaris backend to C++ | Chris Robinson | 2018-11-12 | 1 | -0/+363 |