summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block/swig
Commit message (Collapse)AuthorAgeFilesLines
* Make gr-howto-write-a-block work again...Eric Blossom2010-12-033-47/+59
| | | | | | Copied Makefile.swig, Mkefile.swig.gen.t from .. Renamed howto.i to howto_swig.i Regenerated Makefile.swig.gen
* Fix EXTRA_DIST in gr-howto-write-a-blockEric Blossom2010-12-031-1/+1
|
* Rename libguile- to libguile-gnuradio- to match guile library naming convention.Eric Blossom2010-12-031-1/+1
| | | | | The stuff in gnuradio-core ends up with funky names, but that could be fixed by renaming gnuradio_core_filter.i -> core_filter.i etc.
* Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-241-27/+3
| | | | | | | | | 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.
* Update .gitignoreEric Blossom2010-11-171-0/+3
|
* regeneratedEric Blossom2010-11-161-1/+1
|
* add other .i files to EXTRA_DIST so it'll almost distcheckRob Savoye2010-11-151-0/+2
|
* make howto build the new wayRob Savoye2010-11-152-183/+72
|
* add load-extension supportRob Savoye2010-11-101-0/+10
|
* doc fix (in generated file)Eric Blossom2010-03-041-2/+2
|
* Fix distcheck failure in gr-howto-write-a-blockJohnathan Corgan2010-03-041-1/+1
| | | | Some of the swig include files were not getting put into the dist tarball
* Refactor gr-howto-write-a-block such that it no longer installs intoEric Blossom2010-03-042-12/+9
| | | | | | | | | | | | | | | | | the gnuradio python namespace, but rather in the howto namespace. This allows it to be installed under a separate --prefix in the common case where the user doing the "out of tree build" is going to be installing their new and/or modified code somewhere other than the system installation directories. Any code that uses these blocks should now import them using: import howto instead of from gnuradio import howto
* howto: cleanup for mergeJohnathan Corgan2009-11-131-2/+1
|
* howto: create howto_swig.*, use constructed Python namespaceJohnathan Corgan2009-11-122-13/+13
|
* howto: make swig directory use individual .i filesJohnathan Corgan2009-11-037-6710/+36
| | | | Removed erroneous files from version control
* howto: reorganized directory structureJohnathan Corgan2009-11-036-0/+7031
Moved lib to top level Moved python to top level Separated swig generation into new top level directory