Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qa: run autopep8 formatting on qa python files | mormj | 2020-10-30 | 1 | -10/+20 |
| | | | | | | 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 | -2/+1 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | runtime: update flaky qa test to 3.8 scheduler | Bastian Bloessl | 2019-08-22 | 1 | -7/+1 |
| | |||||
* | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -0/+1 |
| | |||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -8/+8 |
| | | | | 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). | ||||
* | blocks: fix for qa_python_message_passing and new system port | Tim O'Shea | 2014-05-02 | 1 | -4/+2 |
| | |||||
* | uninstalled import: Updatings blocks, fec, uhd, and filter so that ↵ | Ben Reynwar | 2013-06-04 | 1 | -0/+122 |
uninstalled import works with recent changes. |