Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -7/+7 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | utils: use tempfile instead of /tmp in bindtool and modtool | Jeff Long | 2021-10-11 | 1 | -1/+2 |
| | | | | | | Author: Gisle Vanem (gvanem) in Github issue #5157 Signed-off-by: Jeff Long <willcode4@gmail.com> | ||||
* | pybind11: update binding generation scripts | Josh Morman | 2020-06-04 | 1 | -2/+2 |
| | |||||
* | utils: add functionality to generate bindings | Josh Morman | 2020-06-04 | 1 | -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 |