aboutsummaryrefslogtreecommitdiff
path: root/pdoctave_dataframe.c
AgeCommit message (Collapse)Author
2006-03-26pdoctave weekend, yeah! So obviously, total nerdness has struck me already. ↵Franz Zotter
IAOUOIASSFAIUOOOOOOAA!!! But it works!!! - Octave error handling for errors of write_shared_mem.cc (i.e. undefined variables). - Return value for non existent data packages corrected in write_shared_mem.cc (it has to be removeSharedData instead of freeSharedData in exceptional cases) - opening octave on library startup - removed annoying post messages yesyesyes, perhaps it's time for Georgies threadlib "detach" for pdoctave_get now! svn path=/trunk/externals/iem/pdoctave/; revision=4775
2006-03-26added octave error handling 'try' and 'catch' to pdoctave_get. So unknown ↵Franz Zotter
variables are returned now as empty svn path=/trunk/externals/iem/pdoctave/; revision=4770
2006-03-25changed a lot: pdoctave_dataframe: sleepUntil changed. Doesn't work yet, ↵Franz Zotter
perhaps will not work that way. Looking for a suitable solution... pdoctave.c: starting octave when loading lib. removed the pdoctave object. Started general chaos... svn path=/trunk/externals/iem/pdoctave/; revision=4766
2006-02-22These is the beginning of a try to connect the pd to octave. Especially when ↵svn2git-rootFranz Zotter
using the iemmatrix features in pd, this feature becomes sensible. On the whole it shall enable the user to use the command line parser of octave. The take-over strategy is bad at this starting point. No threading, no practical data transmission. Perhaps the common work on it can help. (Franz) svn path=/trunk/externals/iem/pdoctave/; revision=4611