Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | db/Count: include cleanup | Max Kellermann | 2014-11-08 | 1 | -1/+1 |
| | |||||
* | db/Count: use std::chrono::duration for the total time | Max Kellermann | 2014-08-29 | 1 | -6/+9 |
| | | | | Use milliseconds precision to reduce rounding errors. | ||||
* | Tag: use SignedSongTime for the song duration | Max Kellermann | 2014-08-29 | 1 | -3/+6 |
| | |||||
* | Tag: add class const_iterator and methods begin(), end() | Max Kellermann | 2014-07-12 | 1 | -3/+1 |
| | | | | Enables using range-based "for". | ||||
* | db/Count: implement grouping | Max Kellermann | 2014-04-27 | 1 | -7/+78 |
| | |||||
* | db/Count: add constructor | Max Kellermann | 2014-04-27 | 1 | -2/+3 |
| | |||||
* | DatabasePrint: move PrintSongCount() to Count.cxx | Max Kellermann | 2014-04-26 | 1 | -0/+75 |