summaryrefslogtreecommitdiff
path: root/gr-run-waveform/xyzzy.cc
AgeCommit message (Expand)Author
2010-11-28#ifdef in make_read_only_port to change how it segfaultsRob Savoye
2010-11-28allocate memory for the port bufferRob Savoye
2010-11-27more progress on ports.Rob Savoye
2010-11-27don't use C++ data types for return or args, this is a C functionRob Savoye
2010-11-27start getting I/O ports to workRob Savoye
2010-11-26move the guile callbacks to the C linkage sectionRob Savoye
2010-11-26add initial code for ports supportRob Savoye
2010-11-26make less verboseRob Savoye
2010-11-26read the strings and content into a big std::map<>Rob Savoye
2010-11-26read a string from the streamRob Savoye
2010-11-26drop the seekg()Rob Savoye
2010-11-26read in data file header, directories, and strings.Rob Savoye
2010-11-26read in fake file header and directory entries and byte swap them to the corr...Rob Savoye
2010-11-26create C++ class with C linkage bindings for guile. Add string conversion sta...Rob Savoye
2010-11-26start adding code to handle the filesystem data fileRob Savoye