aboutsummaryrefslogtreecommitdiffstats
path: root/gr-fft/lib/fft_vfc_fftw.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move FFT functions and blocks to templates (#3903)mormj2020-11-031-94/+0
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-2/+1
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* gr-fft: Remove unused private variables.Ron Economos2020-01-261-1/+0
* gr-fft: Modernize fft codeThomas Habets2020-01-041-10/+8
* Remove newlines from exception messagesThomas Habets2020-01-011-1/+1
* clang-tidy in gnuradio-runtime: use empty() instead of size()!=0Marcus Müller2019-08-221-2/+2
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-78/+62
* Clean-up: Remove unused private variables (Issue #1621, #1622, #1624)andriy gelman2018-04-281-1/+1
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-12/+12
* fft: fix missing set_window call on initializationJohnathan Corgan2013-08-281-0/+2
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-4/+4
* fft: fixing float-in, complex-out fft block to use the right io sig.Tom Rondeau2012-11-101-1/+1
* fft: put helper classes in namespaceJohnathan Corgan2012-04-291-1/+1
* gr-fft: creates a gr-fft top-level component.Tom Rondeau2012-04-271-0/+124