Statistics
| Branch: | Tag: | Revision:

root / gr-run-waveform / xyzzy.cc @ f5c18ec5

History | View | Annotate | Download (6.5 kB)

# Date Author Comment
5f12322d 12/04/2010 06:00 am Eric Blossom

Less verbose

331a74a4 12/03/2010 09:14 pm Eric Blossom

Make xyzzy_open_file work. (And a bit of renaming.)

xyzzy_open_file (nee make_xyzzy) was not stripping off the magic
prefix before searching, and was thus always creating a new entry in
the map and returning a "" string.

5ca9632f 12/03/2010 08:10 pm Eric Blossom

Allow xyzzy_init to accept NULL or "\0" to specify install path

09dc1cd6 12/02/2010 10:18 pm Eric Blossom

Update copyright dates

b7a674aa 12/02/2010 10:15 pm Eric Blossom

Fix const-related warnings

75c52385 11/29/2010 05:02 pm Rob Savoye

drop the rest of the crufty old ports code, string ports are great!

8b8159e2 11/29/2010 04:52 pm Rob Savoye

remove old crufty port code we don't need now

4b401019 11/29/2010 04:41 pm Rob Savoye

use a string port for the file contents.

f3570d3f 11/29/2010 02:57 pm Rob Savoye

move make port between files to reduce messy extern prototypes

b68acf99 11/28/2010 08:14 pm Rob Savoye

fix xyzzy_file_exists() and test case

678f405e 11/28/2010 06:51 pm Rob Savoye

#ifdef in make_read_only_port to change how it segfaults

7be688c2 11/28/2010 05:18 pm Rob Savoye

allocate memory for the port buffer

b4d963b6 11/28/2010 03:36 am Rob Savoye

more progress on ports.

f4f598d3 11/27/2010 10:32 pm Rob Savoye

don't use C++ data types for return or args, this is a C function

edddbb1a 11/27/2010 05:25 pm Rob Savoye

start getting I/O ports to work

5db042a3 11/27/2010 02:45 am Rob Savoye

move the guile callbacks to the C linkage section

775f1117 11/27/2010 01:37 am Rob Savoye

add initial code for ports support

6120aac9 11/27/2010 12:41 am Rob Savoye

make less verbose

89f5dd30 11/27/2010 12:39 am Rob Savoye

read the strings and content into a big std::map<>

bfadc487 11/26/2010 11:39 pm Rob Savoye

read a string from the stream

1452e6a8 11/26/2010 11:07 pm Rob Savoye

drop the seekg()

9b7e9228 11/26/2010 11:01 pm Rob Savoye

read in data file header, directories, and strings.

518c3129 11/26/2010 08:03 pm Rob Savoye

read in fake file header and directory entries and byte swap them to the correct data

712e2a1b 11/26/2010 06:23 pm Rob Savoye

create C++ class with C linkage bindings for guile. Add string conversion static method.

e8a3f5ba 11/26/2010 05:30 pm Rob Savoye

start adding code to handle the filesystem data file