Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-01 | copyright year 2021 | Max Kellermann | |
2020-03-16 | remove extra semicolon | Rosen Penev | |
Found with -Wextra-semi Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||
2020-01-18 | copyright year 2020 | Max Kellermann | |
2019-06-17 | Copyright year 2019 | Max Kellermann | |
2018-10-31 | *: copyright year 2018 | Max Kellermann | |
2018-09-23 | Chrono: remove unnecessary `typedef rep` | Max Kellermann | |
It is already inherited by the base class, and we don't need to import it explicitly. | |||
2018-09-21 | Chrono: add FloatDuration | Max Kellermann | |
2018-09-21 | Chrono: add static method Cast() | Max Kellermann | |
2017-01-03 | update copyright year | Max Kellermann | |
2016-11-18 | configure.ac: enable C++14 | Max Kellermann | |
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-11-28 | Compiler.h: add macro GCC_OLDER_THAN() | Max Kellermann | |
2014-08-30 | Chrono: workaround for gcc 4.6 constexpr problems | Max Kellermann | |
2014-08-29 | Chrono: add methods FromScale() | Max Kellermann | |
2014-08-29 | Chrono: rename ToScale() parameter | Max Kellermann | |
2014-08-29 | Chrono: convert SongTime to SignedSongTime implicitly | Max Kellermann | |
2014-08-29 | Chrono: add SignedSongTime::FromS(unsigned) | Max Kellermann | |
2014-08-29 | Chrono: add methods ToS(), RoundS() | Max Kellermann | |
2014-08-29 | Chrono: add method SignedSongTime::Negative() | Max Kellermann | |
2014-08-28 | Chrono: override operator+ and operator- | Max Kellermann | |
Make sure we return the correct type. This obsoletes the cast constructor trick. | |||
2014-08-28 | Chrono: add class SignedSongTime | Max Kellermann | |
2014-08-28 | Chrono: add methods IsZero(), IsPositive() | Max Kellermann | |
2014-08-27 | Chrono: add implicit conversion operator from std::chrono::duration | Max Kellermann | |
2014-08-27 | Chrono: add method ToDoubleS() | Max Kellermann | |
2014-08-27 | Chrono: add template parameter to ToScale() | Max Kellermann | |
2014-08-26 | DecoderAPI: use std::chrono::duration for decoder_seek*() | Max Kellermann | |
For type safety and code readability. |