| Commit message (Expand) | Author | Age | Files | Lines |
* | Use an optional for ConfigValueStr | Chris Robinson | 2019-06-30 | 1 | -14/+11 |
* | Don't log the function or prefix | Chris Robinson | 2019-06-04 | 1 | -2/+0 |
* | Specify the buffer size as itself instead of the period count | Chris Robinson | 2019-04-26 | 1 | -5/+4 |
* | Remove the backend factory deinit method | Chris Robinson | 2019-04-14 | 1 | -6/+0 |
* | Rename DevProbe enum names | Chris Robinson | 2019-03-19 | 1 | -2/+2 |
* | Use c++ headers | Filip Gawin | 2019-01-09 | 1 | -5/+5 |
* | Use an atomic bool on things that only take true or false | Chris Robinson | 2018-12-30 | 1 | -6/+6 |
* | Rename BackendLock to StateLock | Chris Robinson | 2018-12-30 | 1 | -4/+0 |
* | Add missing includes for mem_fn | Chris Robinson | 2018-12-29 | 1 | -0/+1 |
* | Return a unique_ptr for the backend | Chris Robinson | 2018-12-29 | 1 | -3/+3 |
* | Make the backend type an enum class | Chris Robinson | 2018-12-29 | 1 | -5/+5 |
* | Convert the backends to use proper inheritence | Chris Robinson | 2018-12-28 | 1 | -168/+119 |
* | Make more methods into member functions | Chris Robinson | 2018-12-27 | 1 | -52/+52 |
* | Rename some more struct members for consistency | Chris Robinson | 2018-12-27 | 1 | -36/+36 |
* | Get rid of the unnecessary STATIC_(UP)CAST macros | Chris Robinson | 2018-12-27 | 1 | -9/+7 |
* | Use a proper constructor/destructor for the ALCbackend base | Chris Robinson | 2018-12-27 | 1 | -6/+6 |
* | Return unique_ptrs instead of raw pointers | Chris Robinson | 2018-12-27 | 1 | -2/+1 |
* | Clean up the ring buffer struct and use member functions | Chris Robinson | 2018-12-26 | 1 | -5/+8 |
* | Remove extraneous typedef, struct, and enum keywords | Chris Robinson | 2018-12-24 | 1 | -3/+3 |
* | Avoid using select() | Chris Robinson | 2018-12-24 | 1 | -39/+25 |
* | Use a normal delete instead of ll_ringbuffer_free | Chris Robinson | 2018-12-22 | 1 | -8/+7 |
* | Use inline methods for the device format sizes | Chris Robinson | 2018-12-19 | 1 | -11/+9 |
* | 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 |
* | 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 |
* | 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 |