aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Luamm.cc
AgeCommit message (Expand)AuthorFilesLines
2013-02-18Add lua::quote function, for safe (and pretty) quoting of stringsPavel Labath1-0/+24
2013-02-18Add checkstring() to lua::statePavel Labath1-4/+19
2013-02-18Add checkudata and checkargno functions to lua::statePavel Labath1-0/+31
2013-02-17A lightweight version of lua::state::pushclosure which handles the simple casesPavel Labath1-2/+10
2013-02-16Lua exceptions can now outlive thier lua contextPavel Labath1-4/+5
2013-02-16luamm: add a version of loadstring which also takes the string length as a pa...Pavel Labath1-2/+19
2013-02-16Remove the possibility to transport exceptions through lua codePavel Labath1-53/+8
2013-02-16c++ lua binding: get rid of shared_ptrPavel Labath1-48/+53
2013-02-16c++ lua binding: get rid of deleted functions and rvalue referencesPavel Labath1-4/+11
2013-02-16c++ lua binding: replace std::function with FbTk::SlotPavel Labath1-7/+4
2013-02-16C++ binding for luaPavel Labath1-0/+468