summaryrefslogtreecommitdiff
path: root/gr-analog/python/analog/bindings
Commit message (Collapse)AuthorAgeFilesLines
* Update python bindingsNick M2021-12-102-2/+2
| | | | Signed-off-by: Nick M <taclane@users.noreply.github.com>
* analog/fastnoise: avoid modulo operation when picking indicesMarcus Müller2021-03-251-1/+1
| | | | | | | | | When the pool is power-of-2-sized, index generation can be done using a simple bitmask. Document this, add logging info. - use unsigned and fixed-length int where due - avoid expensive integer modulo operation when possible - extract power-of-two constexpr - don't clutter the logs for small pool sizes Signed-off-by: Marcus Müller <marcus@hostalia.de>
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-035-5/+5
|
* pybind: add implicit conversion from int to enummormj2020-10-283-0/+6
| | | | | | | | | | | | | * dtv: add implicit conversion from int to enum * analog: add implicit conversion from int to enum * blocks: add implicit conversion from int to enum * digital: add implicit conversion from int to enum * fec: add implicit conversion from int to enum * fft: add implicit conversion from int to enum * filter: add implicit conversion from int to enum * qtgui: add implicit conversion from int to enum * trellis: add implicit conversion from int to enum * vocoder: add implicit conversion from int to enum * bindtool: add implicitly_convertible to all enums
* pybind: add hash check to binding file creation (#3472)mormj2020-06-0434-34/+298
|
* analog: add pybind11 bindingsJosh Morman2020-06-0469-0/+3928