Skip to content

Split Filter.cpp into corresponding new files

This reduces buildtime when touching on unrelated Filter classes. It also reduces some complexities by removing inner classes that are supposed to be extended (it's allowed, but really unusual C++, let's stick with the common base and lower our entry barrier)

Merge request reports