Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qa: run autopep8 formatting on qa python files | mormj | 2020-10-30 | 1 | -7/+15 |
| | | | | | | 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 |
| | |||||
* | Fix typos throughout the code | luzpaz | 2020-10-29 | 1 | -1/+1 |
| | | | | | | | * Fix various typos Found via `codespell v2.0.dev` `codespell -q 3 -L ans,fo,hist,inout,ist,ith,nd,sinc,uint -S ./volk` | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | blocks: Fix file source QA | Martin Braun | 2018-06-29 | 1 | -13/+13 |
| | | | | | | - Fixed various linter issues - Fixed file not being opened as binary - Fixed non-Py3k compatible use of range() | ||||
* | file_source: add optional offset (in items) and len (in items) | Jeff Long | 2018-02-08 | 1 | -0/+153 |
- Adds unit tests, and splits existing unit tests into different files: qa_file_source.py - tests file_source_f qa_file_sink.py - tests file_sink_f qa_file_descriptor_source_sink.py - tests file_descriptor_*_f |