Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert the Wave Writer backend factory | Chris Robinson | 2018-11-15 | 1 | -59/+32 |
* | 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/+4 |
* | Avoid calling through the vtable in the backends | Chris Robinson | 2018-11-13 | 1 | -2/+2 |
* | Use a vector in the wave backend | Chris Robinson | 2018-11-11 | 1 | -30/+13 |
* | Use C++ threads in the null and wave backends | Chris Robinson | 2018-11-11 | 1 | -21/+21 |
* | Use standard timing methods for the null and wave backends | Chris Robinson | 2018-11-10 | 1 | -30/+31 |
* | Get rid of the last few al_fopen calls | Chris Robinson | 2018-11-10 | 1 | -6/+10 |
* | Add missing consttructor and destructor calls for the wave backend | Chris Robinson | 2018-11-09 | 1 | -0/+2 |
* | Convert the wave backend to C++ | Chris Robinson | 2018-11-09 | 1 | -0/+461 |