Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc: pep8 formatting | Josh Morman | 2021-11-24 | 7 | -24/+40 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | grc: fix pylint C0303: Trailing whitespace | Clayton Smith | 2020-10-20 | 3 | -3/+3 |
| | |||||
* | grc: replace deprecated getargspec with getfullargspec to remove warning | mormj | 2020-10-16 | 1 | -1/+1 |
| | |||||
* | grc: remove six | Clayton Smith | 2020-10-05 | 5 | -22/+9 |
| | |||||
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 7 | -7/+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 | ||||
* | grc: Fix failing expr_utils test | Håkon Vågsether | 2020-02-03 | 1 | -1/+1 |
| | | | | Caused by switch from Python 2 to 3: https://docs.python.org/3/whatsnew/3.0.html#ordering-comparisons | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 9 | -117/+16 |
| | |||||
* | grc: remove deprecated encoding argument from json.loads | karel | 2019-11-18 | 1 | -2/+2 |
| | |||||
* | grc: fixes in evaluated properties | Sebastian Koslowski | 2019-02-17 | 1 | -1/+2 |
| | |||||
* | Clean up resources allocated by run_worker. | Clayton Smith | 2018-11-01 | 1 | -0/+4 |
| | |||||
* | Fix infinite loop when extract_docs worker dies. | Clayton Smith | 2018-09-21 | 1 | -1/+4 |
| | |||||
* | extract_docs: Py3k compatibility | Andrej Rode | 2018-07-30 | 1 | -10/+16 |
| | |||||
* | grc: move some of the param checkers to separate file | Sebastian Koslowski | 2017-11-09 | 1 | -3/+4 |
| | |||||
* | grc: disable auto-conversion and implement json cache | Sebastian Koslowski | 2017-11-08 | 2 | -1/+17 |
| | |||||
* | [grc] fixes from recent commits (merges #1473) | Håkon Vågsether | 2017-09-30 | 1 | -2/+5 |
| | |||||
* | Merge branch 'next' into python3 | Sebastian Koslowski | 2017-09-06 | 2 | -0/+25 |
|\ | |||||
| * | Merge branch 'master' into next | Sebastian Koslowski | 2017-08-30 | 2 | -0/+29 |
| |\ | |||||
| | * | grc: Modifications in GRC to allow BokehGUI | Kartik Patel | 2017-08-22 | 2 | -0/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grc: Updated template for bokehgui grc: Removed import from template file grc: Added a condition to load bokeh based on installed library grc: Allowed display from remote PC grc: Added default layout option grc: Added WidgetPlacement, Sizing Mode options in Options block grc: Add terminate handler in main function grc: default rowspan, colspan = 1 grc: Updated Document title and session id from the parameters of Options block grc: Layout indexing starts from 0 grc: Allowed dynamic port selection grc: Added a URL path for flow_graph grc: Reviews incorporated | ||||
* | | | grc: Bug fixes for flowgraph complexity | Seth Hitefield | 2017-08-01 | 1 | -47/+50 |
| | | | |||||
* | | | grc: yaml: opens with yaml/mako | Seth Hitefield | 2017-06-29 | 1 | -0/+1 |
| | | | |||||
* | | | grc: added yaml/mako support | Sebastian Koslowski | 2017-06-29 | 10 | -77/+415 |
| | | | | | | | | | | | | Includes basic converter from XML/Cheetah to YAML/Mako based block format. | ||||
* | | | grc: gtk3: Converted actions to Gio.Action instead of Gtk.Action | Seth Hitefield | 2017-05-03 | 1 | -2/+1 |
| | | | |||||
* | | | cmake: add DIRECTORY support to GR_PYTHON_INSTALL and use it for grc | Sebastian Koslowski | 2017-01-19 | 1 | -25/+0 |
| | | | |||||
* | | | Merge remote-tracking branch 'upstream/next' into gtk3 | Sebastian Koslowski | 2017-01-05 | 1 | -4/+4 |
|\| | | |||||
| * | | Merge branch 'master' into next | Johnathan Corgan | 2016-12-10 | 1 | -1/+1 |
| |\| | |||||
| | * | grc: Use vlen=1 for message blocks so they don't randomly disconnect. | Clayton Smith | 2016-12-10 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into next | Johnathan Corgan | 2016-11-27 | 1 | -4/+4 |
| |\| | |||||
| | * | Support vector types in embedded Python blocks. | Clayton Smith | 2016-11-22 | 1 | -4/+4 |
| | | | |||||
* | | | Merge remote-tracking branch 'upstream/next' into gtk3 | Sebastian Koslowski | 2016-11-17 | 2 | -1/+48 |
|\| | | |||||
| * | | Merge branch 'master' into next | Johnathan Corgan | 2016-11-12 | 1 | -1/+1 |
| |\| | |||||
| | * | grc: (minor) remove deprecated use of empty format_spec | Sebastian Koslowski | 2016-11-12 | 1 | -1/+1 |
| | | | |||||
| | * | Backport GRC Python code for Python-2.6.6+ | Ben Hilburn | 2016-10-17 | 1 | -2/+2 |
| | | | |||||
| * | | grc: move run command getter to core | Sebastian Koslowski | 2016-09-23 | 1 | -0/+47 |
| | | | |||||
* | | | Merge remote-tracking branch 'upstream/next' into gtk3 | Sebastian Koslowski | 2016-08-09 | 1 | -1/+0 |
|\| | | |||||
| * | | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 1 | -1/+0 |
| |/ | | | | | | | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality. | ||||
* | | grc: refactor: replace get_enabled by prop | Sebastian Koslowski | 2016-07-29 | 1 | -1/+1 |
| | | |||||
* | | grc: refactor: Port, Param, Options init clean-up | Sebastian Koslowski | 2016-07-29 | 2 | -31/+0 |
| | | |||||
* | | grc: refactor: minor clean-up and fixes | Sebastian Koslowski | 2016-07-14 | 3 | -0/+32 |
| | | |||||
* | | grc-refactor: Block: make more public attribs | Sebastian Koslowski | 2016-07-13 | 1 | -2/+2 |
| | | |||||
* | | grc-refactor: Block: remove key getters | Sebastian Koslowski | 2016-07-13 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'grcwg/next_grcwg' into gtk3 | Sebastian Koslowski | 2016-07-13 | 1 | -7/+3 |
|\| | |||||
| * | grc: separate core and OOT block trees via the category of each block | Sebastian Koslowski | 2016-05-27 | 1 | -0/+4 |
| | | | | | | | | | | | | | | Each block get assigned a module based on the root of its category. The category is set via a block_tree.xml or else from its <category> tag. The category root is only interpreted as module name if it is in square brackets. Else the default module 'Others' is used. | ||||
| * | grc: faulty callback code if setter call contained a variable block id | Sebastian Koslowski | 2016-05-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (do-over of c85984f105106ff0a7e3b387d680e0f2f5884d55) If a block contains a callback of the form self.block_id.param = $param the generators subst routine produced self.block_id.self.param = self.param due to a faulty splitting of the expression in expr_utils.py. This should fix this problem by not tokenizing "VAR0.VAR1". | ||||
| * | grc-refactor: minor clean-up of callback generator code | Sebastian Koslowski | 2016-05-25 | 1 | -8/+3 |
| | | |||||
* | | grc-refactor: remove odict | Sebastian Koslowski | 2016-06-09 | 2 | -114/+0 |
| | | |||||
* | | grc: py3k compat using python-modernize | Sebastian Koslowski | 2016-06-09 | 6 | -33/+52 |
|/ | |||||
* | Revert "grc: fix callback evaluation" | Sebastian Koslowski | 2016-05-21 | 1 | -2/+2 |
| | | | | This reverts commit c85984f105106ff0a7e3b387d680e0f2f5884d55. | ||||
* | grc: fix callback evaluation | Sebastian Koslowski | 2016-04-27 | 1 | -2/+2 |
| | |||||
* | grc: auto-add callbacks for epy block params | Sebastian Koslowski | 2016-04-27 | 1 | -5/+32 |
| | |||||
* | grc-refactor: CMake fixes, start-up script cleaned up | Sebastian Koslowski | 2016-04-15 | 1 | -7/+4 |
| |