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
/
Makefile.am
Age
Commit message (
Collapse
)
Author
2010-12-30
Create symlink using install-exec-local, not install-exec-hook.
Eric Blossom
Also rm the symlink using uninstall-local. Passes distcheck.
2010-12-30
Add symlink to gr-run-waveform when installing gr-run-waveform-binary.
Eric Blossom
2010-12-30
Rename gr-run-waveform/gr-run-waveform.cc to gr-run-waveform-binary.cc
Eric Blossom
This is the first step to allow the binary and the script versions of gr-run-waveform to co-exist.
2010-12-03
Uhh, make that test_embed.cc
Eric Blossom
2010-12-03
Rename test_waveform.c test_embed.c
Eric Blossom
2010-12-03
Initialize GUILE_LOAD_PATH and LTDL_LIBRARY_PATH based on prefix.
Eric Blossom
2010-12-03
Rename run_waveform.cc gr-run-waveform.cc
Eric Blossom
2010-12-03
Add filesystem.dat to CLEANFILES; other minor tweaks.
Eric Blossom
2010-11-29
add scheme test cases to EXTRA_DIST
Rob Savoye
2010-11-28
rename the test case to use C inetead of C++
Rob Savoye
2010-11-28
add new test case, similar to run-waveform
Rob Savoye
2010-11-28
use PYTHON from configure instead of hardcoding it.
Rob Savoye
2010-11-27
move the contents of load.x into the source file.
Rob Savoye
2010-11-27
build the generated filesystem and install it. Build libpath.h, needed by ↵
Rob Savoye
xyzzy-load.c to get it's path definitions.
2010-11-26
link the guile libs into the test cases
Rob Savoye
2010-11-26
pass in the data dir too
Rob Savoye
2010-11-26
add test case and new XYZZY class files.
Rob Savoye
2010-11-25
Add gen-xyzzy, a tool to build the "magic fake filesystem"
Eric Blossom
2010-11-25
pass in srcdir so we can find our data file.
Rob Savoye
2010-11-25
add initial (no guile yet standalone app)
Rob Savoye