13
0
livetrax/libs/lua/LuaBridge/detail
Robin Gareus 8002b2d26e special case luabridge for windows/MSVC
luabridge uses static fn addresses to identify classes.
Windows uses different addresses for *identical* static functions
in libardour.dll and ardour.exe

This solves the issue by moving the all functions from a
header-only implementation into libardour.
2016-04-11 22:19:25 +02:00
..
CFunctions.h allow to bind functions with reference args in global lua namespace 2016-03-18 19:59:37 +01:00
ClassInfo.h special case luabridge for windows/MSVC 2016-04-11 22:19:25 +02:00
Constructor.h
dump.h customize LuaBridge 2016-02-22 22:06:47 +01:00
FuncArgs.h LuaBridge: support argument references via table return 2016-02-22 22:06:47 +01:00
FuncTraits.h LuaBridge: support argument references via table return 2016-02-22 22:06:47 +01:00
Iterator.h
LuaException.h
LuaHelpers.h
LuaRef.h customize LuaBridge 2016-02-22 22:06:47 +01:00
Namespace.h update lua related doc, add missing bindings 2016-04-10 23:01:44 +02:00
Stack.h LuaBridge: support argument references via table return 2016-02-22 22:06:47 +01:00
TypeList.h
TypeTraits.h customize LuaBridge 2016-02-22 22:06:47 +01:00
Userdata.h special case luabridge for windows/MSVC 2016-04-11 22:19:25 +02:00