summaryrefslogtreecommitdiff
path: root/src/filter/Observer.cxx
AgeCommit message (Expand)Author
2021-05-30clang-tidy: add explicit deleted constructorsRosen Penev
2021-01-01copyright year 2021Max Kellermann
2020-03-16remove gcc_unusedRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-01-31[clang-tidy] use override instead of virtualRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-08-26filter/Observer: add `noexcept`Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-01-29filter/Observer: drop bogus "noexcept"Max Kellermann
2018-01-05Merge branch 'v0.20.x'Max Kellermann
2018-01-02filter/Filter: add virtual method Flush()Max Kellermann
2018-01-02filter/Observer: pass Reset() to underlying FilterMax Kellermann
2018-01-01Filter/Internal: split headerMax Kellermann
2017-12-27filter/Internal: return std::unique_ptr<Filter>Max Kellermann
2017-12-27filter/Plugin: return std::unique_ptr<PreparedFilter>Max Kellermann
2017-01-03update copyright yearMax Kellermann
2016-09-04Filter/Internal: migrate from class Error to C++ exceptionsMax Kellermann
2016-07-04filter/Observer: fix memory leakMax Kellermann
2016-07-01filter/FilterInternal: split class Filter, add class PreparedFilterMax Kellermann