Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -133/+160 |
| | | | | 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 | -13/+5 |
| | |||||
* | perf-monitor: port gr3.8 and qt5 | Bastian Bloessl | 2019-06-19 | 1 | -256/+245 |
| | |||||
* | runtime: port ctrlport monitor to 3.8 and qt5 | Bastian Bloessl | 2019-06-19 | 1 | -2/+2 |
| | |||||
* | ctrlport: gr-perf-monitorx: remove iteritems usage | Brent Stapleton | 2018-11-13 | 1 | -2/+2 |
| | | | | | | | Removing usage of dict.iteritems in gr-perf-monitorx. Replaced with items() because - the dictionaries are sufficiently small - We're calling sorted() on them anyway | ||||
* | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -7/+9 |
| | |||||
* | gr-perf-monitorx: Remove unused PyQwt import. | Philip Balister | 2016-10-25 | 1 | -1/+1 |
| | | | | | Reported-by: Kyle Unice <kyle.unice@L-3com.com> Signed-off-by: Philip Balister <philip@balister.org> | ||||
* | float(version) doesn't work with "1.9.0"; fixed nx version checking | Marcus Müller | 2016-04-14 | 1 | -2/+11 |
| | |||||
* | ctrlport: gr-perf-monitorx: add small offset to avoid log(0) calls. | Tom Rondeau | 2016-03-09 | 1 | -2/+2 |
| | |||||
* | ctrlport: gr-perf-monitorx - don't stash the canvas, ask the figure. | Tom Rondeau | 2016-03-09 | 1 | -12/+8 |
| | |||||
* | ctrlport: Some version issues for running gr-perf-monitorx | Tom Rondeau | 2016-03-09 | 1 | -3/+19 |
| | | | | | | Newer Matplotlib and Networkx modules have altered a few things on us. Doing some extra checks and setup to work with, hopefully, all current versions. | ||||
* | Merge remote-tracking branch 'ckuethe/trap_import_errors' | Johnathan Corgan | 2015-08-28 | 1 | -8/+13 |
|\ | |||||
| * | clarify missing module exception. | Chris Kuethe | 2015-08-28 | 1 | -8/+13 |
| | | | | | | | | reduces surprise and tells me what i need to do to fix it. | ||||
* | | whitespace fixes and some minor adjustments for building the Python | Tom Rondeau | 2015-08-17 | 1 | -1/+1 |
|/ | | | | manual. | ||||
* | ctrlport: fix gr-perf-monitorx crash when manipulating display | Tom Rondeau | 2015-06-23 | 1 | -9/+36 |
| | |||||
* | controlport: use proper default return value from prefs get_bool. | Tom Rondeau | 2015-04-22 | 1 | -4/+4 |
| | |||||
* | controlport: fixed up performance monitor. | Tom Rondeau | 2015-04-22 | 1 | -58/+77 |
| | | | | | | | | | Fixed a problem with display runtime or buffer graphs by not clearing and redrawing the entire graph, just updating the height of the bars. Only update table or graph when they are the visible elements. Shuts down timer when the graphs are closed. | ||||
* | controlport: more work on the translation layer; properties and setting ↵ | Tom Rondeau | 2015-04-02 | 1 | -23/+26 |
| | | | | parameters in gr-ctrlport-monitor now working. | ||||
* | controlport: more cleanup of python code to help generalize the interface | Tom Rondeau | 2015-04-02 | 1 | -14/+10 |
| | |||||
* | controlport: cleanup and switching over to new Python common interface. | Tom Rondeau | 2015-04-02 | 1 | -68/+64 |
| | |||||
* | controlport: quick fix | Tom Rondeau | 2015-04-02 | 1 | -1/+1 |
| | |||||
* | controlport: working gr-perf-monitorx application | Tom Rondeau | 2015-04-02 | 1 | -0/+861 |
| | |||||
* | controlport: removing use of ice for a controlport rpc. | Tom Rondeau | 2014-08-08 | 1 | -849/+0 |
| | | | | This effectively disables the use of ControlPort for now until we build in a new middleware layer. The ControlPort API and interfaces exist but will function as nops for now. | ||||
* | Merge branch 'maint' | Tom Rondeau | 2014-04-21 | 1 | -0/+4 |
|\ | |||||
| * | controlport: in gr-perf-monitorx, if all work times returned are 0, avoid a ↵ | Tom Rondeau | 2014-04-21 | 1 | -0/+4 |
| | | | | | | | | divide-by-zero fault. | ||||
* | | controlport: allows reset_perf_counters to be called over controlport; ↵ | Tom Rondeau | 2014-04-15 | 1 | -21/+66 |
|/ | | | | | | gr-perf-monitorx has button to call this. Also changes the icon of the ControlPort tools to the new one. | ||||
* | runtime: update gr-perfmonitor-x to display message ports - currently they ↵ | Tim O'Shea | 2013-06-07 | 1 | -14/+52 |
| | | | | do not show any performance statistics | ||||
* | runtime: adding clock-type selection drop down to gr-perf-monitorx tool | Tim O'Shea | 2013-06-05 | 1 | -0/+36 |
| | |||||
* | runtime: gr-perf-monitorx, make very sure we are using the right matplotlib ↵ | Tim O'Shea | 2013-04-23 | 1 | -1/+2 |
| | | | | backend before causing any problems by defaulting to a different one | ||||
* | remove scipy references from gr-perf-monitorx | Tim O'Shea | 2013-04-20 | 1 | -3/+1 |
| | |||||
* | runtime: migrate remaining gnuradio-core contents into gnuradio-runtime | Johnathan Corgan | 2013-03-26 | 1 | -0/+727 |