Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -2/+4 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | grc: typo in Connection.py | Jeff Long | 2021-10-14 | 1 | -1/+1 |
| | | | | | | | default for dict is just an extra arg, no default= keyword Signed-off-by: Jeff Long <willcode4@gmail.com> (cherry picked from commit 553248575079794236923ad3aa03cda03ed902d0) Signed-off-by: Jeff Long <willcode4@gmail.com> | ||||
* | grc: Don't fail when type lookup fails by defaulting to an empty set. | Ryan Volz | 2021-10-14 | 1 | -1/+3 |
| | | | | Signed-off-by: Ryan Volz <ryan.volz@gmail.com> | ||||
* | grc: Look up type aliases as a set instead of a single value. | Ryan Volz | 2021-10-12 | 1 | -2/+2 |
| | | | | | | | | | | | After #5127, we inadvertently had duplicate dictionary keys, meaning the last entry is the only one that actually existed and some desired aliases were missing. This changes the ALIAS_OF dictionary to ALIASES_OF where the values are now a set of aliases instead of a single string value. The one use of the ALIAS_OF dictionary was changed to operate on the returned set. Signed-off-by: Ryan Volz <ryan.volz@gmail.com> | ||||
* | grc: match data type aliases as well as types | Jeff Long | 2021-04-10 | 1 | -1/+2 |
| | | | | Signed-off-by: Jeff Long <willcode4@gmail.com> | ||||
* | grc: Check connection types, whether they match | Volker Schroer | 2021-04-09 | 1 | -0/+5 |
| | | | | Signed-off-by: Volker Schroer <3470424+dl1ksv@users.noreply.github.com> | ||||
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 1 | -1/+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/+2 |
| | |||||
* | grc: added yaml/mako support | Sebastian Koslowski | 2017-06-29 | 1 | -80/+33 |
| | | | | Includes basic converter from XML/Cheetah to YAML/Mako based block format. | ||||
* | grc: remove support for old msg queues | Sebastian Koslowski | 2016-08-08 | 1 | -3/+0 |
| | |||||
* | grc: various clean-ups and fixes | Sebastian Koslowski | 2016-07-29 | 1 | -12/+10 |
| | |||||
* | grc: refactor: replace get_enabled by prop | Sebastian Koslowski | 2016-07-29 | 1 | -17/+18 |
| | |||||
* | grc: refactor: some more bus ports stuff | Sebastian Koslowski | 2016-07-29 | 1 | -13/+11 |
| | |||||
* | grc: refactor: remote port domain getter | Sebastian Koslowski | 2016-07-13 | 1 | -2/+2 |
| | |||||
* | grc-refactor: Block: remove key getters | Sebastian Koslowski | 2016-07-13 | 1 | -2/+2 |
| | |||||
* | grc: gtk3: fix paste and domain color settings | Sebastian Koslowski | 2016-06-10 | 1 | -3/+3 |
| | |||||
* | grc-refactor: rewrite tree-api in core | Sebastian Koslowski | 2016-06-10 | 1 | -7/+7 |
| | |||||
* | grc-refactor: Connections | Sebastian Koslowski | 2016-06-09 | 1 | -48/+58 |
| | |||||
* | grc-refactor: remove odict | Sebastian Koslowski | 2016-06-09 | 1 | -2/+3 |
| | |||||
* | grc: py3k compat using python-modernize | Sebastian Koslowski | 2016-06-09 | 1 | -2/+6 |
| | |||||
* | grc-refactor: Platform.py | Sebastian Koslowski | 2016-02-17 | 1 | -5/+3 |
| | |||||
* | grc-refactor: cmake fixes and more reorganizing | Sebastian Koslowski | 2016-02-17 | 1 | -2/+1 |
| | |||||
* | grc-refactor: rename grc/model/ to grc/core/ | Sebastian Koslowski | 2016-02-17 | 1 | -0/+164 |