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
2020-04-08
Merge branch 'stl' of git://github.com/neheb/MPD
Max Kellermann
2020-04-08
[cppcheck] convert several functions to use std::all_of
Rosen Penev
2020-04-03
lib/icu/CaseFold: pass std::string_view
Max Kellermann
2020-04-02
song/Filter: pass std::string_view to WithoutBasePrefix()
Max Kellermann
2020-03-12
replace stdint.h with cstdint
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-02-16
[clang-tidy] use = default
Rosen Penev
2020-01-18
AudioFormat: move to pcm/
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-12-16
Merge tag 'v0.21.17'
Max Kellermann
2019-12-16
song/Filter: try ParseISO8601() first
Max Kellermann
2019-12-16
time/ISO8601: ParseISO8601() returns precision
Max Kellermann
2019-12-16
time/ISO8601: forward-declare StringBuffer
Max Kellermann
2019-12-16
util/Time*: move to time/
Max Kellermann
2019-08-19
time/ISO8601: ParseISO8601() returns precision
Max Kellermann
2019-08-09
util/UriUtil: split
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-05-22
DetachedSong: allow LoadFile(), Update() to throw
Max Kellermann
2019-05-08
time/ISO8601: forward-declare StringBuffer
Max Kellermann
2019-05-08
util/Time*: move to time/
Max Kellermann
2019-03-16
song/TagSongFilter: apply negation properly to multiple tag values
Max Kellermann
2019-03-16
song/StringFilter: remove obsolete #if
Max Kellermann
2019-03-16
song/StringFilter: make MatchWithoutNegation() public
Max Kellermann
2019-03-15
song/TagSongFilter: eliminate Match(TagItem)
Max Kellermann
2019-03-15
song/TagSongFilter: add code comments
Max Kellermann
2019-03-15
song/TagSongFilter: improve lambda indent
Max Kellermann
2019-03-15
song/TagSongFilter: eliminate the std::fill_n() call
Max Kellermann
2019-03-15
song/TagSongFilter: rename MatchNN() to Match()
Max Kellermann
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
[next]