summaryrefslogtreecommitdiff
path: root/libs/lua
AgeCommit message (Expand)Author
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
2016-04-04liblua visibility and compiler-flagsRobin Gareus
2016-03-28reduce header dependencies (part 1/2)Robin Gareus
2016-03-23refactor lua header includesRobin Gareus
2016-03-21Lua Array DocumentationRobin Gareus
2016-03-21refine Lua Binding DocumentationRobin Gareus
2016-03-20fix JSON luadoc formatRobin Gareus
2016-03-20Prepare Lua Binding Documentation (JSON)Robin Gareus
2016-03-18allow to bind functions with reference args in global lua namespaceRobin Gareus
2016-02-27ISO C++03 14.2/4 compatibility for clang.Robin Gareus
2016-02-27Accommodate newly introduced source(s) in our MSVC project (lua)John Emmas
2016-02-22Add a VC project for building the new lua branch with MSVCRobin Gareus
2016-02-22LuaBridge: support argument references via table returnRobin Gareus
2016-02-22customize LuaBridgeRobin Gareus
2016-02-22add liblua wrapper and build-scriptsRobin Gareus
2016-02-22NO-OP whitespaceRobin Gareus
2016-02-22add LuaBridgeRobin Gareus
2016-02-22add lua-5.3.2Robin Gareus