summaryrefslogtreecommitdiff
path: root/gr-fft/lib/fft.cc
Commit message (Expand)AuthorAgeFilesLines
* modules: include boost/format where usedMarcus Müller2021-09-071-1/+1
* Replace boost::filesystem with std::filesystemZackery Spytz2021-03-131-3/+2
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-3/+3
* Move FFT functions and blocks to templates (#3903)mormj2020-11-031-109/+40
* fft&filter: Remove malloc_complex/freeThomas Habets2020-09-081-7/+0
* gr-fft: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-131-6/+16
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* gr-fft: Remove unused private variables.Ron Economos2020-01-261-9/+3
* fft: Add message to static_assertVasil Velichkov2020-01-241-3/+6
* gr-fft: Remove malloc_{float,double}Thomas Habets2020-01-041-10/+0
* gr-fft: Modernize fft codeThomas Habets2020-01-041-58/+22
* clang-format: Ordering all the includesMarcus Müller2019-08-091-3/+3
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-301/+273
* fft: FFTW wisdom file locking was only taking place from gr::fft::fft_complex.Balint Seeber2018-03-221-12/+25
* gr-fft: Fix compilation under MinGWPaul Cercueil2017-06-281-2/+2
* gr-fft: Reuses file_lock object to prevent deadlocking on win32gnieboer2017-06-131-12/+12
* gr-fft: Adds w32 specific headers to fft.ccgnieboer2017-06-131-0/+4
* gr-fft: add locking mechanism to fftw_wisdomAndrej Rode2017-04-301-0/+32
* runtime: fixed dangling pointer returns in vmcircbuf_prefs.cc and fft.ccdae hyun, yang2016-05-081-8/+8
* fft: replace fftwf_malloc with volk_mallocNathan West2016-03-091-26/+27
* Tabs -> spacesDoug Geiger2015-09-171-57/+65
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-7/+7
* fft: moved include dir to gnuradio/fftJohnathan Corgan2013-04-291-1/+1
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-3/+3
* fft: adding a malloc for doubles.Tom Rondeau2012-07-031-0/+6
* fft: put helper classes in namespaceJohnathan Corgan2012-04-291-0/+338