aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Luamm.hh
AgeCommit message (Collapse)AuthorFilesLines
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.