aboutsummaryrefslogtreecommitdiffstats
path: root/src/Chrono.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* Compiler.h: add macro GCC_OLDER_THAN()Max Kellermann2014-11-281-1/+1
|
* Chrono: workaround for gcc 4.6 constexpr problemsMax Kellermann2014-08-301-4/+15
|
* Chrono: add methods FromScale()Max Kellermann2014-08-291-0/+24
|
* Chrono: rename ToScale() parameterMax Kellermann2014-08-291-4/+4
|
* Chrono: convert SongTime to SignedSongTime implicitlyMax Kellermann2014-08-291-0/+5
|
* Chrono: add SignedSongTime::FromS(unsigned)Max Kellermann2014-08-291-0/+4
|
* Chrono: add methods ToS(), RoundS()Max Kellermann2014-08-291-0/+16
|
* Chrono: add method SignedSongTime::Negative()Max Kellermann2014-08-291-0/+7
|
* Chrono: override operator+ and operator-Max Kellermann2014-08-281-14/+23
| | | | | Make sure we return the correct type. This obsoletes the cast constructor trick.
* Chrono: add class SignedSongTimeMax Kellermann2014-08-281-0/+64
|
* Chrono: add methods IsZero(), IsPositive()Max Kellermann2014-08-281-0/+8
|
* Chrono: add implicit conversion operator from std::chrono::durationMax Kellermann2014-08-271-0/+8
|
* Chrono: add method ToDoubleS()Max Kellermann2014-08-271-0/+4
|
* Chrono: add template parameter to ToScale()Max Kellermann2014-08-271-3/+3
|
* DecoderAPI: use std::chrono::duration for decoder_seek*()Max Kellermann2014-08-261-0/+66
For type safety and code readability.