ardour/libs/lua/LuaBridge/detail
John Emmas b625461132 Guard some code which isn't currently buildable with VS2019
For some unknown reason, VC++2019 won't let us take the address of std::list::unique() - although other std::list members seem okay. I've spent weeks tracking this down but there's no fix available AFAICT.

I've flagged it up to the MSVC development team - just don't hold your breath !!
2021-03-06 11:12:02 +00:00
..
CFunctions.h Lua Array, assert indices > 0 2020-02-06 17:30:21 +01:00
ClassInfo.h Change LuaBridge_API to be __declspec(dllexport) or __declspec(dllimport, as required 2016-04-12 17:55:16 +01:00
Constructor.h NO-OP whitespace 2016-02-22 22:06:47 +01:00
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 Allow Lua bindings up to 11 args 2021-01-08 22:50:37 +01:00
Iterator.h NO-OP whitespace 2016-02-22 22:06:47 +01:00
LuaException.h NO-OP whitespace 2016-02-22 22:06:47 +01:00
LuaHelpers.h NO-OP whitespace 2016-02-22 22:06:47 +01:00
LuaRef.h Fix some doxygen warnings 2020-03-02 17:58:03 +01:00
Namespace.h Guard some code which isn't currently buildable with VS2019 2021-03-06 11:12:02 +00:00
Stack.h Special case const std::string& Lua binding. 2017-03-22 16:59:02 +01:00
TypeList.h remove cruft (following 6dc3bdf) 2017-03-22 16:55:19 +01:00
TypeTraits.h customize LuaBridge 2016-02-22 22:06:47 +01:00
Userdata.h luaBridge support const references to class-instance pointers 2017-02-23 22:32:32 +01:00