summaryrefslogtreecommitdiff
path: root/grc/core/blocks/block.py
Commit message (Expand)AuthorAgeFilesLines
* grc: pep8 formattingJosh Morman2021-11-241-39/+55
* GRC: core Block: deprecated propertyMarcus Müller2021-06-011-7/+29
* grc: Fix vector length bugSolomon Tan2021-05-241-0/+1
* grc: Fix message port show/hide problem due to bus logic updateDavid Pi2020-12-171-2/+5
* grc: fix pylint C0330: wrong hanging indentationClayton Smith2020-10-201-1/+1
* grc: fix pylint C0326: wrong number of spacesClayton Smith2020-10-201-3/+3
* grc: remove sixClayton Smith2020-10-051-23/+21
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-031-1/+0
* grc: fixup: dynamically update namespaces from blocks (#3317)Sebastian Koslowski2020-05-161-4/+6
* grc: dynamically update namespaces from blocksJacob Gilbert2020-05-151-1/+16
* grc: workaround to allow epy blocks/modules to loadJosh Morman2020-03-261-2/+5
* Allow grc to load flowgraphs with missing blocksTerry May2020-03-121-2/+2
* grc: Fix C++ code generationTerry May2020-02-181-39/+91
* grc: add python snippets to GRCJosh Morman2020-02-101-0/+4
* Update license header to SPDX formatdevnulling2020-01-271-13/+2
* GRC: update cloned port's dtypeGlenn Richardson2019-09-201-0/+1
* grc: clean up todos from busportsJosh Morman2019-07-211-6/+4
* grc: add busports back into 3.8Josh Morman2019-07-151-2/+221
* grc: introduce flag 'show_id' to show block idBastian Bloessl2019-06-291-1/+1
* grc: only use cpp_templates if block has a cpp flagAndrej Rode2018-12-301-1/+2
* Small fixes to get the C++ generator working againHåkon Vågsether2018-12-181-0/+2
* Added C++ support to gr-analog, gr-blocks and grcHåkon Vågsether2018-12-181-1/+8
* Add C++ generationHåkon Vågsether2018-11-231-2/+96
* grc: Improve exception handling (bare and unnecessary)Brennan Ashton2018-11-151-1/+1
* grc: refactor: move Param cls to core.paramsSebastian Koslowski2017-11-081-1/+0
* grc: move port and param init to block builderSebastian Koslowski2017-11-081-68/+13
* [grc] fix conversion of <check> and rename them to assertsSebastian Koslowski2017-10-011-7/+7
* [grc] python3: fix stream port indexes (fixes 4340e4fe836d525ce30cd0a884400b7...Sebastian Koslowski2017-09-301-3/+2
* Fixing GRC not saving the ID of the Options blockHåkon Vågsether2017-08-031-1/+1
* grc: added yaml/mako supportSebastian Koslowski2017-06-291-0/+416