Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qa: run autopep8 formatting on qa python files | mormj | 2020-10-30 | 1 | -43/+52 |
| | | | | | | find ./ -iname qa*.py | xargs autopep8 --in-place -a -a mostly formats whitespace and gets rid of trailing semicolons | ||||
* | blocks: add pybind11 bindings | Josh Morman | 2020-06-04 | 1 | -4/+4 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | blocks: replace blks2_selector with new implementation | Josh Morman | 2019-06-15 | 1 | -0/+223 |
blks2_selector was deprecated and finally removed This block implements the same functionality but in a way more similar to the Copy block fixes #2460 |