summaryrefslogtreecommitdiff
path: root/gr-blocks/python/blocks/bindings/skiphead_python.cc
Commit message (Collapse)AuthorAgeFilesLines
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | run /usr/share/clang/run-clang-tidy.py -checks=file '-header-filter=.*' -fix .. from build directory. Then, clang-format -i $(git diff --name-only origin/master) to clang-format changed files. Then, refresh all header hashes in pybind bindings (*/python/bindings/*.cc) Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* pybind: add hash check to binding file creation (#3472)mormj2020-06-041-1/+9
|
* blocks: add pybind11 bindingsJosh Morman2020-06-041-0/+38