summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/python/gnuradio/gr/bindings/block_gateway_python.cc
Commit message (Collapse)AuthorAgeFilesLines
* runtime: fix pybind of get_tags_in_window mormj2021-09-291-2/+2
| | | | | | | | | | | | | * runtime: fix pybind of get_tags_in_window Fix issue where get_tags_in_window was bound to and consequently had the same behavior as get_tags_in_range Fixes #5005 Test recommended by ryanvolz fails to validate tag offset not just when nitems_read is 0 Signed-off-by: Josh Morman <jmorman@peratonlabs.com>
* runtime: add pybind11 bindingsJosh Morman2020-06-041-0/+96