Loadable filter support for FilterFactory using dlopen/dlsym. Only
authorAdam Dickmeiss <adam@indexdata.dk>
Sat, 10 Dec 2005 09:59:10 +0000 (09:59 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sat, 10 Dec 2005 09:59:10 +0000 (09:59 +0000)
commitcae80f85741d2564d918a0e3285c62e51491a7fc
treec57e3b37eb33a0659e45bc680853f1127467010c
parent3c09b344df6c9db8c381d5aaf6ab0db0735db860
Loadable filter support for FilterFactory using dlopen/dlsym. Only
works for Linux and similar systems. Added a test it in
test_filter_factory. Also extended test_filter_factory to call the
loadable filters (to ensure they are _right_).
src/Makefile.am
src/filter.hpp
src/filter_dl.cpp [new file with mode: 0644]
src/filter_factory.cpp
src/filter_factory.hpp
src/test_filter_factory.cpp
src/tstdl.cpp [new file with mode: 0644]