Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -17/+16 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | modtool: complete renaming of update-hash-only | Josh Morman | 2021-10-26 | 1 | -3/+3 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | modtool: ability to fix the hash using modtool | mormj | 2021-10-22 | 1 | -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 process | Volker Schroer | 2020-10-28 | 1 | -2/+4 |
| | |||||
* | pybind: add hash check to binding file creation (#3472) | mormj | 2020-06-04 | 1 | -6/+25 |
| | |||||
* | utils: add functionality to generate bindings | Josh Morman | 2020-06-04 | 1 | -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 |