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
/
filter
/
Observer.cxx
Age
Commit message (
Expand
)
Author
2021-05-30
clang-tidy: add explicit deleted constructors
Rosen Penev
2021-01-01
copyright year 2021
Max Kellermann
2020-03-16
remove gcc_unused
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-01-31
[clang-tidy] use override instead of virtual
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-08-26
filter/Observer: add `noexcept`
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-01-29
filter/Observer: drop bogus "noexcept"
Max Kellermann
2018-01-05
Merge branch 'v0.20.x'
Max Kellermann
2018-01-02
filter/Filter: add virtual method Flush()
Max Kellermann
2018-01-02
filter/Observer: pass Reset() to underlying Filter
Max Kellermann
2018-01-01
Filter/Internal: split header
Max Kellermann
2017-12-27
filter/Internal: return std::unique_ptr<Filter>
Max Kellermann
2017-12-27
filter/Plugin: return std::unique_ptr<PreparedFilter>
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-09-04
Filter/Internal: migrate from class Error to C++ exceptions
Max Kellermann
2016-07-04
filter/Observer: fix memory leak
Max Kellermann
2016-07-01
filter/FilterInternal: split class Filter, add class PreparedFilter
Max Kellermann