| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for pthread_*_np functions in pthread_np.h when it exists | Chris Robinson | 2015-08-13 | 1 | -4/+10 |
* | Make installation of headers and libraries optional | Aaron Jacobs | 2015-08-12 | 1 | -31/+40 |
* | Check for snprintf in stdio.h | Chris Robinson | 2015-06-07 | 1 | -1/+1 |
* | Add a skeleton backend for JACK | Chris Robinson | 2014-12-21 | 1 | -0/+22 |
* | Check that atomic_load works with a const _Atomic | Chris Robinson | 2014-09-05 | 1 | -1/+1 |
* | Fix the __get_cpuid cmake check | Chris Robinson | 2014-09-05 | 1 | -1/+1 |
* | Include the common sources when building statically | Chris Robinson | 2014-08-23 | 1 | -1/+5 |
* | Use the POSITION_INDEPENDENT_CODE target property when available | Chris Robinson | 2014-08-16 | 1 | -7/+12 |
* | Don't force specific compile flags for the different build types | Chris Robinson | 2014-08-16 | 1 | -17/+7 |
* | Search for the correct include and lib directories for the DX SDK | Chris Robinson | 2014-08-15 | 1 | -3/+0 |
* | Release 1.16.0openal-soft-1.16.0 | Chris Robinson | 2014-08-14 | 1 | -2/+2 |
* | Try the __cpuid intrinsic if GCC's __get_cpuid isn't available | Chris Robinson | 2014-08-11 | 1 | -0/+11 |
* | Check for GCC's __get_cpuid before using it | Chris Robinson | 2014-08-11 | 1 | -0/+9 |
* | Only support dsound and mmdevapi on Windows | Chris Robinson | 2014-08-11 | 1 | -36/+35 |
* | Don't try to generate .def or .lib files when building statically | Chris Robinson | 2014-08-10 | 1 | -18/+20 |
* | Add an option to build an import .lib with dlltool on mingw | Chris Robinson | 2014-08-10 | 1 | -22/+48 |
* | Properly set FluidSynth's include dir for older cmake versions | Chris Robinson | 2014-08-10 | 1 | -1/+1 |
* | Create a .def file when building with MinGW | Chris Robinson | 2014-08-10 | 1 | -0/+3 |
* | Add a 48khz HRTF data set | Chris Robinson | 2014-08-07 | 1 | -0/+1 |
* | Enable large file support | Chris Robinson | 2014-08-05 | 1 | -0/+10 |
* | Load fluidsynth dynamically when possible | Chris Robinson | 2014-08-05 | 1 | -33/+34 |
* | Don't try to use internal visibility | Chris Robinson | 2014-07-26 | 1 | -8/+3 |
* | Support C11 atomics | Chris Robinson | 2014-07-23 | 1 | -0/+10 |
* | Require SSE for SSE2, and SSE2 for SSE4.1 | Chris Robinson | 2014-06-07 | 1 | -2/+2 |
* | Add SSE2 and SSE4.1 linear resamplers | Timothy Arceri | 2014-06-06 | 1 | -10/+56 |
* | Add an ffmpeg-based example player | Chris Robinson | 2014-06-02 | 1 | -1/+43 |
* | Update the examples to use SDL2 | Chris Robinson | 2014-05-23 | 1 | -13/+17 |
* | Don't try to use the non-standard alloca.h | Chris Robinson | 2014-05-22 | 1 | -8/+1 |
* | Build a common static lib for reusable code | Chris Robinson | 2014-05-07 | 1 | -3/+15 |
* | Move RWLock and UIntMap implementations to common | Chris Robinson | 2014-05-07 | 1 | -0/+2 |
* | Check for C99 _Bool support | Chris Robinson | 2014-05-06 | 1 | -0/+11 |
* | Move atomic method definitions to a separate common source | Chris Robinson | 2014-05-06 | 1 | -1/+2 |
* | Move threads.c to a separate source dir | Chris Robinson | 2014-05-06 | 1 | -2/+3 |
* | Test _Alignas with 16 instead of 4 | Chris Robinson | 2014-05-05 | 1 | -1/+1 |
* | C11's alignas is also sufficient for SSE aligning | Chris Robinson | 2014-05-05 | 1 | -7/+9 |
* | Use a backup in case pthread_mutex_timedlock isn't available | Chris Robinson | 2014-05-01 | 1 | -0/+2 |
* | Simplify the cmake backend handling a bit | Chris Robinson | 2014-04-22 | 1 | -31/+24 |
* | Fix adding backend include directories | Chris Robinson | 2014-04-22 | 1 | -16/+48 |
* | Only declare backend options when the backend is available | Chris Robinson | 2014-04-20 | 1 | -22/+20 |
* | Don't link with libwinmm unless WinMM is enabled | Chris Robinson | 2014-04-19 | 1 | -11/+8 |
* | Use a find module to look for DirectSound | Chris Robinson | 2014-04-19 | 1 | -28/+27 |
* | Use find cmake modules for more backends | Chris Robinson | 2014-04-19 | 1 | -79/+76 |
* | Use C11 alignas when available | Chris Robinson | 2014-04-19 | 1 | -0/+10 |
* | Dont bother trying _alloca | Chris Robinson | 2014-04-19 | 1 | -6/+1 |
* | Set -D_GNU_SOURCE=1 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 earlier | Chris Robinson | 2014-04-19 | 1 | -4/+5 |
* | Use FindALSA.cmake to look for ALSA | Chris Robinson | 2014-04-19 | 1 | -15/+14 |
* | Only define SSE, Neon, and FluidSynth options if they're available | Chris Robinson | 2014-04-18 | 1 | -17/+15 |
* | Check explicitly for pthread_mutexattr_setkind_np before use | Chris Robinson | 2014-04-17 | 1 | -0/+3 |
* | Bump _WIN32_WINNT to 0x0502 (XP SP2) for GetThreadId | Chris Robinson | 2014-04-16 | 1 | -4/+4 |
* | Use C11's static_assert when available | Chris Robinson | 2014-04-07 | 1 | -0/+8 |