summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block/python
Commit message (Collapse)AuthorAgeFilesLines
* howto: removed gr-howto-write-a-blockJohnathan Corgan2013-03-274-196/+0
| | | | | | the canonical out-of-tree module is now in: gr-utils/python/modtool/gr-newmod
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-171-7/+8
| | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* Merge branch 'master' into nextTom Rondeau2013-01-204-0/+62
|\ | | | | | | | | Conflicts: gr-howto-write-a-block/python/qa_howto.py
| * howto-write-a-block: Added example for Python blocksMartin Braun2013-01-194-0/+62
| |
* | Merge branch 'master' into nextTom Rondeau2012-11-011-24/+0
|\|
| * Removes some swig workaround code put in for ticket 181.Tom Rondeau2012-10-191-24/+0
| | | | | | | | This seems to fix the import problems recently seen on 12.10 for loading gnuradio-companion (due to 'from lxml import etree' which was actually due to 'import os' causing a segfault).
* | howto: updated howto-write-a-block to use new impl style.Tom Rondeau2012-09-301-25/+25
|/
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-133-14/+14
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-085-114/+49
| | | | Nick Foster owes Nick Corgan a six-pack of beer!
* howto: cleans up the Python build structure for howto; reverts back to ↵Tom Rondeau2011-02-221-3/+3
| | | | making it's own howto module not under gnuradio.
* howto: I think this is a better fix than the last one. The modules are now ↵Tom Rondeau2011-02-221-3/+3
| | | | imported from gnuradio.
* Fix EXTRA_DIST in gr-howto-write-a-blockEric Blossom2010-12-031-1/+1
|
* Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-241-1/+1
| | | | | | | | | 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.
* howto: fix make check for win32, darwin (untested)Don Ward2010-05-161-0/+24
|
* Refactor gr-howto-write-a-block such that it no longer installs intoEric Blossom2010-03-041-4/+2
| | | | | | | | | | | | | | | | | 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-1/+1
|
* howto: create howto_swig.*, use constructed Python namespaceJohnathan Corgan2009-11-123-8/+58
|
* howto: make swig directory use individual .i filesJohnathan Corgan2009-11-031-2/+3
| | | | Removed erroneous files from version control
* howto: reorganized directory structureJohnathan Corgan2009-11-034-0/+149
Moved lib to top level Moved python to top level Separated swig generation into new top level directory