index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Chrono.hxx
Age
Commit message (
Expand
)
Author
2018-10-31
*: copyright year 2018
Max Kellermann
2018-09-23
Chrono: remove unnecessary `typedef rep`
Max Kellermann
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
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