aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/Count.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* db/Count: include cleanupMax Kellermann2014-11-081-1/+1
|
* db/Count: use std::chrono::duration for the total timeMax Kellermann2014-08-291-6/+9
| | | | Use milliseconds precision to reduce rounding errors.
* Tag: use SignedSongTime for the song durationMax Kellermann2014-08-291-3/+6
|
* Tag: add class const_iterator and methods begin(), end()Max Kellermann2014-07-121-3/+1
| | | | Enables using range-based "for".
* db/Count: implement groupingMax Kellermann2014-04-271-7/+78
|
* db/Count: add constructorMax Kellermann2014-04-271-2/+3
|
* DatabasePrint: move PrintSongCount() to Count.cxxMax Kellermann2014-04-261-0/+75