aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Luamm.hh
AgeCommit message (Expand)AuthorFilesLines
2013-02-18Add lua::quote function, for safe (and pretty) quoting of stringsPavel Labath1-0/+4
2013-02-18Add checkstring() to lua::statePavel Labath1-0/+2
2013-02-18Add checkudata and checkargno functions to lua::statePavel Labath1-0/+12
2013-02-18luamm: add lua_isuserdata C++ bindingPavel Labath1-0/+1
2013-02-17A lightweight version of lua::state::pushclosure which handles the simple casesPavel Labath1-1/+2
2013-02-17Luamm: add lua_istable C++ wrapperPavel Labath1-0/+1
2013-02-17Add a version of lua::state::loadstring which accepts std::stringPavel Labath1-0/+1
2013-02-16Lua exceptions can now outlive thier lua contextPavel Labath1-1/+13
2013-02-16Luamm: add lua_createtable bindingPavel Labath1-0/+1
2013-02-16luamm: add a version of loadstring which also takes the string length as a pa...Pavel Labath1-1/+3
2013-02-16Add lua_rawgeti wrapper to luammPavel Labath1-0/+1
2013-02-16Remove the possibility to transport exceptions through lua codePavel Labath1-1/+1
2013-02-16c++ lua binding: get rid of variadic templatesPavel Labath1-5/+44
2013-02-16c++ lua binding: get rid of shared_ptrPavel Labath1-54/+55
2013-02-16c++ lua binding: get rid of deleted functions and rvalue referencesPavel Labath1-44/+14
2013-02-16c++ lua binding: replace std::function with FbTk::SlotPavel Labath1-17/+32
2013-02-16C++ binding for luaPavel Labath1-0/+341