summaryrefslogtreecommitdiffstats
path: root/src/track/tracknumbers.cpp
AgeCommit message (Expand)Author
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-03-04Rename function to join track number stringsUwe Klotz
2017-01-21Replace const with constexprUwe Klotz
2017-01-21Add missing static const definitionsUwe Klotz
2016-01-04Pass parameter by value to prevent pointer aliasingUwe Klotz
2016-01-04Provide public function for parsing of track number valuesUwe Klotz
2016-01-04Reuse splitting functionality for parsing of track numbersUwe Klotz
2016-01-03Renaming of track numbers: 'current' -> 'actual' (vs. 'total')Uwe Klotz
2016-01-03Transform std::pair result into out parametersUwe Klotz
2016-01-03Remove unused function parametersUwe Klotz
2016-01-02Read/write track number and total separatelyUwe Klotz
2016-01-01Encapsulate track numbers in new class (with unit tests)Uwe Klotz