| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: change how test files are build when cross compiling | Philip Balister | 2021-12-03 | 1 | -0/+3 |
* | fft: pep8 formatting | Josh Morman | 2021-11-24 | 2 | -21/+29 |
* | gr-fft: add "shift" param to logpwrfft block | Jeff Long | 2021-08-23 | 1 | -3/+3 |
* | Fix typos | luz paz | 2021-02-08 | 1 | -1/+1 |
* | gr-fft: window cleanup - remove nuttal (sic) windows | Jacob Gilbert | 2021-01-25 | 2 | -23/+1 |
* | gr-fft: cleanup window related code | Jacob Gilbert | 2021-01-25 | 2 | -20/+37 |
* | gr-fft: adding additional window options to win_type enum | Jacob Gilbert | 2021-01-25 | 1 | -13/+23 |
* | gr-fft: Log Power FFT Python fix | Jeff Long | 2021-01-16 | 1 | -2/+3 |
* | fft: update window python enums to fft.window.* | Josh Morman | 2020-12-17 | 1 | -1/+1 |
* | fft: populate window enums under fft.window | Josh Morman | 2020-12-17 | 1 | -16/+14 |
* | Move FFT functions and blocks to templates (#3903) | mormj | 2020-11-03 | 13 | -436/+89 |
* | qa: run autopep8 formatting on qa python files | mormj | 2020-10-30 | 3 | -13/+85 |
* | qa: remove xml file parameter causing deprecation warnings | mormj | 2020-10-30 | 2 | -2/+2 |
* | pybind: add implicit conversion from int to enum | mormj | 2020-10-28 | 1 | -0/+2 |
* | fft&filter: Remove malloc_complex/free | Thomas Habets | 2020-09-08 | 2 | -14/+1 |
* | fft: window: Allow normalizing windows | Martin Braun | 2020-08-14 | 2 | -2/+40 |
* | fft: window: Provide default value for beta param on window::build | Martin Braun | 2020-08-14 | 1 | -1/+1 |
* | fft: window: Add WIN_NONE | Martin Braun | 2020-08-14 | 1 | -1/+1 |
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 4 | -6/+0 |
* | pybind: add hash check to binding file creation (#3472) | mormj | 2020-06-04 | 9 | -9/+73 |
* | fft: add pybind11 bindings | Josh Morman | 2020-06-04 | 22 | -10/+1157 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 5 | -64/+5 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 5 | -29/+37 |
|\ |
|
| * | Merge branch 'next' into python3 | Johnathan Corgan | 2017-08-14 | 1 | -2/+2 |
| |\ |
|
| | * | Merge branch 'master' into next | Johnathan Corgan | 2017-08-14 | 1 | -2/+2 |
| | |\ |
|
| * | | | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 5 | -28/+37 |
| |/ / |
|
| * | | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 1 | -1/+0 |
* | | | Test: adds swig dirs to python tests to allow ctest to run on win builds | gnieboer | 2018-03-22 | 1 | -0/+3 |
| |/
|/| |
|
* | | logpwrfft did `ref_scale/2`, which led to integer div in Py2 | Marcus Müller | 2017-08-14 | 1 | -2/+2 |
|/ |
|
* | Fix the VOLKized fft_vcc_fftw and QA code | Doug Geiger | 2015-09-21 | 1 | -4/+60 |
* | Fix up QA tests: test windowing function | Doug Geiger | 2015-09-17 | 1 | -153/+107 |
* | Tabs -> spaces | Doug Geiger | 2015-09-17 | 1 | -5/+5 |
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -6/+6 |
* | Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when ... | Philip Balister | 2013-12-05 | 1 | -1/+1 |
* | fft: fixed logpwrfft.py to import new C++ window properly from fft_swig (fixe... | Tom Rondeau | 2013-11-10 | 1 | -1/+1 |
* | fft: Moved all window building functions into C++. | Tom Rondeau | 2013-11-05 | 3 | -182/+0 |
* | Removing gruel from QA python paths. | Ben Reynwar | 2013-06-06 | 1 | -1/+0 |
* | uninstalled imports: Fixing up after merge with master. | Ben Reynwar | 2013-06-03 | 1 | -1/+1 |
* | Merged in next_docs branch. | Ben Reynwar | 2013-05-19 | 1 | -2/+1 |
* | Merged next into uninstalled import branch. | Ben Reynwar | 2013-04-02 | 2 | -9/+9 |
* | fft: Updating testing environment. | Ben Reynwar | 2013-03-10 | 3 | -18/+14 |
* | fft: Enabling uninstalled python imports. | Ben Reynwar | 2013-03-07 | 6 | -0/+720 |