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