Add support for all signal arities to SWIG wrappers for siglot
SWIG wrappers for siglot only supported unary signals until now. This commit adds support for all remaining signal arities to make it possible to connect to arbitrary signals from Lua. The implementation makes heavy use of templates but, due to the limitations of VS 2010 (no variadic templates), still contains lots of duplicated boilerplate code. `sigslot.i` has been moved from `scripting/` to `ext/sigslot/` to keep it close to the code it's wrapping. References #1
ext/sigslot/sigslot.i
0 → 100644
This diff is collapsed.
scripting/sigslot.i
deleted
100644 → 0
Please register or sign in to comment