summaryrefslogtreecommitdiffstats
path: root/src/mixer/baseplayer.h
AgeCommit message (Collapse)Author
2020-12-07merge 2.3Be
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
Fixes a bunch of `-Wclazy-function-args-by-ref` warnings. See https://github.com/KDE/clazy/blob/master/docs/checks/README-function-args-by-ref.md for details. Most of these changes are automated, using the clazy fixit by setting the `CLAZY_EXPORT_FIXES` before compilation and then running: $ mkdir /tmp/patch $ find ../src -iname "*.yaml" -exec mv {} /tmp/patch \; $ clang-apply-replacements /tmp/patch
2020-06-01Use override keyword in mixer classesDaniel Schürmann
2016-01-09Move classes that represent mixing "devices" into mixer/.RJ Ryan
PlayerManager should be renamed MixerManager at some point. I didn't to avoid causing too many merge conflicts.