mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.25k stars 1.24k forks source link

Mark Mixxx util function deprecated when they shouldn't be used anymore. #13222

Open acolombier opened 1 month ago

acolombier commented 1 month ago

A few Mixxx util function were flagged as deprecated on recent PR reviews and the request was made to use the std lib instead. In order to help with the DevX, it would be great if the Mixxx Core Team could take the time to mark all utils functions which shouldn't be used anymore as deprecated to prevent unnecessary effort, and document which is the preferred replacement for it. (eg mixxx::Duration -> std::chrono::duration)