Hi Sergey,

I wanted to discuss a few things about plugins in shogun.

   - Will it be a good idea to make src/shogun/plugins which will have all
   plugins src in them and cmake will iterate through each dir in
   src/shogun/plugins and build their ".so" ?
   - Once we have something like the above, then I can add a flag in
   class_list.h that indicates which classes in shogun have been pluginized
   and implement createX() for them accordingly (instead of using
   new_sgserializable).
   - And the list of classes that is used to make class_list.cpp, how is it
   generated? using ctags?

Thanks,
Sanuj

Reply via email to