Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 1 | -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 Volz | 2020-10-05 | 1 | -1/+1 |
| | | | | This fixes compilation with MSVC. | ||||
* | digital/qa_header: Remove manual memory management | Thomas Habets | 2020-08-14 | 1 | -1/+1 |
| | |||||
* | pybind: add hash check to binding file creation (#3472) | mormj | 2020-06-04 | 1 | -1/+9 |
| | |||||
* | digital: add pybind11 bindings | Josh Morman | 2020-06-04 | 1 | -0/+115 |