index
:
Instrument.git
master
pinmuxindt
vxi
The instrument daemon
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libvxi11client
/
perlbits
Age
Commit message (
Collapse
)
Author
2013-01-18
add a lazy way to call write
daniel
2013-01-17
not sure what happens with strings once they get into perl, but this keeps ↵
daniel
the last event picked up from the interrupt queue around until polling again when should be good enough.
2013-01-17
make module perlish (object methods)
daniel
2013-01-17
add a "context" for handling multiple instruments
daniel
2013-01-14
use ExtUtils::PkgConfig to get the libs and headers for glib/gthread
daniel
2013-01-13
Would help to actually pass the data read back out
daniel
2013-01-13
fire the interrupt from the right place
daniel
2013-01-12
Add the ability to wait for interrupts
daniel
2013-01-11
The perl interface is cleaner at least. Need to work out how to get the call ↵
daniel
back working
2013-01-11
most of it seems to work in perl now
daniel
2013-01-11
add more tests and a top level for perl wrapping
daniel
2013-01-09
fix the typemap so that perl doesn't moan about bools
daniel
2013-01-09
The perl module sort of works now. Need to fill in all of the meta data, add ↵
daniel
proper tests etc.