summaryrefslogtreecommitdiff
path: root/gr-digital/python/digital/bindings/header_buffer_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>
* digital: python: bindings: Use nullptr instead of nonstandard __null.Ryan Volz2020-10-051-1/+1
| | | | This fixes compilation with MSVC.
* digital/qa_header: Remove manual memory managementThomas Habets2020-08-141-1/+1
|
* pybind: add hash check to binding file creation (#3472)mormj2020-06-041-1/+9
|
* digital: add pybind11 bindingsJosh Morman2020-06-041-0/+115