| Commit message (Expand) | Author | Age | Files | Lines |
* | C++14: Use std::make_unique instead of boost::make_unique | Marcus Müller | 2021-01-04 | 1 | -9/+9 |
* | fir_filter: in constructor, 'decimation' is unused | Jeff Long | 2020-11-30 | 1 | -8/+8 |
* | digital/symbol_sync: Remove manual memory management | Thomas Habets | 2020-08-14 | 1 | -26/+14 |
* | digital/interpolating_resampler: Remove manual memory management | Thomas Habets | 2020-08-14 | 1 | -105/+45 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
* | gr-digital: no need in new operator NULL checks | Valerii Zapodovnikov | 2020-01-24 | 1 | -31/+0 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 1 | -2/+2 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -651/+580 |
* | digital: replace 'and', 'or', 'not' with &&, ||, ! respectively | Piotr Krysik | 2018-02-03 | 1 | -16/+16 |
* | gr-digital: fixed casting failure compile error with gcc 4.6 | Johnathan Corgan | 2017-07-18 | 1 | -20/+8 |
* | gr-filter, digital: Add symbol_sync_{cc|ff} and auxiliary classes | Andy Walls | 2017-07-17 | 1 | -0/+794 |