Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert event.c to C++ | Chris Robinson | 2018-11-16 | 1 | -1/+1 |
| | |||||
* | Convert sample_cvt.c to C++ | Chris Robinson | 2018-11-16 | 1 | -1/+1 |
| | |||||
* | Convert the PortAudio backend factory | Chris Robinson | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Convert the WinMM backend factory | Chris Robinson | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Convert the DSound backend factory | Chris Robinson | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Convert the QSA backend factory | Chris Robinson | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Convert the OSS backend factory | Chris Robinson | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Convert the SndIO backend factory | Chris Robinson | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Convert the Solaris backend factory | Chris Robinson | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Convert the SDL2 backend factory | Chris Robinson | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Convert the JACK backend factory | Chris Robinson | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Convert the Wave Writer backend factory | Chris Robinson | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Convert the OpenSL backend factory | Chris Robinson | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Convert the ALSA backend factory | Chris Robinson | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Convert the CoreAudio backend factory | Chris Robinson | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Convert the WASAPI backend factory | Chris Robinson | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Convert the PulseAudio backend factory | Chris Robinson | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Update the loopback backend | Chris Robinson | 2018-11-15 | 1 | -0/+1 |
| | |||||
* | Start a new backend factory API | Chris Robinson | 2018-11-15 | 1 | -0/+1 |
| | | | | | Using proper class inheritance. Be aware this breaks all backends except null (and loopback). They will be restored individually in due time. | ||||
* | Remove checks for functions that always exist | Chris Robinson | 2018-11-15 | 1 | -38/+0 |
| | | | | | They're part of C++11 and available on the testing systems. If some system has trouble, switching to proper C++ calls should fix it. | ||||
* | Remove the unused al_string API | Chris Robinson | 2018-11-15 | 1 | -1/+0 |
| | |||||
* | Convert alSource.c to C++ | Chris Robinson | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Remove some now-unused function checks | Chris Robinson | 2018-11-14 | 1 | -3/+0 |
| | |||||
* | Convert ALc.c to C++ | Chris Robinson | 2018-11-14 | 1 | -1/+1 |
| | |||||
* | Move extern inline declarations to their own C source | Chris Robinson | 2018-11-14 | 1 | -0/+1 |
| | |||||
* | Convert the CoreAudio backend to C++ | Chris Robinson | 2018-11-13 | 1 | -1/+1 |
| | |||||
* | Convert the QSA backend to C++ | Chris Robinson | 2018-11-13 | 1 | -1/+1 |
| | | | | | This may very well not work, since there's no testing and my IDE is not able to show real problems over the incompatibilities with ALSA headers. | ||||
* | Convert the backend base to C++ | Chris Robinson | 2018-11-13 | 1 | -1/+1 |
| | |||||
* | Convert the ALSA backend to C++ | Chris Robinson | 2018-11-13 | 1 | -1/+1 |
| | |||||
* | Convert the JACK backend to C++ | Chris Robinson | 2018-11-13 | 1 | -1/+1 |
| | |||||
* | Convert the OpenSL backend to C++ | Chris Robinson | 2018-11-13 | 1 | -1/+1 |
| | |||||
* | Convert the OSS backend to C++ | Chris Robinson | 2018-11-12 | 1 | -1/+1 |
| | |||||
* | Convert the PortAudio backend to C++ | Chris Robinson | 2018-11-12 | 1 | -1/+1 |
| | |||||
* | Convert the SoundIO backend to C++ | Chris Robinson | 2018-11-12 | 1 | -1/+1 |
| | |||||
* | Convert the Solaris backend to C++ | Chris Robinson | 2018-11-12 | 1 | -1/+1 |
| | |||||
* | Convert the SDL2 backend to C++ | Chris Robinson | 2018-11-12 | 1 | -1/+1 |
| | |||||
* | Convert helpers.c to C++ | Chris Robinson | 2018-11-11 | 1 | -1/+1 |
| | |||||
* | Define the examples' common library earlier | Chris Robinson | 2018-11-11 | 1 | -5/+5 |
| | |||||
* | Move altimespec_get and al_nssleep to examples' common code | Chris Robinson | 2018-11-10 | 1 | -1/+1 |
| | |||||
* | Convert alconfig to C++ | Chris Robinson | 2018-11-10 | 1 | -1/+1 |
| | |||||
* | Convert hrtf.c to C++ | Chris Robinson | 2018-11-09 | 1 | -1/+1 |
| | |||||
* | Convert the null backend to C++ | Chris Robinson | 2018-11-09 | 1 | -1/+1 |
| | |||||
* | Convert the loopback backend to C++ | Chris Robinson | 2018-11-09 | 1 | -1/+1 |
| | |||||
* | Convert the wave backend to C++ | Chris Robinson | 2018-11-09 | 1 | -1/+1 |
| | |||||
* | Convert the WinMM backend to C++ | Chris Robinson | 2018-11-08 | 1 | -1/+1 |
| | |||||
* | Fix a macro typo | Chris Robinson | 2018-11-08 | 1 | -1/+1 |
| | |||||
* | Prevent MSVC's dumb min/max macros | Chris Robinson | 2018-11-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #246 from john-preston/fix_macro | kcat | 2018-11-08 | 1 | -1/+1 |
|\ | | | | | Fix Resample_bsinc_SSE pointer casts. | ||||
| * | Fix Resample_bsinc_SSE pointer casts. | John Preston | 2018-11-08 | 1 | -1/+1 |
| | | | | | | | | Regression was introduced in 5ec11a017c. | ||||
* | | Disable MSVC warning C4200 | Chris Robinson | 2018-11-06 | 1 | -1/+1 |
| | | | | | | | | "nonstandard extension used: zero-sized array in struct/union" |