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 | -29/+29 |
| | |||||
* | Replace remaining uses of std::vector with al::vector | Chris Robinson | 2018-11-24 | 1 | -7/+7 |
| | | | | Which uses a custom allocator that uses our allocation functions. | ||||
* | Return the ringbuffer data pointers as a pair | Chris Robinson | 2018-11-19 | 1 | -4/+3 |
| | |||||
* | Use a std::string for the device name | Chris Robinson | 2018-11-18 | 1 | -6/+2 |
| | |||||
* | Avoid more cases of an enum variable and type name clash | Chris Robinson | 2018-11-18 | 1 | -7/+7 |
| | |||||
* | Don't pass the current thread to althrd_setname | Chris Robinson | 2018-11-17 | 1 | -2/+2 |
| | |||||
* | Convert the OSS backend factory | Chris Robinson | 2018-11-15 | 1 | -77/+54 |
| | |||||
* | Remove checks for functions that always exist | Chris Robinson | 2018-11-15 | 1 | -10/+0 |
| | | | | | They're part of C++11 and available on the testing systems. If some system has trouble, switching to proper C++ calls should fix it. | ||||
* | 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 | -4/+4 |
| | |||||
* | Use C++ more in the OSS backend | Chris Robinson | 2018-11-14 | 1 | -56/+49 |
| | |||||
* | Use a C++ vector for enumerated OSS devices | Chris Robinson | 2018-11-14 | 1 | -155/+146 |
| | |||||
* | Use an anonymous namespace in the OSS backend | Chris Robinson | 2018-11-13 | 1 | -8/+12 |
| | |||||
* | Convert the OSS backend to C++ | Chris Robinson | 2018-11-12 | 1 | -0/+875 |