aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix copy-paste errorChris Robinson2020-10-261-3/+3
| * Clear /W3 on MSVC since we use /W4Chris Robinson2020-10-251-0/+7
| * Add a comment about building for static linkingChris Robinson2020-10-251-0/+2
| * Enable standard stdio methods with MinGWChris Robinson2020-10-131-0/+3
| * Don't use config.h to define RESTRICTChris Robinson2020-09-011-2/+3
| * Rename buffer_formats to buffer_storageChris Robinson2020-08-271-2/+2
| * De-duplicate LoadSampleArray and FmtTypeTraitsChris Robinson2020-08-261-0/+2
| * Base the convolution example on the simpler stream exampleChris Robinson2020-08-261-1/+1
| * Add an example using convolution reverbChris Robinson2020-08-251-0/+4
| * Stub out a convolution effect stateChris Robinson2020-08-241-0/+1
| * Move storable buffer format info to a separate sourceChris Robinson2020-08-241-0/+2
| * Clean up some commentsChris Robinson2020-08-241-20/+21
| * 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