index
:
gnuradio.git
android
conditional-clang-format-doxy
dev-4.0
dev-4.0-minimal
main
maint
maint-3.10
maint-3.7
maint-3.8
maint-3.9
master
misc-issue
modtool-noninteractive
update_clang_tidy
GNU Radio
admin@gnuradio.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gr-run-waveform
/
xyzzy.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Make xyzzy_open_file work. (And a bit of renaming.)
Eric Blossom
2010-12-03
1
-2
/
+2
|
|
|
|
|
|
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.
*
Update copyright dates
Eric Blossom
2010-12-02
1
-1
/
+1
|
*
Fix const-related warnings
Eric Blossom
2010-12-02
1
-2
/
+2
|
*
drop the older read_only port prototype, the code is already gone
Rob Savoye
2010-11-29
1
-3
/
+1
|
*
drop the rest of the crufty old ports code, string ports are great!
Rob Savoye
2010-11-29
1
-12
/
+0
|
*
use a string port for the file contents.
Rob Savoye
2010-11-29
1
-1
/
+1
|
*
add an init function to initialize the scm_xyzzy_* fucntions
Rob Savoye
2010-11-28
1
-0
/
+2
|
*
more progress on ports.
Rob Savoye
2010-11-27
1
-1
/
+6
|
*
Prepend the magic number for found paths. Override primitive-load.
Rob Savoye
2010-11-27
1
-1
/
+1
|
*
don't use C++ data types for return or args, this is a C function
Rob Savoye
2010-11-27
1
-6
/
+12
|
*
start getting I/O ports to work
Rob Savoye
2010-11-27
1
-0
/
+2
|
*
move the guile callbacks to the C linkage section
Rob Savoye
2010-11-26
1
-1
/
+8
|
*
read the strings and content into a big std::map<>
Rob Savoye
2010-11-26
1
-3
/
+0
|
*
read a string from the stream
Rob Savoye
2010-11-26
1
-1
/
+3
|
*
read in data file header, directories, and strings.
Rob Savoye
2010-11-26
1
-2
/
+6
|
*
read in fake file header and directory entries and byte swap them to the ↵
Rob Savoye
2010-11-26
1
-1
/
+5
|
|
|
|
correct data
*
create C++ class with C linkage bindings for guile. Add string conversion ↵
Rob Savoye
2010-11-26
1
-13
/
+44
|
|
|
|
static method.
*
start adding code to handle the filesystem data file
Rob Savoye
2010-11-26
1
-0
/
+82