summaryrefslogtreecommitdiff
path: root/gr-digital/lib/interpolating_resampler.cc
Commit message (Expand)AuthorAgeFilesLines
* C++14: Use std::make_unique instead of boost::make_uniqueMarcus Müller2021-01-041-9/+9
* fir_filter: in constructor, 'decimation' is unusedJeff Long2020-11-301-8/+8
* digital/symbol_sync: Remove manual memory managementThomas Habets2020-08-141-26/+14
* digital/interpolating_resampler: Remove manual memory managementThomas Habets2020-08-141-105/+45
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* gr-digital: no need in new operator NULL checksValerii Zapodovnikov2020-01-241-31/+0
* clang-format: Ordering all the includesMarcus Müller2019-08-091-2/+2
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-651/+580
* digital: replace 'and', 'or', 'not' with &&, ||, ! respectivelyPiotr Krysik2018-02-031-16/+16
* gr-digital: fixed casting failure compile error with gcc 4.6Johnathan Corgan2017-07-181-20/+8
* gr-filter, digital: Add symbol_sync_{cc|ff} and auxiliary classesAndy Walls2017-07-171-0/+794