Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-10Only build platform RTCD sources when enabled.Timothy B. Terriberry
2022-07-08cmake - move warning C4244 to level 4Marcus Asteborg
2022-07-08cmake - fix rtcd detection on x86 non windowsMarcus Asteborg
2022-07-06cmake - Add OPUS_BUILD to test targetsMarcus Asteborg
2021-05-12cmake - add support to run ctest on android #2347Marcus Asteborg
2020-11-21cmake - add option for fixed point debugMarcus Asteborg
2020-11-21cmake - add option for check asmMarcus Asteborg
2020-11-21cmake - add option for fuzzingMarcus Asteborg
2020-11-21cmake - add option for hardeningMarcus Asteborg
2020-11-21cmake - add option for assertionsMarcus Asteborg
2020-11-21CMakeLists.txt: specify working directory in add_test() directivesDavide Beatrici
2020-11-21CMakeLists.txt: specify path to target file in add_test() directivesDavide Beatrici
2020-11-21cmake - change logging of api version to debugMarcus Asteborg
2020-08-08cmake - MINGW check for ssp lib and link if security features is enabledMarcus Asteborg
2020-08-08CMake: Make _FORTIFY_SOURCE optionalZeno Endemann
2020-08-08cmake - fix bugs around consuming Opus as a submodule in cmake and package ve...Marcus Asteborg
2020-08-08cmake - Fix typo bug in enable_float_api optionMarcus Asteborg
2020-06-13cmake - refactor and cleanup optionsMarcus Asteborg
2020-06-13cmake - add option to disable intrinsicsMarcus Asteborg
2020-06-13cmake - move all compiler feature detection to OpusConfigMarcus Asteborg
2020-06-13cmake - move cmake related files to cmake folder to make root dir less busyMarcus Asteborg
2020-06-13cmake - only publish opus_custom.h if custom modes is enabled #121Marcus Asteborg
2020-06-13cmake - add headers to projectMarcus Asteborg
2020-06-13Add support to CMake build for building frameworks on Apple systems.Simon Jackson
2020-04-21cmake - add option for fast mathMarcus Asteborg
2020-04-21cmake - add option for float_approx for IEEE 754 compatible targetsMarcus Asteborg
2020-04-21cmake - Add variable length detection and alloca detectionMarcus Asteborg
2020-04-21CMake ChangesNathaniel R. Lewis
2020-04-21cmake - Fix OPUS_STACK_PROTECTOR optionMarcus Asteborg
2020-04-21cmake - Add OPUS prefix to feature info to show correct commandline optionMarcus Asteborg
2020-04-21cmake - Add option for testing to improve cliMarcus Asteborg
2020-04-21cmake - intinsics fixes, only compile SSE source with SSE flags on non-window...Marcus Asteborg
2020-04-21cmake - add math library for test programs demo and compare when building dyn...willson-chen
2020-04-21cmake - Fix CMake install include directoryevpobr
2020-04-21cmake - Add support for detecting the presence of lrint and lrintf.Nathaniel R. Lewis
2020-04-21cmake - add CPack and default to TGZ packageMarcus Asteborg
2020-01-19CMake: use PACKAGE_VERSION for the pkg-config fileDeadSix27
2020-01-19CMake: Add alias Opus::opus for opus library. Useful for CMake superbuild pat...Nathaniel R. Lewis
2020-01-19CMake: Add shared library to featuresMarcus Asteborg
2020-01-19CMake: add option to set BUILD_SHARED_LIBS variableDavide Beatrici
2019-06-05Fix typo in _FORTIFY_SOURCE define.Marcus Asteborg
2019-04-12CMake changesMarcus Asteborg
2019-04-11CMake changesMarcus Asteborg
2019-04-03Adding CMake support for Windows, Mac, Linux and Android Co-Authored-By: evpobrMarcus Asteborg