Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qa: run autopep8 formatting on qa python files | mormj | 2020-10-30 | 1 | -34/+42 |
| | | | | | | 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 |
| | |||||
* | blocks: add pybind11 bindings | Josh Morman | 2020-06-04 | 1 | -16/+16 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | qa: Use random.seed(0) everywhere import random is used | Martin Braun | 2018-12-19 | 1 | -0/+1 |
| | | | | | | This affects all Python-based unit tests which use the Python random module. If they do, this change adds random.seed(0) to every setUp() call, so that all QA runs are reproducible. | ||||
* | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -0/+1 |
| | |||||
* | blocks: added endianness toggle to repack bits. | Tom Rondeau | 2014-12-29 | 1 | -1/+52 |
| | |||||
* | blocks: updated some QAs to use proper tsb functions | Martin Braun | 2014-05-20 | 1 | -34/+23 |
| | |||||
* | uninstalled import: Updatings blocks, fec, uhd, and filter so that ↵ | Ben Reynwar | 2013-06-04 | 1 | -0/+126 |
uninstalled import works with recent changes. |