summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Only build platform RTCD sources when enabled.Timothy B. Terriberry2022-07-091-4/+4
* cmake - move warning C4244 to level 4Marcus Asteborg2022-07-071-0/+4
* cmake - fix rtcd detection on x86 non windowsMarcus Asteborg2022-07-071-2/+12
* cmake - Add OPUS_BUILD to test targetsMarcus Asteborg2022-07-051-0/+5
* cmake - add support to run ctest on android #2347Marcus Asteborg2021-05-121-20/+29
* cmake - add option for fixed point debugMarcus Asteborg2020-11-211-0/+12
* cmake - add option for check asmMarcus Asteborg2020-11-211-0/+8
* cmake - add option for fuzzingMarcus Asteborg2020-11-211-0/+8
* cmake - add option for hardeningMarcus Asteborg2020-11-211-1/+9
* cmake - add option for assertionsMarcus Asteborg2020-11-211-0/+8
* CMakeLists.txt: specify working directory in add_test() directivesDavide Beatrici2020-11-211-4/+4
* CMakeLists.txt: specify path to target file in add_test() directivesDavide Beatrici2020-11-211-4/+4
* cmake - change logging of api version to debugMarcus Asteborg2020-11-211-1/+1
* cmake - MINGW check for ssp lib and link if security features is enabledMarcus Asteborg2020-08-081-6/+16
* CMake: Make _FORTIFY_SOURCE optionalZeno Endemann2020-08-081-1/+7
* cmake - fix bugs around consuming Opus as a submodule in cmake and package ve...Marcus Asteborg2020-08-081-15/+7
* cmake - Fix typo bug in enable_float_api optionMarcus Asteborg2020-08-081-1/+1
* cmake - refactor and cleanup optionsMarcus Asteborg2020-06-131-111/+113
* cmake - add option to disable intrinsicsMarcus Asteborg2020-06-131-113/+118
* cmake - move all compiler feature detection to OpusConfigMarcus Asteborg2020-06-131-35/+28
* cmake - move cmake related files to cmake folder to make root dir less busyMarcus Asteborg2020-06-131-5/+5
* cmake - only publish opus_custom.h if custom modes is enabled #121Marcus Asteborg2020-06-131-1/+4
* cmake - add headers to projectMarcus Asteborg2020-06-131-3/+3
* Add support to CMake build for building frameworks on Apple systems.Simon Jackson2020-06-131-5/+21
* cmake - add option for fast mathMarcus Asteborg2020-04-201-0/+15
* cmake - add option for float_approx for IEEE 754 compatible targetsMarcus Asteborg2020-04-201-0/+9
* cmake - Add variable length detection and alloca detectionMarcus Asteborg2020-04-201-8/+27
* CMake ChangesNathaniel R. Lewis2020-04-201-1/+1
* cmake - Fix OPUS_STACK_PROTECTOR optionMarcus Asteborg2020-04-201-4/+11
* cmake - Add OPUS prefix to feature info to show correct commandline optionMarcus Asteborg2020-04-201-15/+14
* cmake - Add option for testing to improve cliMarcus Asteborg2020-04-201-0/+7
* cmake - intinsics fixes, only compile SSE source with SSE flags on non-window...Marcus Asteborg2020-04-201-31/+94
* cmake - add math library for test programs demo and compare when building dyn...willson-chen2020-04-201-2/+2
* cmake - Fix CMake install include directoryevpobr2020-04-201-0/+1
* cmake - Add support for detecting the presence of lrint and lrintf.Nathaniel R. Lewis2020-04-201-0/+5
* cmake - add CPack and default to TGZ packageMarcus Asteborg2020-04-201-0/+2
* CMake: use PACKAGE_VERSION for the pkg-config fileDeadSix272020-01-191-2/+1
* CMake: Add alias Opus::opus for opus library. Useful for CMake superbuild pat...Nathaniel R. Lewis2020-01-191-0/+2
* CMake: Add shared library to featuresMarcus Asteborg2020-01-191-1/+3
* CMake: add option to set BUILD_SHARED_LIBS variableDavide Beatrici2020-01-191-0/+6
* Fix typo in _FORTIFY_SOURCE define.Marcus Asteborg2019-06-041-1/+1
* CMake changesMarcus Asteborg2019-04-111-1/+1
* CMake changesMarcus Asteborg2019-04-101-2/+50
* Adding CMake support for Windows, Mac, Linux and Android Co-Authored-By: evpobrMarcus Asteborg2019-04-031-0/+363