summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block/python/qa_howto.py
Commit message (Collapse)AuthorAgeFilesLines
* howto: removed gr-howto-write-a-blockJohnathan Corgan2013-03-271-73/+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-201-0/+13
|\ | | | | | | | | Conflicts: gr-howto-write-a-block/python/qa_howto.py
| * howto-write-a-block: Added example for Python blocksMartin Braun2013-01-191-0/+13
| |
* | 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-131-6/+6
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* howto: create howto_swig.*, use constructed Python namespaceJohnathan Corgan2009-11-121-3/+3
|
* howto: reorganized directory structureJohnathan Corgan2009-11-031-0/+59
Moved lib to top level Moved python to top level Separated swig generation into new top level directory