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
/
db
/
Helpers.cxx
Age
Commit message (
Expand
)
Author
2020-05-04
remove std::bind usage as much as possible
Rosen Penev
2020-02-16
[clang-tidy] use using instead of typedef
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2018-09-02
db/Helpers: fix include guard
Max Kellermann
2018-08-02
DetachedSong, db/LightSong, SongFilter: move to src/song/
Max Kellermann
2018-07-06
db/LightSong: make Tag a reference
Max Kellermann
2018-01-21
db/Helpers: add "noexcept"
Max Kellermann
2017-06-04
Merge tag 'v0.20.9'
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-16
*: remove lots of GCC 4.8 fallback code
Max Kellermann
2017-01-31
Correct method types to match Interface.hxx
Thomas Zander
2017-01-03
update copyright year
Max Kellermann
2016-10-29
db/Interface: migrate visitor methods from class Error to C++ exceptions
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 CLANG_OR_GCC_VERSION()
Max Kellermann
2014-08-29
db/Stats: use std::chrono::duration for the total duration
Max Kellermann
2014-08-29
Tag: use SignedSongTime for the song duration
Max Kellermann
2014-07-12
Tag: add class const_iterator and methods begin(), end()
Max Kellermann
2014-04-25
db/Helpers: split library
Max Kellermann
2014-04-24
db/Helpers: move code to tag/Set.cxx
Max Kellermann
2014-04-24
db/Helpers: move TagSet to dedicated header
Max Kellermann
2014-04-24
db/Helpers: use set::emplace()
Max Kellermann
2014-04-24
DatabaseCommands: "list" allows grouping
Max Kellermann
2014-04-24
db/Helpers: "list" on album artist falls back to the artist tag
Max Kellermann
2014-04-24
db/Helpers: move code to CheckUniqueTag()
Max Kellermann
2014-04-24
db/Helpers: use reference instead of pointer
Max Kellermann
2014-02-19
DatabasePlugin: split header
Max Kellermann
2014-01-24
Database*: move to db/
Max Kellermann