summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block/swig
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into nextTom Rondeau2012-04-071-0/+4
|\ | | | | | | | | | | Conflicts: gr-howto-write-a-block/Makefile.common gr-howto-write-a-block/config/gr_standalone.m4
* | Removes all references to guile and scheme, which are no longer needed.Tom Rondeau2012-04-011-10/+0
| | | | | | | | The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.
* | Merge branch 'master' into nextJohnathan Corgan2012-02-061-1/+1
|\|
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-089-323/+68
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* howto: updated ignoresJohnathan Corgan2011-03-161-0/+1
|
* howto: Was over-zealous before. The TESTS should remain firmly in the if ↵Tom Rondeau2011-02-221-1/+1
| | | | GUILE block.
* howto: cleans up the Python build structure for howto; reverts back to ↵Tom Rondeau2011-02-222-1/+4
| | | | making it's own howto module not under gnuradio.
* howto: fixes for howto build structure. Passes check but does not pass ↵Tom Rondeau2011-02-222-6/+5
| | | | distcheck.
* howto: I think this is a better fix than the last one. The modules are now ↵Tom Rondeau2011-02-221-1/+1
| | | | imported from gnuradio.
* howto: moving install path back to howto/ to get it to work.Tom Rondeau2011-02-171-1/+1
|
* Add missing .test files to tarball.Eric Blossom2010-12-271-0/+2
|
* Use load-extension-global instead of load-extensionEric Blossom2010-12-101-1/+1
|
* Add guile QA code to gr-howto-write-a-blockEric Blossom2010-12-063-0/+92
|
* Fix load-extension stringsEric Blossom2010-12-041-1/+1
|
* 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