aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Avoid using wmain on WindowsChris Robinson2017-08-301-3/+0
* Pass the current cmake generator to the native-tools buildChris Robinson2017-08-301-1/+1
* Automatically generate the bsinc table when buildingChris Robinson2017-08-281-15/+14
* Allow specifying the output filename with bsincgenChris Robinson2017-08-261-0/+3
* Always declare a native-tools build targetChris Robinson2017-08-261-34/+38
* Install the itu5.1-nocenter.ambdec presetChris Robinson2017-08-211-0/+1
* Properly add getopt.c to makehrtfChris Robinson2017-08-201-2/+3
* Use getopt to handle options in makehrtfChris Robinson2017-08-201-0/+5
* Improve unicode handling for makehrtfChris Robinson2017-08-201-0/+3
* Keep bsinc info together in a structChris Robinson2017-08-151-1/+0
* Release 1.18.1openal-soft-1.18.1Chris Robinson2017-07-291-1/+1
* Rename the OpenAL target if also building the routerChris Robinson2017-07-101-68/+70
* Generate the def and lib files from the router when builtChris Robinson2017-07-091-27/+28
* Reorganize some Windows-only CMake commandsChris Robinson2017-07-091-66/+68
* Use a macro to add backend include dirsChris Robinson2017-07-081-27/+15
* Set the proper ldflags for the routerChris Robinson2017-07-071-1/+1
* Support ALC_EXT_thread_local_context in the routerChris Robinson2017-07-071-0/+1
* Don't add --output-def to EXTRA_LDFLAGSChris Robinson2017-07-011-2/+3
* Define a backup log2f if the compiler doesn't have itChris Robinson2017-06-291-0/+1
* Add forwarding for the AL functionsChris Robinson2017-06-281-1/+1
* Start a router DLLChris Robinson2017-06-281-10/+47
* Add a recording example appChris Robinson2017-06-231-0/+14
* Release 1.18.0openal-soft-1.18.0Chris Robinson2017-06-041-2/+2
* Remove unused HIDDEN_DECL macroChris Robinson2017-05-301-2/+0
* Add a new compressor/limiterChris Robinson2017-05-271-0/+1
* Move native-tools to the root directoryChris Robinson2017-05-051-1/+1
* Implement cross-platform embedding of HRTF dataalexey.lysiuk2017-05-051-38/+29
* Compile with -fno-math-errno when availableChris Robinson2017-04-261-0/+5
* Remove const from _Atomic vars to make Clang happyChris Robinson2017-04-211-4/+3
* Move internal headers out of the include directoryChris Robinson2017-04-141-1/+1
* Add a sample converterChris Robinson2017-04-101-0/+1
* Require CMake 3.0.2Chris Robinson2017-03-261-51/+1
* Add include/AL to the exported includes destinationChris Robinson2017-03-261-1/+1
* Fix the lib name for the .pc fileChris Robinson2017-03-181-5/+7
* Increase _XOPEN_SOURCE to 600 for SolarisChris Robinson2017-03-121-2/+2
* Add an NFC filter implementationChris Robinson2017-03-091-0/+1
* Update alffplay for newer ffmpeg and convert to C++Chris Robinson2017-03-051-12/+12
* Remove ex-common and test-common static libsChris Robinson2017-03-041-21/+14
* Remove unnecessary wrappers around SDL_soundChris Robinson2017-03-041-5/+1
* Use the LINK_FLAGS property instead of abusing libs for flagsChris Robinson2017-03-041-4/+8
* Export cmake import targets for project build treeMarcel Metz2017-03-051-0/+3
* Export cmake import targets for project install treeMarcel Metz2017-03-051-1/+6
* Rename logical CMake target `openal` to `OpenAL`Marcel Metz2017-03-051-35/+37
* Compile `common` library within dependent targetsMarcel Metz2017-03-041-22/+15
* Make logical target name `openal` uniform accross all platformsMarcel Metz2017-03-041-41/+42
* Set CMP0020 for QtChris Robinson2017-02-251-0/+3
* Porperly check for and use __builtin_assume_alignedChris Robinson2017-02-131-0/+13
* Print separate messages for building sdl_sound and ffmpeg examplesChris Robinson2017-02-121-3/+3
* Don't require SDL_sound for alffplayChris Robinson2017-02-111-49/+58
* Also log to __android_log_print on AndroidChris Robinson2017-01-261-0/+7