| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | gr-fft: Remove malloc_{float,double} | Thomas Habets | 2020-01-04 | 2 | -18/+0 |
* | gr-fft: Modernize fft code | Thomas Habets | 2020-01-04 | 11 | -122/+90 |
* | Remove newlines from exception messages | Thomas Habets | 2020-01-01 | 2 | -2/+2 |
* | fft_shift: use unit test macros that exist in Boost 1.53 | Ryan Schutt | 2019-09-05 | 1 | -3/+21 |
* | fft: fix spelling of blakcman to blackman in docs | Nathan West | 2019-09-05 | 1 | -1/+1 |
* | clang-tidy in gnuradio-runtime: use empty() instead of size()!=0 | Marcus Müller | 2019-08-22 | 2 | -4/+4 |
* | Use emplace_back(params) instead of push_back(type(params)) | Marcus Müller | 2019-08-22 | 1 | -7/+7 |
* | Fix for more misc typos | luz.paz | 2019-08-10 | 2 | -2/+2 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 6 | -9/+9 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 21 | -1752/+1674 |
* | fft: Add fft_shift class | Christoph Mayer | 2019-06-15 | 4 | -0/+160 |
* | cmake: Update to modern CMake usage | Andrej Rode | 2019-03-04 | 3 | -77/+21 |
* | cmake: Only go into grc/ subdirs when ENABLE_GRC=ON | Martin Braun | 2018-12-17 | 1 | -1/+3 |
* | fft: Fix Doxygen warning | Martin Braun | 2018-12-14 | 1 | -1/+0 |
* | fft: Fix Doxygen warnings (undocumented parameters) | Martin Braun | 2018-12-12 | 1 | -1/+1 |
* | fft: Fix GRC bindings | Martin Braun | 2018-11-23 | 1 | -4/+1 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 23 | -409/+251 |
|\ |
|
| * | Cleaned up lots of blocks | Håkon Vågsether | 2018-08-25 | 1 | -3/+8 |
| * | Merge branch 'next_python3' into next | Marcus Müller | 2018-06-25 | 16 | -352/+229 |
| |\ |
|
| | * | Merge branch 'python3_fix' into next | Andrej Rode | 2018-06-24 | 16 | -352/+229 |
| | |\ |
|
| | | * | Added auto-generated YAML blocks | Håkon Vågsether | 2017-10-10 | 11 | -324/+192 |
| | | * | Merge branch 'next' into python3 | Johnathan Corgan | 2017-08-14 | 1 | -2/+2 |
| | | |\ |
|
| | | * \ | Merge branch 'next' into python3 | Johnathan Corgan | 2017-07-13 | 1 | -2/+2 |
| | | |\ \ |
|
| | | * \ \ | Merge branch 'next' into python3 | Johnathan Corgan | 2017-06-27 | 1 | -1/+10 |
| | | |\ \ \ |
|
| | | * \ \ \ | Merge branch 'next' into python3 | Johnathan Corgan | 2017-06-22 | 1 | -12/+16 |
| | | |\ \ \ \ |
|
| | | * \ \ \ \ | Merge branch 'next' into python3 | Johnathan Corgan | 2017-06-07 | 1 | -0/+32 |
| | | |\ \ \ \ \ |
|
| | | * \ \ \ \ \ | Merge branch 'next' into python3 | Johnathan Corgan | 2017-03-22 | 1 | -1/+0 |
| | | |\ \ \ \ \ \ |
|
| | | * | | | | | | | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 5 | -28/+37 |
| * | | | | | | | | | Clean-up: Remove unused private variables (Issue #1621, #1622, #1624) | andriy gelman | 2018-04-28 | 1 | -1/+1 |
| * | | | | | | | | | math: replace M_PI and derivatives with GR_M_PI defines | Andrej Rode | 2018-02-17 | 2 | -12/+14 |
| |/ / / / / / / / |
|
| * | | | | | | | | Merge branch 'master' into next | Martin Braun | 2018-02-03 | 4 | -1/+1 |
| |\ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
| * | | | | | | | | Merge branch 'master' into next | Johnathan Corgan | 2017-08-14 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
| * | | | | | | | | Merge branch 'master' into next | Johnathan Corgan | 2017-07-13 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|