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
/
song
Age
Commit message (
Expand
)
Author
2018-12-09
Add missing pcre_dep in src/song/meson.build
Jacob Vosmaer
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-11-12
song/Filter: add operator "contains"
Max Kellermann
2018-11-11
song/StringFilter: support regular expressions with "=~" and "!~"
Max Kellermann
2018-11-08
song/Filter: move code to ParseStringFilter()
Max Kellermann
2018-11-07
song/{Tag,Uri}SongFilter: pass `StringFilter&&` to constructor
Max Kellermann
2018-11-07
song/StringFilter: move `negated` flag from containing class
Max Kellermann
2018-11-04
song/Filter: operator "==" never searches substrings in filter expressions
Max Kellermann
2018-11-04
song/StringFilter: add flag `substring`
Max Kellermann
2018-11-04
song/StringFilter: use std::string::operator==
Max Kellermann
2018-11-02
song/Filter: allow escaping quotes in filter expressions
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-23
Merge tag 'v0.20.22'
Max Kellermann
2018-10-22
Merge branch 'v0.20.x'
Max Kellermann
2018-10-14
build with Meson instead of autotools
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-08-02
song/AudioFormatFilter: add mask support
Max Kellermann
2018-08-02
song/OptimizeFilter: optimization stage for filters
Max Kellermann
2018-08-02
SongFilter: add class NotSongFilter
Max Kellermann
2018-08-02
song/AudioFormatSongFilter: new filter type
Max Kellermann
2018-08-02
song/Filter: convert LOCATE_TAG_* macros to enum
Max Kellermann
2018-08-02
song/Filter: move each class into a separate source
Max Kellermann
2018-08-02
DetachedSong, db/LightSong, SongFilter: move to src/song/
Max Kellermann