Age | Commit message (Collapse) | Author |
|
|
|
Also rm the symlink using uninstall-local. Passes distcheck.
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
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.
|
|
|
|
|
|
Passes distcheck.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|