summaryrefslogtreecommitdiff
path: root/gr-utils/bindtool/scripts/bind_gr_module.py
Commit message (Collapse)AuthorAgeFilesLines
* utils: pep8 formattingJosh Morman2021-11-241-7/+7
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* utils: use tempfile instead of /tmp in bindtool and modtoolJeff Long2021-10-111-1/+2
| | | | | | Author: Gisle Vanem (gvanem) in Github issue #5157 Signed-off-by: Jeff Long <willcode4@gmail.com>
* pybind11: update binding generation scriptsJosh Morman2020-06-041-2/+2
|
* utils: add functionality to generate bindingsJosh Morman2020-06-041-0/+60
This currently exists in two places 1) Bindtool (longevity TBD) which calls blocktool to parse the public header file in the include directory 2) Modtool - binding of headers added to add and bind. rm, update, info, etc still TODO