summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)Author
2020-06-20Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-06-18Update rigtorp/SPSCQueue v1.0Uwe Klotz
2020-06-06Merge remote-tracking branch 'upstream/master' into migrate-to-QJSEngineBe
2020-05-27Move warning flags back to local scopeDaniel Schürmann
2020-05-22CMake globalize compiler optimisations flagsDaniel Schürmann
2020-05-19Merge remote-tracking branch 'upstream/master' into migrate-to-QJSEngineBe
2020-05-13Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
# Conflicts: # CHANGELOG # build/debian/rules
2020-05-13build libshout out of source treeDaniel Schürmann
2020-05-11Update CMakeLists.txt for libshoutChris Hills
Use imported targets for OpenSSL
2020-05-07Merge remote-tracking branch 'upstream/master' into migrate-to-QJSEngineBe
2020-05-06Add OpenSSL to libshout CMakeLists.txtChris Hills
libshout requires OpenSSL to build using cmake.
2020-04-25Add the fallback to the internal libShout to cmake as wellDaniel Schürmann
This fixes lp1833225 also for cmake builds
2020-04-18Merge branch 'master' of github.com:mixxxdj/mixxx into migrate-to-QJSEngineJan Holthuis
2020-04-06update hidapi to 0.9.0Be
The original maintainer of hidapi (signal11) stopped responding to communication for a long time, so hidapi has been forked. It is now hosted by libusb at https://github.com/libusb/hidapi 0.9.0 is the first stable release since the fork.
2020-03-27Merge branch 'master' into migrate-to-QJSEngineFerran Pujol Camins
# Conflicts: # appveyor.yml # build/depends.py # res/controllers/midi-components-0.0.js # src/controllers/controller.h # src/controllers/controllerengine.h # src/controllers/engine/colorjsproxy.cpp # src/controllers/engine/controllerengine.cpp # src/controllers/hid/hidcontroller.cpp # src/preferences/dialog/dlgpreferences.cpp # src/preferences/dialog/dlgpreferences.h # src/skin/skincontext.cpp # src/skin/skincontext.h # src/test/controller_preset_validation_test.cpp # src/test/controllerengine_test.cpp
2020-03-19SCons: Update lib/benchmark sourcesUwe Klotz
2020-03-19Update google/benchmark libraryUwe Klotz
2020-01-19Merge branch 'master' into migrate-to-QJSEngineFerran Pujol Camins
# Conflicts: # build/depends.py # src/controllers/hid/hidcontroller.cpp # src/controllers/hid/hidcontroller.h
2020-01-19Merge branch 'master' into migrate-to-QJSEngineFerran Pujol Camins
2020-01-15C++17: Delete obsolete 'register' storage class specifiersUwe Klotz
2020-01-13Add missing include path to Scons build of googlemockUwe Klotz
2020-01-13Strip down Scons build of googletest and googlemockUwe Klotz
2020-01-12Align SConscript files for gtest/gmockUwe Klotz
2020-01-12Upgrade googletest from 1.7.0 to 1.8.x (2019-01-30)Uwe Klotz
2019-12-17Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
# Conflicts: # build/depends.py # build/features.py
2019-11-13Add rigtorp/SPSCQueueUwe Klotz
2019-10-23Merge branch 'master' into migrate-to-QJSEngineFerran Pujol Camins
# Conflicts: # build/depends.py # res/controllers/mixco/maudio_xponent.mixco.litcoffee
2019-10-03Update mp3guessenc tags.cEvan Dekker
2019-10-03Fix mp3guessenc for Windows buildsEvan Dekker
2019-09-30Remove DS_Store filesEvan Dekker
2019-09-30Add mp3guessenc libEvan Dekker
2019-09-26Fix depends.py conflictEvan Dekker
2019-08-18fix typoDaniel Schürmann
2019-08-15Added patch for ssl 1.1 compatibilityDaniel Schürmann
2019-08-15Added ths static libshout config to sconsDaniel Schürmann
2019-08-15added missing external files from the Ubuntu source packageDaniel Schürmann
2019-08-15Added libshout v2.4.1Daniel Schürmann
2019-06-21Merge branch 'master' into migrate-to-QJSEngineFerran Pujol Camins
2019-06-09shift chroma one bin, to have always three bins per noteDaniel Schürmann
2019-06-08Merge branch 'master' into migrate-to-QJSEngineFerran Pujol Camins
2019-06-07Update qm-dsp from ↵Daniel Schürmann
https://github.com/c4dm/qm-dsp/commit/9b18a2294638e2a28c8b97ca04d870422a8da4ef
2019-06-03Apply mixxx-changes.patchDaniel Schürmann
2019-06-03Update qm-dsp to current master ↵Daniel Schürmann
https://github.com/c4dm/qm-dsp/commit/4c406d9990bc42e5e298dc28eb8b897095275683
2019-05-24Rekordbox library feature that reads tracks, playlists and folders from ↵Evan Dekker
removable devices
2019-05-24Rekordbox library feature that reads tracks, playlists and folders from ↵Evan Dekker
removable devices
2019-05-15Fix typosDaniel Schürmann
2019-05-15Updated patch against UpstreamDaniel Schürmann
2019-05-14Add commented debug output of fractional keys.Daniel Schürmann
2019-05-14Disable suspicious code splitting the reference hanning windowDaniel Schürmann
After this change, the refence sine waves of a full half note are centered on the desired bin. This was not the case before.
2019-05-14Use double precision to generate the reference waveform hanning windowDaniel Schürmann