mpd/src/song
Max Kellermann ce49d99c2f check.h: remove obsolete header
Since we switched from autotools to Meson in commit
94592c1406, we don't need to include
`config.h` early to properly enable large file support.  Meson passes
the required macros on the compiler command line instead of defining
them in `config.h`.

This means we can include `config.h` at any time, whenever we want to
check its macros, and there are no ordering constraints.
2018-11-19 16:33:49 +01:00
..
AndSongFilter.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
AndSongFilter.hxx Compiler.h: move to util/ 2018-08-20 16:19:17 +02:00
AudioFormatSongFilter.cxx song/AudioFormatFilter: add mask support 2018-08-02 21:34:29 +02:00
AudioFormatSongFilter.hxx song/AudioFormatSongFilter: new filter type 2018-08-02 17:28:17 +02:00
BaseSongFilter.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
BaseSongFilter.hxx Compiler.h: move to util/ 2018-08-20 16:19:17 +02:00
DetachedSong.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
DetachedSong.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
Escape.cxx song/Filter: allow escaping quotes in filter expressions 2018-11-02 19:15:08 +01:00
Escape.hxx song/Filter: allow escaping quotes in filter expressions 2018-11-02 19:15:08 +01:00
Filter.cxx song/Filter: add operator "contains" 2018-11-12 12:49:01 +01:00
Filter.hxx Compiler.h: move to util/ 2018-08-20 16:19:17 +02:00
ISongFilter.hxx Compiler.h: move to util/ 2018-08-20 16:19:17 +02:00
LightSong.cxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
LightSong.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
meson.build song/StringFilter: support regular expressions with "=~" and "!~" 2018-11-11 12:55:35 +01:00
ModifiedSinceSongFilter.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
ModifiedSinceSongFilter.hxx
NotSongFilter.hxx song/OptimizeFilter: optimization stage for filters 2018-08-02 19:42:53 +02:00
OptimizeFilter.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
OptimizeFilter.hxx song/OptimizeFilter: optimization stage for filters 2018-08-02 19:42:53 +02:00
StringFilter.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
StringFilter.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
TagSongFilter.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
TagSongFilter.hxx song/{Tag,Uri}SongFilter: pass StringFilter&& to constructor 2018-11-07 23:57:42 +01:00
UriSongFilter.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
UriSongFilter.hxx song/{Tag,Uri}SongFilter: pass StringFilter&& to constructor 2018-11-07 23:57:42 +01:00