mpd/src/filter
Max Kellermann 94592c1406 build with Meson instead of autotools
So long, autotools!  This is my last MPD related project to migrate
away from it.  It has its strengths, but also very obvious weaknesses
and weirdnesses.  Today, many of its quirks are not needed anymore,
and are cumbersome and slow.  Now welcome our new Meson overlords!
2018-10-14 23:41:38 +02:00
..
plugins build with Meson instead of autotools 2018-10-14 23:41:38 +02:00
Factory.cxx filter/LoadChain: move code to class FilterFactory 2018-08-18 20:57:02 +02:00
Factory.hxx filter/LoadChain: move code to class FilterFactory 2018-08-18 20:57:02 +02:00
Filter.cxx filter/Filter: add virtual method Flush() 2018-01-02 23:15:51 +01:00
Filter.hxx filter/Filter: add virtual method Flush() 2018-01-02 23:15:51 +01:00
FilterPlugin.hxx filter/Plugin: move filter_configured_new() to LoadOne.cxx 2018-01-02 23:06:53 +01:00
FilterRegistry.cxx filter/volume: remove from filter_plugins[] 2017-12-27 11:38:38 +01:00
FilterRegistry.hxx Compiler.h: move to util/ 2018-08-20 16:19:17 +02:00
LoadChain.cxx filter/LoadChain: move code to class FilterFactory 2018-08-18 20:57:02 +02:00
LoadChain.hxx filter/LoadChain: move code to class FilterFactory 2018-08-18 20:57:02 +02:00
LoadOne.cxx filter/Plugin: move filter_configured_new() to LoadOne.cxx 2018-01-02 23:06:53 +01:00
LoadOne.hxx filter/Plugin: move filter_configured_new() to LoadOne.cxx 2018-01-02 23:06:53 +01:00
meson.build build with Meson instead of autotools 2018-10-14 23:41:38 +02:00
Observer.cxx filter/Observer: drop bogus "noexcept" 2018-01-29 22:14:27 +01:00
Observer.hxx filter/Plugin: return std::unique_ptr<PreparedFilter> 2017-12-27 11:39:01 +01:00
Prepared.hxx Filter/Internal: split header 2018-01-01 18:48:34 +01:00