summaryrefslogtreecommitdiffhomepage
path: root/digital/ucoolib/ucoolib/arch/host
AgeCommit message (Collapse)Author
2013-03-24digital/ucoolib: Fix compilation on 64bits machineMaxime Hadjinlian
2013-03-02digital/ucoolib/ucoolib/arch/host: add pty host streamNicolas Schodet
2013-03-01digital/ucoolib/ucoolib/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.
2013-03-01digital/ucoolib/ucoolib/arch/host: add host support classNicolas Schodet
2013-03-01digital/ucoolib/ucoolib/arch/host/mex: use std::stringNicolas Schodet
2013-02-20digital/ucoolib/ucoolib/arch: move host file to subdirectoryNicolas Schodet
2012-12-05digital/ucoolib/ucoolib/arch/host/mex: add mex moduleNicolas Schodet