Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -4/+4 |
* | Don't pass the current thread to althrd_setname | Chris Robinson | 2018-11-17 | 1 | -1/+1 |
* | Convert the DSound backend factory | Chris Robinson | 2018-11-15 | 1 | -90/+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/+3 |
* | Avoid calling through the vtable in the backends | Chris Robinson | 2018-11-13 | 1 | -8/+8 |
* | Hide function pointer wrapper macros for IDE parsing | Chris Robinson | 2018-11-07 | 1 | -0/+2 |
* | Use the proper enum values for atomic ops | Chris Robinson | 2018-11-06 | 1 | -3/+3 |
* | Convert the DSound backend to C++ | Chris Robinson | 2018-11-06 | 1 | -0/+1051 |