Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | Compiler.h: add macro GCC_OLDER_THAN() | Max Kellermann | 2014-11-28 | 1 | -1/+1 |
| | |||||
* | Chrono: workaround for gcc 4.6 constexpr problems | Max Kellermann | 2014-08-30 | 1 | -4/+15 |
| | |||||
* | Chrono: add methods FromScale() | Max Kellermann | 2014-08-29 | 1 | -0/+24 |
| | |||||
* | Chrono: rename ToScale() parameter | Max Kellermann | 2014-08-29 | 1 | -4/+4 |
| | |||||
* | Chrono: convert SongTime to SignedSongTime implicitly | Max Kellermann | 2014-08-29 | 1 | -0/+5 |
| | |||||
* | Chrono: add SignedSongTime::FromS(unsigned) | Max Kellermann | 2014-08-29 | 1 | -0/+4 |
| | |||||
* | Chrono: add methods ToS(), RoundS() | Max Kellermann | 2014-08-29 | 1 | -0/+16 |
| | |||||
* | Chrono: add method SignedSongTime::Negative() | Max Kellermann | 2014-08-29 | 1 | -0/+7 |
| | |||||
* | Chrono: override operator+ and operator- | Max Kellermann | 2014-08-28 | 1 | -14/+23 |
| | | | | | Make sure we return the correct type. This obsoletes the cast constructor trick. | ||||
* | Chrono: add class SignedSongTime | Max Kellermann | 2014-08-28 | 1 | -0/+64 |
| | |||||
* | Chrono: add methods IsZero(), IsPositive() | Max Kellermann | 2014-08-28 | 1 | -0/+8 |
| | |||||
* | Chrono: add implicit conversion operator from std::chrono::duration | Max Kellermann | 2014-08-27 | 1 | -0/+8 |
| | |||||
* | Chrono: add method ToDoubleS() | Max Kellermann | 2014-08-27 | 1 | -0/+4 |
| | |||||
* | Chrono: add template parameter to ToScale() | Max Kellermann | 2014-08-27 | 1 | -3/+3 |
| | |||||
* | DecoderAPI: use std::chrono::duration for decoder_seek*() | Max Kellermann | 2014-08-26 | 1 | -0/+66 |
For type safety and code readability. |