Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace remaining uses of std::vector with al::vector | Chris Robinson | 2018-11-24 | 1 | -3/+3 |
* | Make ll_ringbuffer_write/read take void*/const void* | Chris Robinson | 2018-11-19 | 1 | -1/+1 |
* | Use a std::string for the device name | Chris Robinson | 2018-11-18 | 1 | -4/+2 |
* | Avoid more cases of an enum variable and type name clash | Chris Robinson | 2018-11-18 | 1 | -2/+2 |
* | Don't pass the current thread to althrd_setname | Chris Robinson | 2018-11-17 | 1 | -2/+2 |
* | Convert the WinMM backend factory | Chris Robinson | 2018-11-15 | 1 | -87/+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/+4 |
* | Use C++ with the winmm backend | Chris Robinson | 2018-11-09 | 1 | -318/+277 |
* | Convert the WinMM backend to C++ | Chris Robinson | 2018-11-08 | 1 | -0/+793 |