index
:
gnuradio/.git
master
GNU Radio fork v3.6
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gr-run-waveform
/
xyzzy.cc
Age
Commit message (
Expand
)
Author
2010-12-03
Less verbose
Eric Blossom
2010-12-03
Make xyzzy_open_file work. (And a bit of renaming.)
Eric Blossom
2010-12-03
Allow xyzzy_init to accept NULL or "\0" to specify install path
Eric Blossom
2010-12-02
Update copyright dates
Eric Blossom
2010-12-02
Fix const-related warnings
Eric Blossom
2010-11-29
drop the rest of the crufty old ports code, string ports are great!
Rob Savoye
2010-11-29
remove old crufty port code we don't need now
Rob Savoye
2010-11-29
use a string port for the file contents.
Rob Savoye
2010-11-29
move make port between files to reduce messy extern prototypes
Rob Savoye
2010-11-28
fix xyzzy_file_exists() and test case
Rob Savoye
2010-11-28
#ifdef in make_read_only_port to change how it segfaults
Rob Savoye
2010-11-28
allocate memory for the port buffer
Rob Savoye
2010-11-27
more progress on ports.
Rob Savoye
2010-11-27
don't use C++ data types for return or args, this is a C function
Rob Savoye
2010-11-27
start getting I/O ports to work
Rob Savoye
2010-11-26
move the guile callbacks to the C linkage section
Rob Savoye
2010-11-26
add initial code for ports support
Rob Savoye
2010-11-26
make less verbose
Rob Savoye
2010-11-26
read the strings and content into a big std::map<>
Rob Savoye
2010-11-26
read a string from the stream
Rob Savoye
2010-11-26
drop the seekg()
Rob Savoye
2010-11-26
read in data file header, directories, and strings.
Rob Savoye
2010-11-26
read in fake file header and directory entries and byte swap them to the corr...
Rob Savoye
2010-11-26
create C++ class with C linkage bindings for guile. Add string conversion sta...
Rob Savoye
2010-11-26
start adding code to handle the filesystem data file
Rob Savoye