Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-02-16 | Lua exceptions can now outlive thier lua context | Pavel Labath | 1 | -1/+13 |
2013-02-16 | Luamm: add lua_createtable binding | Pavel Labath | 1 | -0/+1 |
2013-02-16 | luamm: add a version of loadstring which also takes the string length as a pa... | Pavel Labath | 1 | -1/+3 |
2013-02-16 | Add lua_rawgeti wrapper to luamm | Pavel Labath | 1 | -0/+1 |
2013-02-16 | Remove the possibility to transport exceptions through lua code | Pavel Labath | 1 | -1/+1 |
2013-02-16 | c++ lua binding: get rid of variadic templates | Pavel Labath | 1 | -5/+44 |
2013-02-16 | c++ lua binding: get rid of shared_ptr | Pavel Labath | 1 | -54/+55 |
2013-02-16 | c++ lua binding: get rid of deleted functions and rvalue references | Pavel Labath | 1 | -44/+14 |
2013-02-16 | c++ lua binding: replace std::function with FbTk::Slot | Pavel Labath | 1 | -17/+32 |
2013-02-16 | C++ binding for lua | Pavel Labath | 1 | -0/+341 |