summaryrefslogtreecommitdiff
path: root/ucoolib/arch/host/mex
AgeCommit message (Collapse)Author
2019-10-07Change license to MIT LicenseNicolas Schodet
2019-10-07ucoolib/arch/host/mex: simplify handlers thanks to TR1Nicolas Schodet
TR1 (and C++11, but this must compile on debian squeeze) defines function objects which can contain any callable which respects the prototype. This greatly simplify handler code. Also, get rid of get_instance and give Node as handler parameter instead.
2019-10-06ucoolib/arch/host/mex: use std::stringNicolas Schodet
2019-10-06ucoolib/arch/host/mex: add mex moduleNicolas Schodet