summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-10without including the guile dependency file, dependencies won't work rightRob Savoye
2010-11-10Modules now load cleanly!Eric Blossom
2010-11-10Disable gr_message_source until later...Eric Blossom
2010-11-10Remove duplicate include of gr_endianness.i from general.iEric Blossom
2010-11-10gnuradio-core modules are almost loading cleanly.Eric Blossom
2010-11-10Move sizeof_* from gnuradio.i to runtime.i to avoid multiple definitionsEric Blossom
2010-11-10Version that builds guile goops bindings, but dependencies are hosed.Eric Blossom
Doesn't compile cleanly, but does enough to allow experimentation with goops wrappers. We're currently seeing the nasty interaction between the package system, the "export" syntax, and generic-functions. See thread here: http://lists.gnu.org/archive/html/guile-user/2006-05/msg00007.html for background.
2010-11-10don't include swig dirs as it makes automake warnings, use GNURADIO_INCLUDES ↵Rob Savoye
and USRP2_INCLUDES instead
2010-11-10don't list the generated cc files hereRob Savoye
2010-11-10Add %typecheck for complex.Eric Blossom
Fixes problem with moving-average-cc.
2010-11-10Move std_complex.i to gnuradio-core/src/lib/swig/guile.Eric Blossom
Seems to basically work. There's some simple test code inline in gnuradio_core_general.i.
2010-11-10rm gnuradio_swig.scm. Got turned into gnuradio_core.scmEric Blossom
2010-11-10Missed a few: s/_swig_py_/_/Eric Blossom
2010-11-10Remove dead codeEric Blossom
2010-11-10rename s/gnuradio_swig_python/gnuradio_core/gEric Blossom
2010-11-10regenerateEric Blossom
2010-11-10s/_swig_py_/_core_/gEric Blossom
2010-11-10regenerateEric Blossom
2010-11-10Rename guile libs to libguile-* and install them in $(libdir).Eric Blossom
This follows the Guile recommendations and should remove the need for adding an additional directory to LD_LIBRARY_PATH.
2010-11-10Remove #warning from gr_swig_block_magic.iEric Blossom
2010-11-10Rengenerate Makefile.swig.gen'sEric Blossom
2010-11-10Remove leading _ from guile library names coded into .i filesEric Blossom
2010-11-10Set new install locations for guile scm code and libraries.Eric Blossom
I think we may want to rename the guile .so's and install them into libdir instead...
2010-11-10generate dependencies for .i files.Rob Savoye
2010-11-10Remove dead and broken code from GR_SWIG_BLOCK_MAGIC.Eric Blossom
Looks like this hasn't been used since we converted the hier_block stuff to C++, and it's been broken since then.
2010-11-10Move #ifdef SWIGPYTHON outside of %defineEric Blossom
There's apparently a time-of-evaluation issue here. The docs say they reevaluate the contents of %define at expansion time. Apparently SWIGPYTHON et al. aren't defined in whatever scope that may be.
2010-11-10Move common stuff outside of if PYTHONEric Blossom
2010-11-10Move TOP_SWIG_IFILES outside of if PYTHONEric Blossom
2010-11-10Add stub for gnuradio_swig.scm to get make to workEric Blossom
2010-11-10correct typo in script nameRob Savoye
2010-11-10add python/*.cc to SOURCES so dependencies work properly.Rob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10move new suffix rules to common Makefile so everything can use them.Rob Savoye
2010-11-10add commentsRob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10tweak dependencies to work through all the name mungingRob Savoye
2010-11-10specify . for outdir, as the suffix rules put the generated filoes in the ↵Rob Savoye
right place.
2010-11-10regeneratedRob Savoye
2010-11-10use suffixes to build scm and py filesRob Savoye
2010-11-10don't list .cc as a dependency, we always get one from the py or scm ↵Rob Savoye
dependency, which is more portable
2010-11-10don't append pythom or guile to everything. Use suffix rules to build scm ↵Rob Savoye
and py files.
2010-11-10use a separate output directory for generated files.Rob Savoye
2010-11-10correct which lines are under commentRob Savoye
2010-11-10don't build the python specific code for guileRob Savoye
2010-11-10load the general and gengen files, now that they compile.Rob Savoye
2010-11-10regeneratdRob Savoye
2010-11-10Change const vector to const vector ref to ease swigging.Eric Blossom
2010-11-10gitignore swig generated filesEric Blossom
2010-11-10gitignore swig generated filesEric Blossom