summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Adding ARM64 support and optimized Neon implementation (#270)RonenGvili2022-04-293-2/+26
| | | | Add NEON intrinsics routines for lpc_compute_residual_from_qlp_coefficients and lpc_compute_residual_from_qlp_coefficients_wide
* [CMake] Enable building ogg together with flac (#325)Martijn van Beurden2022-04-271-6/+2
| | | | This reverts the part of commit 2013738 that searched for a local ogg build
* [CMake] Add check for PPC64, POWER8/9 and vec_doublehMartijn van Beurden2022-04-255-0/+53
| | | | | Add checks for POWER8/9 intrinsics similar to those in autotools to cmake
* CMake: Make FORTIFY_SOURCE optionalNotTsunami2022-04-131-10/+0
| | | | * Also add in checking for libssp for MinGW
* [CMake] Add options for better MS Visual Studio buildingMartijn van Beurden2022-04-131-2/+6
|
* CMake polishingevpobr2020-05-142-0/+30
| | | | | | | | | | | | | | * Improve CPU features detection CMAKE_SYSTEM_PROCESSOR is pretty useless (e.g. when compiling with MSVC ARM64 toolchain and Ninja still returns system processor). * Don't build src/utils targets by default Fix compilation for UWP platform. * Add more Visual studio Git ignore patterns * Autogenerate Doxygen docs
* Bunch of CMake fixesevpobr2020-05-031-1/+1
| | | | | | | | | | | | * Add more Git ignore patterns * Fix Ogg dependency handling (closes #203) * Remove unneeded compiler flag (closes #204) * Fix Visual Studio DLL build error error C2491: 'flac_internal_rename_utf8': definition of dllimport function not allowed (closes #205) * Add alias targets * Reduce number of CMake files * Improve CMake intrinsics detection
* Ogg::Ogg renamed to Ogg::oggVitaliy Kirsanov2019-05-041-3/+3
|
* Use of BUILD_SHARED_LIBS addedVitaliy Kirsanov2019-05-042-20/+6
|
* CMake minimum required lowered to 3.1Vitaly Kirsanov2019-05-041-18/+11
|
* /test/*.sh enabled for CTest in UNIXVitaliy Kirsanov2019-05-041-8/+13
|
* FindOGG.cmake module addedVitaliy Kirsanov2019-05-041-0/+34
|
* CMake support addedVitaliy Kirsanov2019-05-041-0/+81