13
0
livetrax/libs/lua
Robin Gareus 4a180e68ba Special case const std::string& Lua binding.
since 6dc3bdf, a const string reference would leave scope with Lua code
     fn("text")
calling a C++
     fn (const std::string&)
before the C++ function is called.
2017-03-22 16:59:02 +01:00
..
lua amend previous commit (forgotten checkin) 2016-07-18 13:11:18 +02:00
lua-5.3.3 update to lua-5.3.3 2016-07-18 12:28:36 +02:00
LuaBridge Special case const std::string& Lua binding. 2017-03-22 16:59:02 +01:00
MSVClua Update our MSVC project files to generate the most recent Ardour session file format (ver 5) rather than the older v3 format 2016-08-30 07:15:00 +01:00
lua.cc update to lua-5.3.3 2016-07-18 12:28:36 +02:00
luastate.cc tweak lua GC (once again) 2016-08-26 01:18:48 +02:00
wscript add liblua wrapper and build-scripts 2016-02-22 22:06:47 +01:00