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
lua-5.3.3
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
luastate.cc
wscript