This website requires JavaScript.
Explore
Help
Sign In
allanger
/
ardour
Watch
1
Star
0
Fork
0
You've already forked ardour
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Activity
Files
4fb3e24bd6e72b4ea46ba77689d0e37e132b3809
ardour
/
libs
/
lua
/
LuaBridge
/
detail
History
Robin Gareus
115c79874a
Fix Lua bindings for C++17/C++20 --
#8683
...
std::list/vector/map declarations change, requiring explicit cast to avoid FuncTraits ambiguities.
2021-05-02 16:36:30 +02:00
..
CFunctions.h
Lua Array, assert indices > 0
2020-02-06 17:30:21 +01:00
ClassInfo.h
…
Constructor.h
…
dump.h
…
FuncArgs.h
…
FuncTraits.h
Allow Lua bindings up to 11 args
2021-01-08 22:50:37 +01:00
Iterator.h
…
LuaException.h
…
LuaHelpers.h
…
LuaRef.h
Fix some doxygen warnings
2020-03-02 17:58:03 +01:00
Namespace.h
Fix Lua bindings for C++17/C++20 --
#8683
2021-05-02 16:36:30 +02:00
Stack.h
…
TypeList.h
…
TypeTraits.h
…
Userdata.h
…