| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename the mmdevapi backend to wasapi | Chris Robinson | 2018-03-09 | 1 | -2/+2 |
* | Add SDL2 backend for playback, fix #173 | Jan Niklas Hasse | 2018-03-07 | 1 | -0/+3 |
* | Check for a cbrtf function | Chris Robinson | 2018-02-06 | 1 | -0/+3 |
* | Add a ctz64 fallback using _BitScanForward when available | Chris Robinson | 2018-01-27 | 1 | -0/+3 |
* | Check for _BitScanForward64 before using it | Chris Robinson | 2018-01-27 | 1 | -0/+3 |
* | Remove now-unused alloca and VLA checks | Chris Robinson | 2018-01-21 | 1 | -6/+0 |
* | Add a method to get the system's page size | Chris Robinson | 2018-01-16 | 1 | -0/+3 |
* | Add a check for pthread_setname_np with three parameters | Chris Robinson | 2017-09-15 | 1 | -0/+3 |
* | Use getopt to handle options in makehrtf | Chris Robinson | 2017-08-20 | 1 | -0/+3 |
* | Define a backup log2f if the compiler doesn't have it | Chris Robinson | 2017-06-29 | 1 | -0/+3 |
* | Remove unused HIDDEN_DECL macro | Chris Robinson | 2017-05-30 | 1 | -3/+0 |
* | Porperly check for and use __builtin_assume_aligned | Chris Robinson | 2017-02-13 | 1 | -0/+3 |
* | Trace the commit ID and branch the library was built from | Chris Robinson | 2016-12-21 | 1 | -3/+0 |
* | Add a cmake option to embed the HRTF data | Chris Robinson | 2016-07-12 | 1 | -0/+6 |
* | Remove an IN_IDE_PARSER hack | Chris Robinson | 2016-06-07 | 1 | -6/+0 |
* | Remove unneeded check for io.h | Chris Robinson | 2016-01-24 | 1 | -3/+0 |
* | Explicit check if pthread_setname_np accepts only one parameter | Chris Robinson | 2016-01-21 | 1 | -0/+3 |
* | Fix for systems that don't have strnlen | Chris Robinson | 2016-01-21 | 1 | -0/+3 |
* | Remove some unused function checks | Chris Robinson | 2015-11-08 | 1 | -6/+0 |
* | Add missing config.h entry for modff | Chris Robinson | 2015-10-30 | 1 | -0/+3 |
* | Remove the MIDI code | Chris Robinson | 2015-10-20 | 1 | -3/+0 |
* | Move the FIR4 from SSE2 to SSE3 | Chris Robinson | 2015-10-11 | 1 | -0/+1 |
* | Add a function to get a list of data files | Chris Robinson | 2015-10-03 | 1 | -2/+2 |
* | Remove some IN_IDE_PARSER uses | Chris Robinson | 2014-12-24 | 1 | -1/+1 |
* | Add a skeleton backend for JACK | Chris Robinson | 2014-12-21 | 1 | -0/+3 |
* | Try the __cpuid intrinsic if GCC's __get_cpuid isn't available | Chris Robinson | 2014-08-11 | 1 | -0/+6 |
* | Check for GCC's __get_cpuid before using it | Chris Robinson | 2014-08-11 | 1 | -0/+3 |
* | Remove a couple unnecessary HAVE_*_H header defines | Chris Robinson | 2014-08-11 | 1 | -6/+0 |
* | Support C11 atomics | Chris Robinson | 2014-07-23 | 1 | -0/+3 |
* | Add SSE2 and SSE4.1 linear resamplers | Timothy Arceri | 2014-06-06 | 1 | -0/+2 |
* | Check for C99 _Bool support | Chris Robinson | 2014-05-06 | 1 | -0/+6 |
* | Use a backup in case pthread_mutex_timedlock isn't available | Chris Robinson | 2014-05-01 | 1 | -0/+3 |
* | Use C11 alignas when available | Chris Robinson | 2014-04-19 | 1 | -0/+6 |
* | Check explicitly for pthread_mutexattr_setkind_np before use | Chris Robinson | 2014-04-17 | 1 | -0/+3 |
* | Use C11's static_assert when available | Chris Robinson | 2014-04-07 | 1 | -0/+3 |
* | Check for ftw and _wfindfirst | Chris Robinson | 2014-03-27 | 1 | -2/+14 |
* | Use C99 VLA instead of alloca when available | Chris Robinson | 2014-03-25 | 1 | -0/+3 |
* | Use alloca for temp space decoding/encoding IMA4 blocks | Chris Robinson | 2014-03-03 | 1 | -0/+3 |
* | Include sys/sysconf.h if available for sysconf() | Chris Robinson | 2014-01-18 | 1 | -0/+3 |
* | Add an option for FLuidSynth to handle MIDI | Chris Robinson | 2013-11-28 | 1 | -0/+3 |
* | Include strings.h when available | Chris Robinson | 2013-11-05 | 1 | -0/+3 |
* | Add a method to set the running thread's name | Chris Robinson | 2013-10-26 | 1 | -0/+6 |
* | Check for MinGW in CMakeLists.txt instead of config.h | Chris Robinson | 2013-06-20 | 1 | -3/+0 |
* | Work around some problems with KDevelop's parser | Chris Robinson | 2013-06-18 | 1 | -0/+6 |
* | Don't explicitly check for fesetround | Chris Robinson | 2013-05-22 | 1 | -3/+0 |
* | Use restrict instead of RESTRICT | Chris Robinson | 2013-05-22 | 1 | -3/+0 |
* | Add a QSA backend for QNX | Chris Robinson | 2013-03-14 | 1 | -0/+3 |
* | Explicitly check for malloc.h | Chris Robinson | 2012-11-25 | 1 | -0/+3 |
* | Remove the float math wrapper functions | Chris Robinson | 2012-10-25 | 1 | -33/+0 |
* | Define RESTRICT in config.h instead of alMain.h | Chris Robinson | 2012-10-09 | 1 | -6/+4 |