add new variant of ActionMap::find_action()
[ardour.git] / libs / lua /
2018-10-15 Paul Davisremove use of hardcoded -fPIC compiler flag, and use...
2018-09-30 John EmmasAdapt our remaining MSVC projects for 'boost::atomic...
2018-09-10 John EmmasInitial changes needed for building Mixbus (with MSVC...
2018-03-19 Robin GareusCustomize Lua GC, add object-memory-lock API.
2018-03-06 Robin GareusAllow loadfile in non-rt scripts
2018-02-15 John EmmasWhen building with MSVC, allow for the fact that Mixbus...
2018-02-14 John EmmasAccommodate the change from libtimecode to libtemporal
2017-11-29 Robin GareusTweak Lua GC
2017-11-29 Robin Gareusupdate to lua-5.3.4
2017-08-18 Robin GareusAdd luaRef is Boolean
2017-08-10 Robin GareusCentralize Lua sandboxing
2017-03-30 Robin GareusFix hiding Lua __metatable -- prevent setmetatable...
2017-03-30 Robin GareusLua: make external (static) functions available for...
2017-03-22 Robin GareusSpecial case const std::string& Lua binding.
2017-03-22 Robin Gareusremove cruft (following 6dc3bdf)
2017-03-18 Robin GareusFix LuaBindings TypeList copy-ctor
2017-03-18 Robin GareusMake Lua std::set bindings more generic, (prepare for...
2017-03-16 Robin Gareusdrop lua documentation for deprecated "sameinstance()"
2017-03-16 Robin GareusLua: provide instance-equal check as '==' comparator.
2017-02-23 Robin GareusLuaBridge: Dedicated type for pointer-lists and const...
2017-02-23 Robin GareusluaBridge support const references to class-instance...
2017-02-19 Robin GareusAdd Lua bindings for std::list ::front() and ::back()
2017-02-14 Robin GareusFix lua-doc (Null pointer c'tor doc)
2017-01-21 Robin GareusLua add an Empty/Nil shared-pointer constructor
2017-01-21 Robin GareusLuaBindings: prefer shared_ptr over weak_ptr
2017-01-20 Robin GareusAllow Lua bindings up to 10 args
2017-01-07 Robin GareusFix shared-pointer list creation from 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