summaryrefslogtreecommitdiffstats
path: root/cmake
AgeCommit message (Collapse)Author
2020-07-12Add libdjinterop external project dependencyAdam Szmigin
2020-06-21libebur128: Add version check to CMake buildUwe Klotz
2020-06-13CMake: Link libSoundTouch dynamically if v2.1.1 is availableUwe Klotz
2020-04-20AnalyzerKeyFinder: make KeyFinder optional with a CMake optionBe
cmake -DKEYFINDER=ON is required to build with KeyFinder
2020-03-26CMake: Fix PortAudio package warningJan Holthuis
This fixes a CMake 3.17.0 complaint about the variable naming in our CMake module for PortAudio detection: CMake Warning (dev) at /usr/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message): The package name passed to `find_package_handle_standard_args` (PORTAUDIO) does not match the name of the calling package (PortAudio). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/modules/FindPortAudio.cmake:48 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:1321 (find_package) This warning is for project developers. Use -Wno-dev to suppress it.
2020-02-11CMake: Add support for skipped/errored tests in ctest-to-junit.xslJan Holthuis
2020-02-11CMake: Add XSLT for converting from CTest results to JUnit XMLJan Holthuis
2020-01-01Happy New Year 2020!Sébastien Blaisot
2019-12-09Fix various typosluz.paz
Found via `codespell -q 3 -I ../mixxx-whitelist.txt -S *.ts,*.po,*.rtf,./.git,./src/library,./lib,./build/wix`
2019-11-08CMake: Add SFC_SUPPORTS_SET_COMPRESSION_LEVEL define for SndFileJan Holthuis
2019-11-08CMake: Reset FFMPEG_LIBRARIES/DEFINITIONS before appending to themJan Holthuis
2019-11-08CMake: Remove duplicate Findffmpeg cmake moduleJan Holthuis
2019-10-24CMake: Add missing dependencies when using static deps on WindowsJan Holthuis
2019-10-24CMake: Swap arguments in FindTaglib.cmake moduleJan Holthuis
2019-10-24CMake: Fix quoting issue in FindFFmpeg.cmakeJan Holthuis
2019-10-24CMake: Add improvements for FindFFmpeg.cmakeJan Holthuis
2019-10-24CMake: Add FFmpeg supportJan Holthuis
2019-10-24CMake: Improve CPack packagingJan Holthuis
2019-10-24CMake: Fix typo in FindTaglib.cmake moduleJan Holthuis
2019-10-24CMake: Add chromaprint_p library name for libchromaprintJan Holthuis
2019-10-24CMake: Make pkg-config optional in FindXXX modulesJan Holthuis
2019-10-24CMake: Assume statically linked PortTime if only porttime.h was foundJan Holthuis
2019-10-24CMake: Add option to switch between static/dynamic linking of libebur128Jan Holthuis
2019-10-24CMake: Fix indentation in cmake/modules/Find*.cmakeJan Holthuis
2019-10-24CMake: Add optional featuresJan Holthuis
2019-10-24CMake: Add missing FindGLIB.cmake moduleJan Holthuis
2019-10-24CMake: Add initial CMakeLists.txtJan Holthuis