aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* cmake/toolchain.clang-default.cmake Adjust for MacOS >= 10.13 (Min Deployment...Sven Gothel2023-12-031-2/+6
* Merge remote-tracking branch 'upstream/master'Sven Gothel2023-11-281-7/+5
|\
| * Don't use an import target for OpenSLChris Robinson2023-07-041-7/+5
* | cmake/toolchain.clang-x86_32.cmake: MacOS Min Deployment Target 10.7Sven Gothel2023-05-061-2/+2
* | cmake/toolchain.clang-default.cmake: Adjust for MacOS clang++'s libc++ usage,...Sven Gothel2023-05-041-5/+17
* | cmake/{customconfig->toolchain}.* and add LINKER_FLAGS '-static-libstdc++' ->...Sven Gothel2023-05-047-23/+36
* | Windows toolchain: Expect MinGW64 w/ 'posix threads' and perform static linka...Sven Gothel2023-05-041-0/+6
* | Merge branch 'v1.23.1'Sven Gothel2023-05-0312-1373/+83
|\|
| * Don't include the array definition with bin2hChris Robinson2023-01-131-3/+2
| * Use SDL2's sdl2-config.cmakeChris Robinson2022-11-161-191/+0
| * Avoid unnecessary duplicate CMake variablesChris Robinson2022-11-161-9/+0
| * Update alffplay to support newer ffmpeg versionsChris Robinson2022-08-201-16/+2
| * Avoid explicitly searching for the WindowsSDKChris Robinson2021-01-192-675/+0
| * Use an import target for linking OpenSLChris Robinson2020-12-241-12/+11
| * Recognize ARM64 as a VS platformChris Robinson2020-11-181-1/+3
| * macOS osx/ios dynamic framework support (#466)HALX992020-08-241-725/+0
| * Fix configure-time ffmpeg version detectionChris Robinson2020-08-121-11/+3
| * Add ios build for travis (#452)HALX992020-08-011-0/+725
| * Revert "Don't call find_package(WindowsSDK) if the platform ver is already set"Chris Robinson2020-07-091-6/+6
| * Don't call find_package(WindowsSDK) if the platform ver is already setChris Robinson2020-07-081-6/+6
| * Enable to detect Windows SDK v2004HALX992020-06-111-0/+1
| * Use an import target for libsndfileChris Robinson2020-04-191-4/+6
| * Add an Oboe backend stubChris Robinson2020-04-181-0/+31
| * Use a cmake script to convert a binary file to a header fileChris Robinson2020-04-041-0/+13
| * Remove the QSA backendChris Robinson2020-03-291-34/+0
| * Fix find_package_handle_standard_args name mismatch warningsAaron Jacobs2020-03-283-3/+3
| * Convert the examples from SDL_sound to libsndfileChris Robinson2020-03-241-429/+0
| * Use libsndfile for the alplay exampleChris Robinson2020-03-241-0/+23
* | Bug 1417 - Android: OpenAL-Soft toolchain.android.cmake: Only build libOpenAL...Sven Gothel2019-12-251-0/+9
* | Bug 1417 - Android: OpenAL-Soft toolchain.android.cmake: ANDROID_API_LEVEL [2...Sven Gothel2019-12-251-5/+9
* | Bug 1417 - Android: OpenAL-Soft toolchain.android.cmake cleanup and NDK r20 a...Sven Gothel2019-12-241-133/+136
* | merge v1.20.0Sven Gothel2019-12-126-145/+155
|\|
| * Remove large file macrosChris Robinson2019-09-222-48/+0
| * Enable to detect Windows SDK v1903Minmin Gong2019-08-091-9/+10
| * Fix OpenSL library nameChris Robinson2019-07-101-1/+1
| * Get rid of the custom CHECK_SHARED_FUNCTION_EXISTS functionChris Robinson2019-07-101-92/+0
| * Use a find module for OpenSLChris Robinson2019-07-101-0/+64
| * Fix building makehrtf and sofa-info on WindowsChris Robinson2019-01-221-2/+23
| * Add a FindMySOFA cmake moduleChris Robinson2019-01-211-0/+60
| * Update FindWindowsSDK.cmakewangwenx1902018-11-271-4/+4
| * Update FindWindowsSDK.cmakewangwenx1902018-11-271-0/+4
* | Skip native build time executables when crosscompiling; Fix aarch64 + armv6hf...Sven Gothel2019-04-082-6/+18
* | Merge branch 'v1.19' of git://repo.or.cz/openal-soft into v1.19v1.19Sven Gothel2019-04-076-24/+672
|\|
| * Don't cache SDL2_LIBRARY_TEMP with CMakeChris Robinson2018-03-291-11/+9
| * Handle libossaudio as an optional OSS libraryChris Robinson2017-09-151-1/+13
| * Don't require SDL_sound for alffplayChris Robinson2017-02-111-0/+6
| * Update cmake scripts to handle policy 0054Chris Robinson2016-11-221-2/+2
| * fixed minor check in FindDSound.cmakeseptag2016-11-031-4/+6
| * Added cmake FindWindowsSDK for FindDSound module and fixed FindDSound.cmakeseptag2016-11-032-53/+639
| * Added cmake support for dsound and windows 8/10 SDKsseptag2016-10-301-8/+52