Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | global: Replace stdio logging with logger | David Winter | 2021-10-21 | 1 | -1/+1 |
| | | | | | | | This commit replaces many uses of std::c{out,err} and printf with the appropriate GR_LOG_* directives. Signed-off-by: David Winter <david.winter@analog.com> | ||||
* | global: remove iostream from all files not use cout|cerr|cin|clog | Marcus Müller | 2021-06-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org> | ||||
* | Fix typos throughout the code | luzpaz | 2020-10-29 | 1 | -2/+2 |
| | | | | | | | * Fix various typos Found via `codespell v2.0.dev` `codespell -q 3 -L ans,fo,hist,inout,ist,ith,nd,sinc,uint -S ./volk` | ||||
* | pybind: add hash check to binding file creation (#3472) | mormj | 2020-06-04 | 1 | -1/+9 |
| | |||||
* | runtime: add pybind11 bindings | Josh Morman | 2020-06-04 | 1 | -0/+218 |