summaryrefslogtreecommitdiff
path: root/gr-utils/bindtool/core/generator.py
Commit message (Collapse)AuthorAgeFilesLines
* utils: pep8 formattingJosh Morman2021-11-241-17/+16
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* modtool: complete renaming of update-hash-onlyJosh Morman2021-10-261-3/+3
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* modtool: ability to fix the hash using modtoolmormj2021-10-221-2/+29
| | | | | | * modtool: bind --update-hash-only command Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* Make additional includes and defines available in the bind processVolker Schroer2020-10-281-2/+4
|
* pybind: add hash check to binding file creation (#3472)mormj2020-06-041-6/+25
|
* utils: add functionality to generate bindingsJosh Morman2020-06-041-0/+268
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