summaryrefslogtreecommitdiff
path: root/libs/lua
AgeCommit message (Expand)Author
2018-09-10Initial changes needed for building Mixbus (with MSVC) as version 5John Emmas
2018-03-19Customize Lua GC, add object-memory-lock API.Robin Gareus
2018-03-06Allow loadfile in non-rt scriptsRobin Gareus
2018-02-15When building with MSVC, allow for the fact that Mixbus and Ardour can be usi...John Emmas
2018-02-14Accommodate the change from libtimecode to libtemporalJohn Emmas
2017-11-29Tweak Lua GCRobin Gareus
2017-11-29update to lua-5.3.4Robin Gareus
2017-08-18Add luaRef is BooleanRobin Gareus
2017-08-10Centralize Lua sandboxingRobin Gareus
2017-03-30Fix hiding Lua __metatable -- prevent setmetatable() overrideRobin Gareus
2017-03-30Lua: make external (static) functions available for const objects.Robin Gareus
2017-03-22Special case const std::string& Lua binding.Robin Gareus
2017-03-22remove cruft (following 6dc3bdf)Robin Gareus
2017-03-18Fix LuaBindings TypeList copy-ctorRobin Gareus
2017-03-18Make Lua std::set bindings more generic, (prepare for multiset etc)Robin Gareus
2017-03-16drop lua documentation for deprecated "sameinstance()"Robin Gareus
2017-03-16Lua: provide instance-equal check as '==' comparator.Robin Gareus
2017-02-23LuaBridge: Dedicated type for pointer-lists and const versionRobin Gareus
2017-02-23luaBridge support const references to class-instance pointersRobin Gareus
2017-02-20Add Lua bindings for std::list ::front() and ::back()Robin Gareus
2017-02-14Fix lua-doc (Null pointer c'tor doc)Robin Gareus
2017-01-21Lua add an Empty/Nil shared-pointer constructorRobin Gareus
2017-01-21LuaBindings: prefer shared_ptr over weak_ptrRobin Gareus
2017-01-20Allow Lua bindings up to 10 argsRobin Gareus
2017-01-08Fix shared-pointer list creation from LuaRobin Gareus
2016-10-07Lua binding for std::map<>::at()Robin Gareus
2016-08-30Update our MSVC project files to generate the most recent Ardour session file...John Emmas
2016-08-27fix copy/paste typo in 1d7c14496Robin Gareus
2016-08-26allow to access data-members in weak/shared ptr classesRobin Gareus
2016-08-26add "sameinstance()" lua binding for all shared/weak ptrsRobin Gareus
2016-08-26tweak lua GC (once again)Robin Gareus
2016-08-16extend lua-doc to show propertiesRobin Gareus
2016-08-15Re-enable luabridge addProperty()Robin Gareus
2016-07-18rework lua-bridge C++ variable referencesRobin Gareus
2016-07-18amend previous commit (forgotten checkin)Robin Gareus
2016-07-18update to lua-5.3.3Robin Gareus
2016-07-07prepare sharing C++ class instances across lua-interpretersRobin Gareus
2016-07-06tweak lua gcRobin Gareus
2016-06-26Use correct type of std::map::countSam Thursfield
2016-06-01add lua/C++ dynamic_cast<>Robin Gareus
2016-05-31allow lua binding functions with up to 9 parametersRobin Gareus
2016-05-21allow lua to access array at an offsetRobin Gareus
2016-04-14allow to compare C class instances from luaRobin Gareus
2016-04-12Modify 'getIdentityKey()' function to have LuaBridge_API linkage when buildin...John Emmas
2016-04-12Change LuaBridge_API to be __declspec(dllexport) or __declspec(dllimport, as ...John Emmas
2016-04-12some more windows bandaids for optimized buildsRobin Gareus
2016-04-11special case luabridge for windows/MSVCRobin Gareus
2016-04-10update lua related doc, add missing bindingsRobin Gareus
2016-04-04Modify our MSVC projects to build liblua as a DLL rather than a static libJohn Emmas
2016-04-04#define LUA_DEBUG when making a Debug build with MSVCJohn Emmas