NO-OP; Backport changes from Mixbus branch
[ardour.git] / libs / lua /
2016-10-07 Robin GareusLua binding for std::map<>::at()
2016-08-30 John EmmasUpdate our MSVC project files to generate the most...
2016-08-27 Robin Gareusfix copy/paste typo in 1d7c14496
2016-08-26 Robin Gareusallow to access data-members in weak/shared ptr classes
2016-08-26 Robin Gareusadd "sameinstance()" lua binding for all shared/weak...
2016-08-25 Robin Gareustweak lua GC (once again)
2016-08-15 Robin Gareusextend lua-doc to show properties
2016-08-15 Robin GareusRe-enable luabridge addProperty()
2016-07-18 Robin Gareusrework lua-bridge C++ variable references
2016-07-18 Robin Gareusamend previous commit (forgotten checkin)
2016-07-18 Robin Gareusupdate to lua-5.3.3
2016-07-07 Robin Gareusprepare sharing C++ class instances across lua-interpreters
2016-07-06 Robin Gareustweak lua gc
2016-06-26 Sam ThursfieldUse correct type of std::map::count
2016-06-01 Robin Gareusadd lua/C++ dynamic_cast<>
2016-05-31 Robin Gareusallow lua binding functions with up to 9 parameters
2016-05-21 Robin Gareusallow lua to access array at an offset
2016-04-14 Robin Gareusallow to compare C class instances from lua
2016-04-12 John EmmasModify 'getIdentityKey()' function to have LuaBridge_AP...
2016-04-12 John EmmasChange LuaBridge_API to be __declspec(dllexport) or...
2016-04-12 Robin Gareussome more windows bandaids for optimized builds
2016-04-11 Robin Gareusspecial case luabridge for windows/MSVC
2016-04-10 Robin Gareusupdate lua related doc, add missing bindings
2016-04-04 John EmmasModify our MSVC projects to build liblua as a DLL rathe...
2016-04-04 John Emmas#define LUA_DEBUG when making a Debug build with MSVC
2016-04-04 Robin Gareusliblua visibility and compiler-flags
2016-03-28 Robin Gareusreduce header dependencies (part 1/2)
2016-03-23 Robin Gareusrefactor lua header includes
2016-03-21 Robin GareusLua Array Documentation
2016-03-21 Robin Gareusrefine Lua Binding Documentation
2016-03-20 Robin Gareusfix JSON luadoc format
2016-03-20 Robin GareusPrepare Lua Binding Documentation (JSON)
2016-03-18 Robin Gareusallow to bind functions with reference args in global...
2016-02-27 Robin GareusISO C++03 14.2/4 compatibility for clang.
2016-02-27 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-02-22 Robin GareusAdd a VC project for building the new lua branch with...
2016-02-22 Robin GareusLuaBridge: support argument references via table return
2016-02-22 Robin Gareuscustomize LuaBridge
2016-02-22 Robin Gareusadd liblua wrapper and build-scripts
2016-02-22 Robin GareusNO-OP whitespace
2016-02-22 Robin Gareusadd LuaBridge
2016-02-22 Robin Gareusadd lua-5.3.2