Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rotator: add getter rotator::phase() | Jeff Long | 2020-11-25 | 1 | -0/+1 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -24/+24 |
| | |||||
* | Use type-generic or float versions of cmath functions where appropriate. | Marcus Müller | 2018-02-03 | 1 | -3/+4 |
| | | | | | Complements gnuradio/gnuradio#1563, larger-scope version of the issue gnuradio/gnuradio#1561 . | ||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -1/+1 |
| | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | ||||
* | blocks/rotator: Make the input data 'const' | Sylvain Munaut | 2014-01-28 | 1 | -1/+1 |
| | | | | | | The volk kernels are const and there is no reason to clobber the input Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | volk: fixed volk rotator kernel to support aligned and unaligned. | Tom Rondeau | 2013-10-28 | 1 | -0/+6 |
| | | | | blocks: added rotateN to rotator that calls VOLK kernel. | ||||
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -0/+63 |