Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | blocks: remove bin_statistics_f block due to swig dependence | Josh Morman | 2020-06-04 | 1 | -217/+0 |
| | | | | | | | | The bin_statistics_f block relies on the SWIG director functionality and therefore will need to be rewritten in the transition to pybind11. Additionally it does not appear documented in any way and there are no example flowgraphs, so it is questionable whether anyone is using it at this point | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | py3k: remove the six.b call since only py2.6 support depends on that | Andrej Rode | 2018-08-17 | 1 | -3/+1 |
| | | | | | | | | | Replace with encode('utf-8') mapping the surrogate mapped characters back to their original byte values. As per documentation http://www.swig.org/Doc3.0/Python.html 36.12.4 Add wrappercode to the swig definition to run python encode for Python3 and return raw bytes for Python2. | ||||
* | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -10/+15 |
| | |||||
* | Merged next into uninstalled import branch. | Ben Reynwar | 2013-04-02 | 1 | -4/+4 |
| | |||||
* | blocks: Updating testing environment. | Ben Reynwar | 2013-03-11 | 1 | -2/+2 |
| | |||||
* | blocks: Enabling uninstalled python imports. | Ben Reynwar | 2013-03-07 | 1 | -0/+226 |