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 | Create and install gr-run-waveform-script, and symlink to it when installed. | Eric Blossom | |
2010-12-10 | Add new Guile gsubr that loads shared libraries using the equivalent of the ↵ | Eric Blossom | |
RTLD_GLOBAL flag. This is part of a work-around for swig bug: 1863647 http://sourceforge.net/tracker/index.php?func=detail&aid=1863647&group_id=1645&atid=101645 | |||
2010-12-03 | Revert "Add "shims" for booting (mostly) from magic file system" | Eric Blossom | |
This reverts commit 9bc62cca21a0a171cbc220419af91b3d8f7e333b. This stragegy didn't work. Our new gsubrs have not yet be defined when the ice-9/boot-9.scm code is loaded. | |||
2010-12-03 | Add "shims" for booting (mostly) from magic file system | Eric Blossom | |
2010-12-02 | Moved contents of gr-guile into gnuradio-core/src/guile and removed gr-guile. | Eric Blossom | |
Passes distcheck. | |||
2010-12-02 | Move guts of gr-run-waveform into gnuradio/run-waveform.scm | Eric Blossom | |
2010-11-24 | Add conditionals around gnuradio-core/src/{guile,python} | Eric Blossom | |
2010-11-24 | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | |
Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files. | |||
2010-11-21 | fix so distcheck *almost* fully works | Rob Savoye | |
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. | |||
2010-11-10 | Add @srcdir@ to test directory specifier | Eric Blossom | |
2010-11-10 | Remove guile-test.in. We're not rewriting the header anymore | Eric Blossom | |
2010-11-10 | make the tests directory before trying to run any tests | Rob Savoye | |
2010-11-10 | Move *.test to tests directory | Eric Blossom | |
2010-11-10 | guile-test -> guile-test.in so we can use @GUILE@ | Eric Blossom | |
2010-11-10 | Modify *.test to import correct modules | Eric Blossom | |
2010-11-10 | new QA code work-in-progress (forgot -a ...) | Eric Blossom | |
2010-11-10 | Add qa_*.scm files to Makefile as noinst_DATA | Eric Blossom | |
2010-11-10 | More guile QA code | Eric Blossom | |
2010-11-10 | First real guile QA code | Eric Blossom | |
2010-11-10 | Create guile QA framework. | Eric Blossom | |
Also moves hand coded files out of gnuradio-core/src/lib/swig/gnuradio that were getting nuked by make clean. |