aboutsummaryrefslogtreecommitdiffstats
path: root/gr-filter/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* classic modules: use common precompiled headersMarcus Müller2021-07-191-0/+5
* global: remove unused <iomanip>, fix other includes in affected files when obviousMarcus Müller2021-06-171-5/+0
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-174-4/+0
* filter: remove deprecated mmse_interpolatorJosh Morman2021-04-215-290/+0
* filter: Remove manual memory management for polyphase filterbankThomas Habets2021-03-013-14/+11
* filter: remove unnecessary set_history(1)Josh Morman2021-02-115-8/+0
* Fix typosluz paz2021-02-081-1/+1
* Removed unused <cassert>Marcus Müller2021-01-283-3/+0
* gr-filter: update for additional window valuesJacob Gilbert2021-01-253-47/+46
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-198-14/+14
* filter: update decimation after gcd calculationJosh Morman2021-01-041-2/+3
* C++14: Use std::make_unique instead of boost::make_uniqueMarcus Müller2021-01-043-13/+13
* filter: update python binding hashesJosh Morman2020-12-181-1/+2
* filter: remove deprecated win_type duplicate in firdesJosh Morman2020-12-184-27/+32
* gr-filter: Remove unused parameter in polyphase_filterbank.Ron Economos2020-12-171-2/+1
* filter: remove initialization for history which is same as defaultJosh Morman2020-12-171-1/+0
* filter: replace rational_resampler_base with rational_resamplermormj2020-12-174-178/+277
* fir_filter: in constructor, 'decimation' is unusedJeff Long2020-11-3014-20/+19
* freq_xlating_fir_filter: keep phase continuous on retuneJeff Long2020-11-252-0/+16
* filter: remove needless empty destructors and problematic constThomas Habets2020-11-1665-147/+0
* Move FFT functions and blocks to templates (#3903)mormj2020-11-036-29/+31
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-0331-135/+138
* Add `override` for common virtual function overridesThomas Habets2020-11-0331-39/+39
* Fix typos throughout the codeluzpaz2020-10-291-1/+1
* filter: Remove manual memory management in QAThomas Habets2020-10-264-14/+8
* filter/fir_filter_with_buffer: Remove manual memory managementThomas Habets2020-10-262-227/+85
* gr-filter: Add complex band rejection design helpersYamakaja2020-10-201-0/+92
* fft&filter: Remove malloc_complex/freeThomas Habets2020-09-082-13/+5
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-3031-49/+39
* filter: Remove manual memory managementThomas Habets2020-07-0557-474/+375
* msg_handler: Use lambdas in most componentsJohannes Demel2020-06-043-8/+4
* filter: Fix firdes RRC filter gain for alpha == 1Brett Gottula2020-04-231-0/+1
* gr-filter: Remove warning in fft_filter.cc logging.Ron Economos2020-04-221-6/+3
* filter: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-132-19/+40
* Remove VOLK as a submoduleMartin Braun2020-04-111-1/+1
* gr-filter: Add ichar/ishort decimatorghostop142020-02-203-1/+133
* Update license header to SPDX formatdevnulling2020-01-2788-1146/+88
* Filter: Improve performance in xlating FIR filterghostop142020-01-212-3/+11
* Fix all formatting issuesMartin Braun2020-01-106-36/+12
* Replace many `const` variables with `constexpr`Thomas Habets2020-01-042-8/+8
* gr-filter/fft_filter: Use smart instead of raw pointersThomas Habets2020-01-037-115/+40
* Remove newlines from exception messagesThomas Habets2020-01-018-13/+13
* Fix memset clearing non-trivial type gr_complex warnings in gcc-8Anders Kalør2019-08-224-16/+18
* clang-tidy in gnuradio-runtime: use empty() instead of size()!=0Marcus Müller2019-08-225-7/+7
* clang-format: Ordering all the includesMarcus Müller2019-08-0940-56/+56
* Tree: clang-format without the include sortingMarcus Müller2019-08-0983-8345/+7731
* Fix for misc. documentation + trivial typosluz.paz2019-07-171-1/+1
* cmake: Update to modern CMake usageAndrej Rode2019-03-041-71/+16
* cmake: remove unused *_generated_swigs syntaxAndrej Rode2019-01-071-1/+0
* filter: Fix pfb_decimator_ccf_impl alloc-dealloc mismatchDan Robertson2018-12-181-1/+1