Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-01 | c++ lua binding: get rid of shared_ptr | Pavel Labath | 1 | -54/+55 | |
It was pretty underused anyway. I was just lazy to write a proper destructor. | |||||
2011-11-01 | c++ lua binding: get rid of deleted functions and rvalue references | Pavel Labath | 1 | -44/+14 | |
2011-11-01 | c++ lua binding: replace std::function with FbTk::Slot | Pavel Labath | 1 | -17/+32 | |
std::function is superior, but not supported on old compilers | |||||
2011-11-01 | C++ binding for lua | Pavel Labath | 1 | -0/+341 | |
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. |