summaryrefslogtreecommitdiff
path: root/gr-utils/bindtool/scripts
Commit message (Collapse)AuthorAgeFilesLines
* utils: pep8 formattingJosh Morman2021-11-244-23/+27
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* utils: use tempfile instead of /tmp in bindtool and modtoolJeff Long2021-10-112-2/+4
| | | | | | Author: Gisle Vanem (gvanem) in Github issue #5157 Signed-off-by: Jeff Long <willcode4@gmail.com>
* Pybind: Adding header hash hotfixerMarcus Müller2021-01-201-0/+52
| | | | | | | | | | | | | | | DO NOT USE THIS TOOL IF ADDING OR REMOVING ANY FUNCTIONALITY FROM A HEADER. This tool allows to quickly update the hash in a binding file (*/python/*/binding/something.cc). WARNING: This script updates header hashes without checking whether the underlying functionality changed. If you added or removed any python-bound function in the header to this binding file THIS IS NOT THE TOOL YOU SHOULD BE USING. Use bindtool instead to generate correct binding code. Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* pybind: add exception handling to pybind header parsingJosh Morman2020-06-111-28/+36
|
* pybind11: update binding generation scriptsJosh Morman2020-06-041-2/+2
|
* pybind: clean up unused script and modtool testsJosh Morman2020-06-041-25/+0
|
* pybind: add hash check to binding file creation (#3472)mormj2020-06-042-0/+136
|
* utils: add functionality to generate bindingsJosh Morman2020-06-043-0/+100
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