Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-15 | Lua exceptions can now outlive thier lua context | Pavel Labath | 1 | -4/+5 | |
2011-06-15 | luamm: add a version of loadstring which also takes the string length as a ↵ | Pavel Labath | 1 | -2/+19 | |
parameter | |||||
2011-06-15 | Remove the possibility to transport exceptions through lua code | Pavel Labath | 1 | -53/+8 | |
It's impossible to do this without C++0x features (we need std::exception_ptr). | |||||
2011-06-15 | c++ lua binding: get rid of shared_ptr | Pavel Labath | 1 | -48/+53 | |
It was pretty underused anyway. I was just lazy to write a proper destructor. | |||||
2011-06-15 | c++ lua binding: get rid of deleted functions and rvalue references | Pavel Labath | 1 | -4/+11 | |
2011-06-15 | c++ lua binding: replace std::function with FbTk::Slot | Pavel Labath | 1 | -7/+4 | |
std::function is superior, but not supported on old compilers | |||||
2011-06-15 | C++ binding for lua | Pavel Labath | 1 | -0/+468 | |
copied from conky (http://conky.sf.net) and relicensed. Since I am the person who wrote it in the first place there should not be a problem with licence conversion. |