Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | howto: removed gr-howto-write-a-block | Johnathan Corgan | 2013-03-27 | 4 | -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 Rondeau | 2013-03-17 | 1 | -7/+8 |
| | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks. | ||||
* | Merge branch 'master' into next | Tom Rondeau | 2013-01-20 | 4 | -0/+62 |
|\ | | | | | | | | | Conflicts: gr-howto-write-a-block/python/qa_howto.py | ||||
| * | howto-write-a-block: Added example for Python blocks | Martin Braun | 2013-01-19 | 4 | -0/+62 |
| | | |||||
* | | Merge branch 'master' into next | Tom Rondeau | 2012-11-01 | 1 | -24/+0 |
|\| | |||||
| * | Removes some swig workaround code put in for ticket 181. | Tom Rondeau | 2012-10-19 | 1 | -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 Rondeau | 2012-09-30 | 1 | -25/+25 |
|/ | |||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 3 | -14/+14 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | 2011-12-08 | 5 | -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 Rondeau | 2011-02-22 | 1 | -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 Rondeau | 2011-02-22 | 1 | -3/+3 |
| | | | | imported from gnuradio. | ||||
* | Fix EXTRA_DIST in gr-howto-write-a-block | Eric Blossom | 2010-12-03 | 1 | -1/+1 |
| | |||||
* | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | 2010-11-24 | 1 | -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 Ward | 2010-05-16 | 1 | -0/+24 |
| | |||||
* | Refactor gr-howto-write-a-block such that it no longer installs into | Eric Blossom | 2010-03-04 | 1 | -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 merge | Johnathan Corgan | 2009-11-13 | 1 | -1/+1 |
| | |||||
* | howto: create howto_swig.*, use constructed Python namespace | Johnathan Corgan | 2009-11-12 | 3 | -8/+58 |
| | |||||
* | howto: make swig directory use individual .i files | Johnathan Corgan | 2009-11-03 | 1 | -2/+3 |
| | | | | Removed erroneous files from version control | ||||
* | howto: reorganized directory structure | Johnathan Corgan | 2009-11-03 | 4 | -0/+149 |
Moved lib to top level Moved python to top level Separated swig generation into new top level directory |