| Commit message (Expand) | Author | Age | Files | Lines |
* | filter: remap enums in yml from int to raw for pybind compatibility | Josh Morman | 2020-06-04 | 11 | -11/+11 |
* | msg_handler: Use lambdas in most components | Johannes Demel | 2020-06-04 | 3 | -8/+4 |
* | pybind: add hash check to binding file creation (#3472) | mormj | 2020-06-04 | 46 | -46/+406 |
* | filter: add pybind11 bindings | Josh Morman | 2020-06-04 | 103 | -18/+5512 |
* | pybind: removal of swig components | Josh Morman | 2020-06-04 | 3 | -177/+0 |
* | filter: Fix firdes RRC filter gain for alpha == 1 | Brett Gottula | 2020-04-23 | 2 | -0/+8 |
* | gr-filter: Remove warning in fft_filter.cc logging. | Ron Economos | 2020-04-22 | 1 | -6/+3 |
* | filter: grc: variable_band_pass_filter_taps: fix complex taps option | Ilya Tagunov | 2020-04-21 | 1 | -1/+2 |
* | filter: replace stderr logging by calls to GR's logging facilties | Marcus Müller | 2020-04-13 | 3 | -19/+47 |
* | Merge pull request #3350 from gnuradio/seeAppRun/gr-filter_cpp_generation | Martin Braun | 2020-04-11 | 6 | -161/+257 |
|\ |
|
| * | filter: Fix YAML files for C++ generation | Terry May | 2020-04-11 | 6 | -161/+257 |
* | | 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 | 31 | -31/+31 |
* | filter: Improve use of numpy and scipy in filter design tool | William Barnhart | 2020-03-30 | 2 | -28/+26 |
* | gr-filter: Add ichar/ishort decimator | ghostop14 | 2020-02-20 | 11 | -4/+515 |
* | docs: GRC documentation for rational resampler | arualok22 | 2020-02-09 | 1 | -0/+20 |
* | pmt: Fix RuntimeError in pmt_to_python | Michael Byers | 2020-02-09 | 1 | -1/+1 |
* | Add FFT-base Root Raised Cosine Convenience Wrapper | ghostop14 | 2020-01-29 | 2 | -0/+69 |
* | doxygen: Resolve broken references with Wiki links. | Ron Economos | 2020-01-29 | 1 | -1/+1 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 198 | -2575/+199 |
* | examples: fixup filter_tap_loader with subprocess path trick | devnulling | 2020-01-22 | 1 | -2/+14 |
* | examples: fixup cmake files to include all examples | devnulling | 2020-01-22 | 1 | -4/+4 |
* | Filter: Improve performance in xlating FIR filter | ghostop14 | 2020-01-21 | 2 | -3/+11 |
* | Added FFT Low Pass Filter Convenience Wrapper | ghostop14 | 2020-01-20 | 2 | -0/+80 |
* | examples: fixup filters cmake and polyphase channelizer demo | devnulling | 2020-01-20 | 2 | -17/+97 |
* | filter: band pass: grc: Validate frequencies and transition width | Chris | 2020-01-10 | 1 | -0/+7 |
* | Fix all formatting issues | Martin Braun | 2020-01-10 | 7 | -48/+24 |
* | filter: fix issues with filter taps loader | Josh Morman | 2020-01-06 | 3 | -15/+221 |
* | filter: gr_filter_design restore save/load behavior | Josh Morman | 2020-01-06 | 1 | -6/+8 |
* | filter: Add file taps loader block | Maximilian Stiefel | 2020-01-06 | 8 | -6/+294 |
* | Replace many `const` variables with `constexpr` | Thomas Habets | 2020-01-04 | 4 | -15/+15 |
* | Revert "fixup! cmake: workaround find_dependency bug" | Marcus Müller | 2020-01-03 | 1 | -1/+1 |
* | fixup! cmake: workaround find_dependency bug | Marcus Müller | 2020-01-03 | 1 | -1/+1 |
* | gr-filter/fft_filter: Use smart instead of raw pointers | Thomas Habets | 2020-01-03 | 8 | -133/+53 |
* | Remove newlines from exception messages | Thomas Habets | 2020-01-01 | 9 | -15/+15 |
* | Fix memset clearing non-trivial type gr_complex warnings in gcc-8 | Anders Kalør | 2019-08-22 | 4 | -16/+18 |
* | Removed double import of numpy in gr_filter_design | Jan Kraemer | 2019-08-22 | 1 | -40/+39 |
* | Fixed gr_filter fftpack usage with numpy >= 1.17 | Jan Kraemer | 2019-08-22 | 1 | -2/+13 |
* | clang-tidy in gnuradio-runtime: use empty() instead of size()!=0 | Marcus Müller | 2019-08-22 | 5 | -7/+7 |
* | Fix a typo in the YAML for Polyphase Channelizer | Clayton Smith | 2019-08-19 | 1 | -1/+2 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 60 | -80/+80 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 130 | -12505/+13677 |
* | Fix for misc. documentation + trivial typos | luz.paz | 2019-07-17 | 10 | -10/+10 |
* | grc: introduce flag 'show_id' to show block id | Bastian Bloessl | 2019-06-29 | 5 | -5/+5 |
* | filter: continue transition to PyQt5/PyQtGraph | Josh Morman | 2019-06-15 | 7 | -162/+466 |
* | filter_design: Update to PyQtGraph | Edward Kigwana | 2019-06-15 | 10 | -4221/+3618 |
* | filter: Fix rational resampler GRC binding. | Ron Economos | 2019-04-19 | 1 | -1/+1 |
* | filter: Fix typo in Hilbert filter .yml file. | Ron Economos | 2019-04-02 | 1 | -1/+1 |
* | Add C++ generation support to gr-filter | aru31 | 2019-03-31 | 32 | -0/+380 |
* | gitignore: ignore autogen files in example folders | Johannes Demel | 2019-03-24 | 1 | -0/+1 |