Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gr-runtime: Improve exception handling in ControlPort Monitor | Brennan Ashton | 2018-11-15 | 1 | -1/+2 |
| | |||||
* | Merge branch 'python3_fix' into next | Andrej Rode | 2018-06-24 | 1 | -14/+15 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual merge conflict resolution has been applied to following conflicts: * Typos: * gnuradio-runtime/python/gnuradio/ctrlport/GrDataPlotter.py * gr-blocks/python/blocks/qa_wavfile.py * gr-filter/examples/gr_filtdes_api.py * grc/blocks/parameter.xml * gr-uhd/python/uhd/__init__.py * ValueError -> RuntimeError: * gr-blocks/python/blocks/qa_hier_block2.py * relative Imports & other Py3k: * gr-digital/python/digital/psk_constellations.py * gr-digital/python/digital/qam_constellations.py * gr-digital/python/digital/test_soft_decisions.py * gr-digital/python/digital/gfsk.py * SequenceCompleter: * gr-utils/python/modtool/modtool_add.py * gr-utils/python/modtool/modtool_rename.py * gr-utils/python/modtool/modtool_rm.py * Updated API on next: * gr-blocks/grc/blocks_file_source.xml * gr-blocks/python/blocks/qa_file_source_sink.py * gr-qtgui/grc/qtgui_time_sink_x.xml * GRC Py3k Updates: * grc/core/Block.py * grc/core/Constants.py * grc/core/Platform.py * grc/core/utils/odict.py * grc/gui/Actions.py * grc/gui/Block.py * grc/gui/Executor.py * grc/gui/Port.py | ||||
| * | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -14/+15 |
| | | |||||
* | | Comment typo fixing. | luz.paz | 2018-02-03 | 1 | -1/+1 |
|/ | | | | Luzpaz went ahead and found typos using `codespell -q 3`. | ||||
* | runtime: fix numpy warning | Bob Iannucci | 2017-01-12 | 1 | -1/+1 |
| | | | | The == operator on Numpy arrays is being redefined to work elementwise. Changing the == to 'is' should fix the problem. | ||||
* | runtime: mods for pmt's NIL. | Tom Rondeau | 2014-06-28 | 1 | -4/+7 |
| | |||||
* | pmt: support conversion of basic pmt pairs to python | Tim O'Shea | 2014-05-14 | 1 | -1/+6 |
| | |||||
* | renamed and cleaned up a bit | Marcus Müller | 2014-04-07 | 1 | -4/+3 |
| | |||||
* | pmt_to_python: numpy_to_uvector and reverse works, QA added | Marcus Müller | 2014-04-07 | 1 | -25/+29 |
| | |||||
* | set numpy_mappings -> dict, to fix py2.6 incompatibility | Marcus Müller | 2014-04-05 | 1 | -22/+23 |
| | |||||
* | fix numpy to pmt uvector conversion | Tim O'Shea | 2014-03-26 | 1 | -8/+33 |
| | |||||
* | pmt: adds ability to handle unicode input with pmt_to_python. | Sylvain Munaut | 2013-12-19 | 1 | -0/+1 |
| | |||||
* | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 1 | -0/+97 |
PMTs are handled slightly different and are installed into their own module and include dir. |