LUMIERA.clone/tests/backend
Christian Thaeter aae3c8ed81 LUMIERA_PLUGIN is dead, long life LUMIERA_PLUGIN
removes the difference in compiled in and plugin interfaces.
 * All interfaces are now defined with LUMIERA_EXPORT(...)
 * The definition of LUMIERA_PLUGIN at compile time takes action to compile
   as plugin which gets automatically managed.
 * compiled in (core) interfaces need still be registered, this is
   simplified with the LUMIERA_INTERFACE_REGISTEREXPORTED and
   LUMIERA_INTERFACE_UNREGISTEREXPORTED macros which become no-ops for
   plugins.
2008-11-06 05:23:47 +01:00
..
example_plugin.c LUMIERA_PLUGIN is dead, long life LUMIERA_PLUGIN 2008-11-06 05:23:47 +01:00
example_plugin.cpp moved plugin code from lib to backend 2008-10-15 15:49:34 +02:00
hello_interface.h Reinstantiated the first test plugin 2008-10-27 05:10:25 +01:00
plugin_main.c moved plugin code from lib to backend 2008-10-15 15:49:34 +02:00
test-config.c fix wordlist tests to use explicit delimiters 2008-10-31 06:43:54 +01:00
test-filedescriptors.c use psplay trees for the filedescriptor registry 2008-09-06 12:41:03 +02:00
test-filehandles.c Fixes after rebase 2008-05-19 16:37:50 +02:00
test-interfaces.c LUMIERA_PLUGIN is dead, long life LUMIERA_PLUGIN 2008-11-06 05:23:47 +01:00