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
/
perlglue.c
Age
Commit message (
Collapse
)
Author
2013-02-05
Queues start with a ref count of 1, so we shouldn't ref it.
daniel
2013-01-31
Return null from open if something failed.
daniel
2013-01-31
Add comments to the perlglue.
daniel
2013-01-30
Make wait for interrupt more useful
daniel
2013-01-30
Data lengths sent to the server shouldn't include the terminator.
daniel
Fix up how the handle gets copied out into perl
2013-01-30
Make interrupt timeout configurable
daniel
2013-01-29
Endian fixes.
daniel
2013-01-19
use fancy glib stuff to wait for the interrupt thread to start instead of ↵
daniel
spinning
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-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