summaryrefslogtreecommitdiff
path: root/gr-blocks/python/blocks/qa_cpp_py_binding.py
Commit message (Collapse)AuthorAgeFilesLines
* qa: run autopep8 formatting on qa python filesmormj2020-10-301-19/+46
| | | | | | 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 warningsmormj2020-10-301-1/+1
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* ctrlport: qa use new apiBastian Bloessl2019-08-281-2/+1
|
* Fix invalid escape sequences.Clayton Smith2018-11-011-2/+2
|
* python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-3/+4
|
* controlport: QA needs to get host and port out of the endpoint.Tom Rondeau2015-04-021-2/+5
| | | | Probably need a better parsing strategy.
* controlport: cleaning up; trying to handle shutdown better.Tom Rondeau2015-04-021-0/+170
| | | | Added QA code in for testing probes and other basic connection features. Requires nthreads >= 10.
* controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-081-172/+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.
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-2/+2
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* uninstalled import: Updatings blocks, fec, uhd, and filter so that ↵Ben Reynwar2013-06-041-0/+172
uninstalled import works with recent changes.