| 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 |
* | modules: include boost/format where used | Marcus Müller | 2021-09-07 | 1 | -1/+1 |
* | gr-fft: add "shift" param to logpwrfft block | Jeff Long | 2021-08-23 | 2 | -4/+11 |
* | c++ generation: escape "." in translations | Jeff Long | 2021-07-27 | 1 | -1/+1 |
* | classic modules: use common precompiled headers | Marcus Müller | 2021-07-19 | 1 | -0/+4 |
* | rebase | Volker Schroer | 2021-06-21 | 3 | -3/+3 |
* | fft: Use explicit extension when adding test | Håkon Vågsether | 2021-06-05 | 1 | -1/+1 |
* | cmake: add compiler version statements | Josh Morman | 2021-03-13 | 1 | -0/+3 |
* | Replace boost::filesystem with std::filesystem | Zackery Spytz | 2021-03-13 | 1 | -3/+2 |
* | Fix typos | luz paz | 2021-02-08 | 3 | -3/+3 |
* | gr-fft: window cleanup - remove nuttal (sic) windows | Jacob Gilbert | 2021-01-25 | 4 | -45/+1 |
* | gr-fft: cleanup window related code | Jacob Gilbert | 2021-01-25 | 4 | -41/+70 |
* | gr-fft: adding additional window options to win_type enum | Jacob Gilbert | 2021-01-25 | 3 | -33/+112 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 3 | -6/+6 |
* | 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 |
* | build: Remove clang override warnings. | Ron Economos | 2020-12-07 | 1 | -4/+4 |
* | Move FFT functions and blocks to templates (#3903) | mormj | 2020-11-03 | 27 | -1013/+410 |
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 3 | -12/+12 |
* | Add `override` for common virtual function overrides | Thomas Habets | 2020-11-03 | 2 | -3/+3 |
* | 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 | 4 | -32/+1 |
* | fft: window: Allow normalizing windows | Martin Braun | 2020-08-14 | 4 | -4/+65 |
* | fft: window: Provide default value for beta param on window::build | Martin Braun | 2020-08-14 | 2 | -2/+2 |
* | fft: window: Add WIN_NONE | Martin Braun | 2020-08-14 | 2 | -1/+2 |
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 4 | -6/+0 |
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 4 | -6/+5 |
* | Move from SWIG to Pybind11 | Marcus Müller | 2020-06-19 | 25 | -90/+1221 |
|\ |
|
| * | 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 |
| * | pybind: removal of swig components | Josh Morman | 2020-06-04 | 3 | -80/+0 |
* | | cppgen: Add C++ generation support to gr-fft | Håkon Vågsether | 2020-06-11 | 4 | -0/+43 |
|/ |
|
* | fft: added gaussian window | Jacob Gilbert | 2020-04-26 | 2 | -0/+31 |
* | gr-fft: added documentation for flat top window design | Jacob Gilbert | 2020-04-26 | 1 | -2/+13 |
* | gr-fft: added tukey window generation | Jacob Gilbert | 2020-04-26 | 2 | -0/+33 |
* | gr-fft: replace stderr logging by calls to GR's logging facilties | Marcus Müller | 2020-04-13 | 3 | -8/+26 |
* | Remove VOLK as a submodule | Martin Braun | 2020-04-11 | 2 | -2/+1 |
* | Switch from boost pointers to std C++11 pointers | Thomas Habets | 2020-04-01 | 4 | -4/+4 |
* | fft: fixup Log Power yml | devnulling | 2020-01-27 | 1 | -1/+0 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 34 | -441/+34 |
* | gr-fft: Remove unused private variables. | Ron Economos | 2020-01-26 | 4 | -14/+3 |
* | fft: Add message to static_assert | Vasil Velichkov | 2020-01-24 | 1 | -3/+6 |
* | gr-fft: always true check | Valerii Zapodovnikov | 2020-01-16 | 1 | -1/+1 |
* | Fix all formatting issues | Martin Braun | 2020-01-10 | 1 | -3/+2 |
* | gr-fft/fft: Fix comment typo | Thomas Habets | 2020-01-04 | 1 | -1/+1 |
* | gr-fft/goertzel_fc: Remove needless destructor | Thomas Habets | 2020-01-04 | 2 | -7/+3 |