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
f8557cc00ffad71dda92dcc4a82c097d9d707c3e
ardour
/
libs
/
lua
/
LuaBridge
/
detail
History
Robin Gareus
9914732004
Potential fix for C++20 std::set::* ambiguity
...
(until C++20) bool empty() const noexcept; (since C++20) [[nodiscard]] bool empty() const noexcept;
2022-10-19 16:06:47 +02:00
..
CFunctions.h
Prepare Lua bindings for std::set::insert
2022-10-17 23:09:04 +02:00
ClassInfo.h
…
Constructor.h
…
dump.h
…
FuncArgs.h
…
FuncTraits.h
Allow Lua bindings up to 12 method arguments
2021-12-03 13:32:49 +01:00
Iterator.h
…
LuaException.h
…
LuaHelpers.h
…
LuaRef.h
Fix some doxygen warnings
2020-03-02 17:58:03 +01:00
Namespace.h
Potential fix for C++20 std::set::* ambiguity
2022-10-19 16:06:47 +02:00
Stack.h
Special case const std::string& Lua binding.
2017-03-22 16:59:02 +01:00
TypeList.h
…
TypeTraits.h
…
Userdata.h
LuaBridge - add API to try convert a value
2022-09-26 21:39:21 +02:00