Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -9/+18 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | All of the removed `from __future__ import` were needed in older versions of Python (mostly 2.5.x and below) but later became mandatory in most versions of Python 3 hence are not necessary anymore. More specifically, according to __future__.py[1]: - unicode_literals is part of Python since versions 2.6.0 and 3.0.0; - print_function is part of Python since versions 2.6.0 and 3.0.0; - absolute_import is part of Python since versions 2.5.0 and 3.0.0; - division is part of Python since versions 2.2.0 and 3.0.0; Get rid of those unnecessary imports to slightly clean up the codebase. [1] https://github.com/python/cpython/blob/master/Lib/__future__.py | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | ctrlport monitors: fix config check | Bastian Bloessl | 2019-06-19 | 1 | -2/+2 |
| | |||||
* | ctrlport: monitor error handling | Bastian Bloessl | 2019-06-19 | 1 | -3/+3 |
| | |||||
* | ctrport-monitor: fix error handling | Bastian Bloessl | 2019-06-19 | 1 | -10/+6 |
| | |||||
* | runtime: port ctrlport monitor to 3.8 and qt5 | Bastian Bloessl | 2019-06-19 | 1 | -4/+2 |
| | |||||
* | gr-runtime: Improve exception handling in ControlPort Monitor | Brennan Ashton | 2018-11-15 | 1 | -10/+7 |
| | |||||
* | Fix invalid escape sequences. | Clayton Smith | 2018-11-01 | 1 | -2/+2 |
| | |||||
* | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -9/+12 |
| | |||||
* | controlport: more cleanup and conveniences | Tom Rondeau | 2015-04-02 | 1 | -1/+1 |
| | |||||
* | controlport: adding performance and controlport monitor GRC blocks. | Tom Rondeau | 2015-04-02 | 1 | -3/+3 |
| | | | | | Updated thrift server conf to set an endpoint -- need to get host address instead of hardcoding to 127.0.0.1. | ||||
* | grc: added special variable objects to represent constellations. | Tom Rondeau | 2013-07-16 | 1 | -1/+1 |
| | | | | | | | | "Constellation Object": represents the 'calcdist' version, which is generic but uses Euclidean distance to make decisions. "Constellation Rect. Object": special rectangular constellation with a simpler decision calculation. digital: also updated documentation for constellation classes. | ||||
* | adding a grc block for launch performance monitorx | Tim O'Shea | 2013-04-01 | 1 | -3/+16 |
| | |||||
* | runtime: migrate remaining gnuradio-core contents into gnuradio-runtime | Johnathan Corgan | 2013-03-26 | 1 | -0/+59 |