Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -3/+3 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | testing: rm dependencies from disabled components in blocks/runtime tests | Marcus Müller | 2021-06-19 | 1 | -24/+28 |
| | | | | | | | | | This included shifting of the PDU test from runtime to gr-pdu, and making the tests that actually require blocks conditional on whether there's going to be gr-blocks. Also, don't use gr-analog just because you need data. Signed-off-by: Marcus Müller <mmueller@gnuradio.org> | ||||
* | qa: run autopep8 formatting on qa python files | mormj | 2020-10-30 | 1 | -18/+30 |
| | | | | | | find ./ -iname qa*.py | xargs autopep8 --in-place -a -a mostly formats whitespace and gets rid of trailing semicolons | ||||
* | qa: remove xml file parameter causing deprecation warnings | mormj | 2020-10-30 | 1 | -1/+1 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -3/+5 |
| | |||||
* | runtime: fix hierarchical block message port flattening/GRC usage | Tim O'Shea | 2015-12-08 | 1 | -1/+50 |
| | |||||
* | runtime: stop catching errors from primitive_connect in connect decorator | Sebastian Koslowski | 2015-07-27 | 1 | -5/+7 |
| | |||||
* | runtime: add tests for new decorators in hier_block2 | Sebastian Koslowski | 2014-12-12 | 1 | -0/+91 |