Only show user-presets in favorite sidebar
[ardour.git] / libs / lua / LuaBridge / detail / Namespace.h
2017-03-30 Robin GareusFix hiding Lua __metatable -- prevent setmetatable...
2017-03-30 Robin GareusLua: make external (static) functions available for...
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-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-07 Robin GareusFix shared-pointer list creation from Lua
2016-10-07 Robin GareusLua binding for std::map<>::at()
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-15 Robin Gareusextend lua-doc to show properties
2016-08-15 Robin GareusRe-enable luabridge addProperty()
2016-06-26 Sam ThursfieldUse correct type of std::map::count
2016-06-01 Robin Gareusadd lua/C++ dynamic_cast<>
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-10 Robin Gareusupdate lua related doc, add missing bindings
2016-03-28 Robin Gareusreduce header dependencies (part 1/2)
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-22 Robin GareusLuaBridge: support argument references via table return
2016-02-22 Robin Gareuscustomize LuaBridge
2016-02-22 Robin GareusNO-OP whitespace
2016-02-22 Robin Gareusadd LuaBridge