| Commit message (Expand) | Author | Age | Files | Lines |
* | modules: include boost/format where used | Marcus Müller | 2021-09-07 | 1 | -1/+1 |
* | Replace boost::filesystem with std::filesystem | Zackery Spytz | 2021-03-13 | 1 | -3/+2 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 1 | -3/+3 |
* | Move FFT functions and blocks to templates (#3903) | mormj | 2020-11-03 | 1 | -109/+40 |
* | fft&filter: Remove malloc_complex/free | Thomas Habets | 2020-09-08 | 1 | -7/+0 |
* | gr-fft: replace stderr logging by calls to GR's logging facilties | Marcus Müller | 2020-04-13 | 1 | -6/+16 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
* | gr-fft: Remove unused private variables. | Ron Economos | 2020-01-26 | 1 | -9/+3 |
* | fft: Add message to static_assert | Vasil Velichkov | 2020-01-24 | 1 | -3/+6 |
* | gr-fft: Remove malloc_{float,double} | Thomas Habets | 2020-01-04 | 1 | -10/+0 |
* | gr-fft: Modernize fft code | Thomas Habets | 2020-01-04 | 1 | -58/+22 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 1 | -3/+3 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -301/+273 |
* | fft: FFTW wisdom file locking was only taking place from gr::fft::fft_complex. | Balint Seeber | 2018-03-22 | 1 | -12/+25 |
* | gr-fft: Fix compilation under MinGW | Paul Cercueil | 2017-06-28 | 1 | -2/+2 |
* | gr-fft: Reuses file_lock object to prevent deadlocking on win32 | gnieboer | 2017-06-13 | 1 | -12/+12 |
* | gr-fft: Adds w32 specific headers to fft.cc | gnieboer | 2017-06-13 | 1 | -0/+4 |
* | gr-fft: add locking mechanism to fftw_wisdom | Andrej Rode | 2017-04-30 | 1 | -0/+32 |
* | runtime: fixed dangling pointer returns in vmcircbuf_prefs.cc and fft.cc | dae hyun, yang | 2016-05-08 | 1 | -8/+8 |
* | fft: replace fftwf_malloc with volk_malloc | Nathan West | 2016-03-09 | 1 | -26/+27 |
* | Tabs -> spaces | Doug Geiger | 2015-09-17 | 1 | -57/+65 |
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -7/+7 |
* | fft: moved include dir to gnuradio/fft | Johnathan Corgan | 2013-04-29 | 1 | -1/+1 |
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -3/+3 |
* | fft: adding a malloc for doubles. | Tom Rondeau | 2012-07-03 | 1 | -0/+6 |
* | fft: put helper classes in namespace | Johnathan Corgan | 2012-04-29 | 1 | -0/+338 |