aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Luamm.hh
AgeCommit message (Collapse)AuthorFilesLines
2011-11-01c++ lua binding: get rid of variadic templatesPavel Labath1-5/+44
See how variadic templates are good. They enabled me to write those four functions as one.
2011-11-01c++ lua binding: get rid of shared_ptrPavel Labath1-54/+55
It was pretty underused anyway. I was just lazy to write a proper destructor.
2011-11-01c++ lua binding: get rid of deleted functions and rvalue referencesPavel Labath1-44/+14
2011-11-01c++ lua binding: replace std::function with FbTk::SlotPavel Labath1-17/+32
std::function is superior, but not supported on old compilers
2011-11-01C++ binding for luaPavel Labath1-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.