aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
Commit message (Expand)AuthorAgeFilesLines
* Don't bother checking for std::aligned_allocChris Robinson2021-01-221-3/+0
* Don't use config.h to define RESTRICTChris Robinson2020-09-011-3/+0
* Avoid a cmake check for determining the size of longChris Robinson2020-08-131-3/+0
* Avoid explicit checks for _BitScanForward[64]Chris Robinson2020-06-071-6/+0
* Check that aligned_alloc is available with cmakeChris Robinson2020-05-191-0/+3
* Add an Oboe backend stubChris Robinson2020-04-181-0/+3
* Remove some unnecessary cmake checksChris Robinson2020-04-141-9/+0
* Remove the QSA backendChris Robinson2020-03-291-3/+0
* Remove the check for stat()Chris Robinson2020-03-211-3/+0
* Remove unnecessary long long checksChris Robinson2019-09-161-3/+0
* Remove a couple more cmake checksChris Robinson2019-07-281-6/+0
* Remove some unnecessary header checksChris Robinson2019-07-281-18/+0
* Don't explicitly check for standard functionsChris Robinson2019-07-261-3/+0
* Remove the unused ALIGN macroChris Robinson2019-06-061-3/+0
* Don't bother trying _controlfp or __control87_2Chris Robinson2019-03-181-6/+0
* Check compile-time support for SSE intrinsicsChris Robinson2019-03-181-0/+3
* Don't check for __int64Chris Robinson2019-02-111-3/+0
* Remove unneeded mutex checksChris Robinson2018-11-271-6/+0
* Remove unused headers and checksChris Robinson2018-11-171-18/+0
* Remove ASSUME_ALIGNEDChris Robinson2018-11-171-3/+0
* Remove checks for functions that always existChris Robinson2018-11-151-12/+0
* Remove some now-unused function checksChris Robinson2018-11-141-9/+0
* Add a RESTRICT macro to help with C++ compatibilityChris Robinson2018-10-291-0/+3
* Check for and use copysignfChris Robinson2018-08-291-0/+3
* Use proc_pidpath to get the process path on macOS when availableChris Robinson2018-03-241-0/+3
* Rename the mmdevapi backend to wasapiChris Robinson2018-03-091-2/+2
* Add SDL2 backend for playback, fix #173Jan Niklas Hasse2018-03-071-0/+3
* Check for a cbrtf functionChris Robinson2018-02-061-0/+3
* Add a ctz64 fallback using _BitScanForward when availableChris Robinson2018-01-271-0/+3
* Check for _BitScanForward64 before using itChris Robinson2018-01-271-0/+3
* Remove now-unused alloca and VLA checksChris Robinson2018-01-211-6/+0
* Add a method to get the system's page sizeChris Robinson2018-01-161-0/+3
* Add a check for pthread_setname_np with three parametersChris Robinson2017-09-151-0/+3
* Use getopt to handle options in makehrtfChris Robinson2017-08-201-0/+3
* Define a backup log2f if the compiler doesn't have itChris Robinson2017-06-291-0/+3
* Remove unused HIDDEN_DECL macroChris Robinson2017-05-301-3/+0
* Porperly check for and use __builtin_assume_alignedChris Robinson2017-02-131-0/+3
* Trace the commit ID and branch the library was built fromChris Robinson2016-12-211-3/+0
* Add a cmake option to embed the HRTF dataChris Robinson2016-07-121-0/+6
* Remove an IN_IDE_PARSER hackChris Robinson2016-06-071-6/+0
* Remove unneeded check for io.hChris Robinson2016-01-241-3/+0
* Explicit check if pthread_setname_np accepts only one parameterChris Robinson2016-01-211-0/+3
* Fix for systems that don't have strnlenChris Robinson2016-01-211-0/+3
* Remove some unused function checksChris Robinson2015-11-081-6/+0
* Add missing config.h entry for modffChris Robinson2015-10-301-0/+3
* Remove the MIDI codeChris Robinson2015-10-201-3/+0
* Move the FIR4 from SSE2 to SSE3Chris Robinson2015-10-111-0/+1
* Add a function to get a list of data filesChris Robinson2015-10-031-2/+2
* Remove some IN_IDE_PARSER usesChris Robinson2014-12-241-1/+1
* Add a skeleton backend for JACKChris Robinson2014-12-211-0/+3