summaryrefslogtreecommitdiffstats
path: root/src/soundio
AgeCommit message (Expand)Author
2022-01-15SoundManagerConfig: Fix undefined default ctor andr remove empty dtorJan Holthuis
2021-12-28Dispose sleep.h and SleepableQThread, workarounds for QT4 where QThread::slee...Daniel Schürmann
2021-12-08Remove unneeded space between double closing angle bracketsJan Holthuis
2021-11-28Merge remote-tracking branch 'mixxx/2.3' into mainronso0
2021-11-26keep inapplicable sound config until new config is acceptedronso0
2021-10-13use QString::number for explicit conversionBe
2021-09-27Promote simple const variables to constexprtcoyvwac
2021-09-23Clean up QMutex/QMutexLocker includesUwe Klotz
2021-09-19Extract Qt atomic operation wrappers into separate header fileUwe Klotz
2021-09-18add Qt5/6 compatibility typedef for qHash seed typeBe
2021-08-25do not assume PortAudio on Linux was built with ALSA backendBe
2021-08-13Fix codespell warningsUwe Klotz
2021-07-25Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-07-25Fix conditional compilation for aarch64Uwe Klotz
2021-07-20Add some missing includesJan Holthuis
2021-04-28Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2021-04-25Include versiostore the right wayDaniel Schürmann
2021-04-24Rename _version.h to version.h and Version class to VersionStoreDaniel Schürmann
2021-04-23Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-04-12Pick the matching device with a suitable channel count in case of duplicate n...Daniel Schürmann
2021-04-11Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-04-11Read device names as Uft8.Daniel Schürmann
2021-03-16Merge branch '2.3' of https://github.com/mixxxdj/mixxxSwiftb0y
2021-03-16SoundManager: remove erroneous warning and add debug assertionBe
2021-01-10Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-01-08Merge pull request #3485 from ronso0/combobox-noneJan Holthuis
2021-01-06Preferences > Sound Hardware: display '---' for 'No sound API'ronso0
2021-01-02Merge remote-tracking branch 'upstream/2.3' into mainBe
2021-01-01Move denormals to zero test to outside ifdef blocksGeraldo Nascimento
2020-12-31Enable flush-to-zero mode on aarch64 for network soundGeraldo Nascimento
2020-12-30Enable flush-to-zero on aarch64Geraldo Nascimento
2020-12-15Merge branch '2.3' of github.com:mixxxdj/mixxx into mainJan Holthuis
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-14use std::shared_ptr for managers in preferencesBe
2020-12-07merge 2.3Be
2020-12-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-22Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-13Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-12Fix remaining -Wclazy-range-loop warnings using a local const varJan Holthuis
2020-11-12Use iterator instead of loop over QMap::values()/keys()Jan Holthuis
2020-11-12Use const containers for range loops to fix -Wclazy-range-loop issuesJan Holthuis
2020-11-12Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis