Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Replace boost::any with std::any" | Josh Morman | 2021-11-06 | 1 | -1/+1 |
| | | | | This reverts commit ccd28dfbb1504fdc29db267acd8aa3354fe10cd2. | ||||
* | Replace boost::any with std::any | Marcus Müller | 2021-10-28 | 1 | -1/+1 |
| | | | | | | | | This is a modernization possible through C++17 Fixes #4780 Signed-off-by: Marcus Müller <mmueller@gnuradio.org> | ||||
* | digital: fix bindings and yaml for constellation | Josh Morman | 2021-01-08 | 1 | -59/+11 |
| | | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com> | ||||
* | gr-digital: Document normalization parameter in constellation.h | Ron Economos | 2020-12-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Ron Economos <w6rz@comcast.net> | ||||
* | Allow to choose whether to normalize constellation average magnitude, ↵ | Eduardo Sánchez Muñoz | 2020-12-18 | 1 | -5/+12 |
| | | | | | | average power or to not normalize at all. Signed-off-by: Eduardo Sánchez Muñoz <esm@eduardosm.net> | ||||
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | digital: add pybind11 bindings | Josh Morman | 2020-06-04 | 1 | -0/+395 |