summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2020-12-15CMake: Add support for running clang-tidy on mixxx onlyJan Holthuis
2020-12-14Upgrade googletest from 1.8.x to 1.10.xUwe Klotz
2020-12-14Remove SConsJan Holthuis
- Move packaging files from packaging/ directory - Tidy up cmake/ directory - Remove obsolete files from the build directory
2020-12-12Merge pull request #3438 from uklotzde/build-low-memoryDaniel Schürmann
Allow to disable -pipe build option
2020-12-12Reword build option descriptionUwe Klotz
2020-12-12Allow to disable -pipe build optionUwe Klotz
2020-12-12Merge pull request #3426 from daschuer/debian_ppaJan Holthuis
CPack Debian PPA Build
2020-12-11Delete SongDownloaderUwe Klotz
2020-12-11Improve message formatingDaniel Schürmann
2020-12-11Adjust warning for udev installationDaniel Schürmann
2020-12-10Change Disc Jockey to DJDaniel Schürmann
Co-authored-by: Be <be.0@gmx.com>
2020-12-10use dh_installudev and add INSTALL_USER_UDEV_RULES cmake optionDaniel Schürmann
2020-12-10Use System FontsDaniel Schürmann
2020-12-10Fix path for AppStream an udev and add provides section to AppStream fileDaniel Schürmann
2020-12-09Added CPack files for uploading PPA packagesDaniel Schürmann
2020-12-09CMake: always link CoreFoundation on macOSBe
This should not depend on whether the CoreAudio feature is being built.
2020-12-04Use Qt platform plugin "offscreen" for testsUwe Klotz
2020-12-02Merge pull request #3394 from daschuer/linux_doc_dirBe
Remove redundant mixxx folder inside the doc dir
2020-12-02move licenses to doc folder and use CMAKE_PROJECT_NAME macroDaniel Schürmann
2020-12-02Remove redundant mixxx folder inside the doc dirDaniel Schürmann
2020-12-01Fix CMake install of fontsDaniel Schürmann
2020-11-29Restrict visibility of _USE_MATH_DEFINESUwe Klotz
2020-11-29Windows: Define minimum version in CMakeLists.txtUwe Klotz
2020-11-29Windows: Remove obsolete _ATL_XP_TARGETING defineUwe Klotz
2020-11-29MSVC: Define _USE_MATH_DEFINES in CMakeLists.txtUwe Klotz
2020-11-28Merge pull request #3377 from Holzhaus/msvc-warningsUwe Klotz
Fix some MSVC warnings
2020-11-28Merge pull request #3369 from mixxxdj/windows-codesignBe
Windows codesign
2020-11-28CMake: Suppress MSVC warnings in generated codeJan Holthuis
2020-11-28CMake: Disable warnings suggesting MSVC-only extensions (strncpy_s, ...)Jan Holthuis
2020-11-28CMake: Silence MSVC std::iterator deprecation warningsJan Holthuis
the ware caused by protobuf lib.
2020-11-28CMake: Mark include directories of external deps as SYSTEMJan Holthuis
2020-11-28CMake: Add windows codesigning supportJan Holthuis
2020-11-27CMake: Fix usage of static protobuf libraries on WindowsJan Holthuis
2020-11-25Add ANGLE DLLs to Windows installerJoergAtGithub
2020-11-23remove run-mixxx.sh script for macOSBe
Adding source mixxx/tools/macos_buildenv.sh setup --profile to ~/.profile lets the mixxx binary be run directly
2020-11-18CMake: fix macOS build for macOS < 10.14Be
2020-11-16Merge pull request #3327 from Be-ing/taglib_cmakeJan Holthuis
CMake: fix TagLib linking on macOS
2020-11-15update libKeyFinder external CMake project to 2.2.3Be
2020-11-15CMake: fix TagLib linking on macOSBe
The old module relied on the taglib-config script that taglib's build system writes hardcoded absolute paths into. That was problematic for the macOS build environment which required replacing those absolute paths before building. This new CMake module does not require modifying any taglib files.
2020-11-15Merge pull request #3255 from Be-ing/appveyor_clcacheJan Holthuis
get clcache to work on AppVeyor Windows
2020-11-14fix minimum macOS version to 10.12 required by Qt 5.12Be
2020-11-13Upgrade to libusb/hidapi v0.10.0Uwe Klotz
2020-11-12CPack: Add missing text labelUwe Klotz
2020-11-11Merge pull request #3284 from uklotzde/cmake_unix_share_pathDaniel Schürmann
Set UNIX_SHARE_PATH to absolute path including install prefix
2020-11-11fix macOS bundle buildBe
2020-11-10Set UNIX_SHARE_PATH to absolute path including install prefixUwe Klotz
Partially reverts and fixes commit: 1122ae87ef9a085ed705a6a8761c6c7ad0f5dce3 https://mixxx.zulipchat.com/#narrow/stream/109171-development/topic/CMake.20installation.20directories
2020-11-10add run-mixxx.sh convenience script for macOS developersBe
2020-11-10CMake: fix non-bundle macOS buildBe
2020-11-10CMake: add support for codesigning .app bundle inside DMGBe
2020-11-08CMakeLists: set identifying name for CPack generated packagesBe Wilson