Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'next' into python3 | Johnathan Corgan | 2017-08-14 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: gr-fft/python/fft/logpwrfft.py | ||||
| * | logpwrfft did `ref_scale/2`, which led to integer div in Py2 | Marcus Müller | 2017-08-14 | 1 | -2/+2 |
| | | | | | | | | | | | | That is especially hurt as the GRC template puts defaults to `ref_scale=2` (int literal!) and if someone uses `1`, they'll get zero internally in logpwrfft, and that leads to errors. | ||||
* | | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -6/+7 |
|/ | |||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -6/+6 |
| | | | | 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). | ||||
* | fft: fixed logpwrfft.py to import new C++ window properly from fft_swig ↵ | Tom Rondeau | 2013-11-10 | 1 | -1/+1 |
| | | | | (fixes issue #609 reported by Sylvain Munaut). | ||||
* | fft: Enabling uninstalled python imports. | Ben Reynwar | 2013-03-07 | 1 | -0/+176 |