summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2019-12-27Merge pull request #2410 from Holzhaus/cmake-version-bumpJan Holthuis
2019-12-23Merge pull request #2409 from uklotzde/qstringbuilderDaniel Schürmann
2019-12-22Merge branch 'master' of https://github.com/mixxxdj/mixxx into cmake-version-...Jan Holthuis
2019-12-21CMake: Set cmake_minimum_required version to 3.13.0Jan Holthuis
2019-12-21Use QStringBuilder/QT_USE_QSTRINGBUILDER for string concatenationUwe Klotz
2019-12-21Fix 'unrecognized character escape sequence' warningUwe Klotz
2019-12-07Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into dev_libraryUwe Klotz
2019-11-22CMake: Update sources with renamed filesJan Holthuis
2019-11-21Add TrackLoaderUwe Klotz
2019-11-21Move export of track metadata from TrackCollection into LibraryUwe Klotz
2019-11-13Replace MpscFifo with rigtorp::SPSCQueueUwe Klotz
2019-11-13Add rigtorp/SPSCQueueUwe Klotz
2019-11-12CMake: Disable warnings in generated source filesJan Holthuis
2019-11-12CMake: Disable deprecated-copy warnings in gmock libraryJan Holthuis
2019-11-12CMake: Get rid of duplicate target_include_directories for KataiJan Holthuis
2019-11-12CMake: Add Rekordbox featureUwe Klotz
2019-11-12CMake: Add MP3GuessEnc for Rekordbox featureUwe Klotz
2019-11-12CMake: Add Kaitai for Rekordbox featureUwe Klotz
2019-11-08Revert "CMake: Remove unused Qt5::X11Extras component"Jan Holthuis
2019-11-08CMake: Add -pipe on GNU gcc to speed up buildsJan Holthuis
2019-11-08CMake: Remove trailing slash in UNIX_SHARE_PATH/UNIX_LIB_PATH definitionJan Holthuis
2019-11-08CMake: Add SFC_SUPPORTS_SET_COMPRESSION_LEVEL define for SndFileJan Holthuis
2019-11-08CMake: Disable WavPack by defaultJan Holthuis
2019-11-08CMake: Disable FAAD by defaultJan Holthuis
2019-11-08CMake: Remove unused QT_SHARED preprocessor defineJan Holthuis
2019-11-07CMake: Add CMAKE_SYSTEM_PROCESSOR as preprocessor definitionJan Holthuis
2019-11-07CMake: Remove unused Qt5::X11Extras componentJan Holthuis
2019-11-07CMake: Fix DEBUG_ASSERTIONS_FATAL flagJan Holthuis
2019-10-28Add SeratoMarkers2 filesUwe Klotz
2019-10-27CMake: Set mixxx-res as dependency for mixxx-lib instead of mixxxJan Holthuis
2019-10-27CMake: Add symlink to for testdata to build directoryJan Holthuis
2019-10-27CMake: Move dependencies and feature options to end of CMakeLists.txtJan Holthuis
2019-10-25CMake: Fix mixxx-lib dependenciesUwe Klotz
2019-10-24CMake: Fix Qt5Keychain include dirsJan Holthuis
2019-10-24CMake: Fix typo in Qt5Keychain variablesJan Holthuis
2019-10-24CMake: Fix Qt5Keychain detectionJan Holthuis
2019-10-24CMake: Remove _ENABLED suffix from option namesJan Holthuis
2019-10-24CMake: Rename C[L]CACHE_FOUND to C[L]CACHE_EXECUTABLEJan Holthuis
2019-10-24CMake: Improve ccache/cclache option handlingJan Holthuis
2019-10-24CMake: Find Celt/Silk only on MSVC with static depsJan Holthuis
2019-10-24CMake: Add status message regarding internal libebur128Jan Holthuis
2019-10-24CMake: Pass CMAKE_BUILD_TYPE to ExternalProjectJan Holthuis
2019-10-24CMake: Fix condition to add /arch:SSE2 instruction on MSVCJan Holthuis
2019-10-24CMake: Add BUILD_BYPRODUCTS for external projects to fix Ninja errorsJan Holthuis
2019-10-24CMake: Add support for clcache on MSVCJan Holthuis
2019-10-24CMake: Remove quotes around off in FFMPEG_ENABLED optionJan Holthuis
2019-10-24CMake: Use cmake_dependent_option to simplify option availability checksJan Holthuis
2019-10-24CMake: Sort includes alphabeticallyJan Holthuis
2019-10-24CMake: Improve ccache supportJan Holthuis
2019-10-24CMake: Add ccache supportJan Holthuis