Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-11-01 | A lightweight version of lua::state::pushclosure which handles the simple cases | Pavel Labath | 1 | -2/+10 |
2011-11-01 | Lua exceptions can now outlive thier lua context | Pavel Labath | 1 | -4/+5 |
2011-11-01 | luamm: add a version of loadstring which also takes the string length as a pa... | Pavel Labath | 1 | -2/+19 |
2011-11-01 | Remove the possibility to transport exceptions through lua code | Pavel Labath | 1 | -53/+8 |
2011-11-01 | c++ lua binding: get rid of shared_ptr | Pavel Labath | 1 | -48/+53 |
2011-11-01 | c++ lua binding: get rid of deleted functions and rvalue references | Pavel Labath | 1 | -4/+11 |
2011-11-01 | c++ lua binding: replace std::function with FbTk::Slot | Pavel Labath | 1 | -7/+4 |
2011-11-01 | C++ binding for lua | Pavel Labath | 1 | -0/+468 |