aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* macOS osx/ios dynamic framework support (#466)HALX992020-08-241-3/+67
* Use CMAKE_DLLTOOL instead of looking for dlltool manuallyChris Robinson2020-08-201-12/+3
* Rename ALSOFT_INSTALL_HRTF_DEFS to ALSOFT_INSTALL_HRTF_DATAChris Robinson2020-08-131-4/+4
* Avoid a cmake check for determining the size of longChris Robinson2020-08-131-4/+0
* Improve handling main() with UTF-8 args on WindowsChris Robinson2020-08-121-12/+21
* Add a comment about 32-bit GCC stack aligning with SSE codegenChris Robinson2020-08-051-0/+4
* Force stack alignment on 32-bit gcc for proper SSE use (#462)Luis Cáceres2020-08-051-0/+1
* Revert "Don't call find_package(WindowsSDK) if the platform ver is already set"Chris Robinson2020-07-091-7/+4
* Don't call find_package(WindowsSDK) if the platform ver is already setChris Robinson2020-07-081-4/+7
* Fix a typoChris Robinson2020-06-121-1/+1
* Link with the CoreFoundation framework on iOSChris Robinson2020-06-111-2/+7
* More capitalization fixesChris Robinson2020-06-111-451/+451
* Fix some capitalizationChris Robinson2020-06-111-217/+217
* Don't export functions when static linkingChris Robinson2020-06-101-22/+28
* Avoid explicit checks for _BitScanForward[64]Chris Robinson2020-06-071-14/+0
* Move BUFFERSIZE and FloatBufferLine to a separate headerChris Robinson2020-05-191-0/+1
* Check that aligned_alloc is available with cmakeChris Robinson2020-05-191-3/+10
* Move the bsinc tables out of commonChris Robinson2020-05-111-3/+3
* Re-add an option for installing the main libChris Robinson2020-05-071-28/+29
* Avoid unnecessary PATH_SUFFIXESChris Robinson2020-04-261-13/+12
* Remove some hopefully unneeded macrosChris Robinson2020-04-251-7/+1
* Simplify some install statementsChris Robinson2020-04-191-32/+19
* Use an import target for libsndfileChris Robinson2020-04-191-35/+25
* Fix some message formattingChris Robinson2020-04-191-1/+1
* Make sure HAVE_OBOE is cleared before checkingChris Robinson2020-04-191-26/+27
* Correctly test for SSE switchesChris Robinson2020-04-191-25/+33
* Rename install options for consistencyChris Robinson2020-04-191-14/+23
* Don't explicitly link libpthreadChris Robinson2020-04-191-5/+0
* Build Oboe with hidden visibilityChris Robinson2020-04-181-0/+10
* Add an Oboe backend stubChris Robinson2020-04-181-0/+29
* Combine multiple target installsChris Robinson2020-04-151-27/+19
* Fix installing alsoft-configChris Robinson2020-04-151-4/+4
* Combine utility target installsChris Robinson2020-04-141-6/+6
* Always define install targets for the main libraryChris Robinson2020-04-141-67/+53
* Simplify some indentationChris Robinson2020-04-141-25/+22
* Remove some unnecessary cmake checksChris Robinson2020-04-141-5/+0
* Ignore "attribute '...' is not recognized" MSVC warningChris Robinson2020-04-101-1/+1
* Remove an unused cmake variableChris Robinson2020-04-101-9/+0
* Apply static-link flags directly to the targetChris Robinson2020-04-101-11/+12
* Merge pull request #167 from aaronmjacobs/build-version-optionkcat2020-04-051-1/+2
|\
| * Add option to disable "build_version" cmake targetAaron Jacobs2018-01-281-1/+2
* | Use a cmake script to convert a binary file to a header fileChris Robinson2020-04-041-35/+4
* | Remove the now-unused bsincgenChris Robinson2020-04-021-19/+5
* | Generate the bsinc tables using constexpr methodsChris Robinson2020-04-021-0/+3
* | Move the FrontStablizer definition to its own headerChris Robinson2020-03-301-0/+1
* | Remove the QSA backendChris Robinson2020-03-291-18/+0
* | Convert the examples from SDL_sound to libsndfileChris Robinson2020-03-241-57/+40
* | Use libsndfile for the alplay exampleChris Robinson2020-03-241-7/+17
* | Update to C++14Chris Robinson2020-03-221-2/+2
* | Remove the check for stat()Chris Robinson2020-03-211-2/+0