Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-21 | fix so distcheck *almost* fully works | Rob Savoye | |
2010-11-15 | Modify GR_SWIG_BLOCK_MAGIC to not strip package prefix when using | Eric Blossom | |
GUILE outside of gnuradio-core. This avoids the problem with the guile bindings where multiple blocks end up with the name gr:sink (e.g., audio_alsa_sink). With this change, it ends us as gr:audio-alsa-sink. Blocks in gnuradio-core continue to have the leading gr_ removed from their class names. | |||
2010-11-13 | dail-tone.wfd example waveform can be loaded and run by gr-run-waveform. | Eric Blossom | |
Write new app, gr-run-waveform, that reads waveforms and runs them. We'll need to turn this into a small piece of C/C++ code that embeds guile, but the guts of it is working. |