| Commit message (Expand) | Author | Age | Files | Lines |
* | Update python bindings | Nick M | 2021-12-10 | 2 | -2/+2 |
* | Update pwr_squelch_ff.h | Nick | 2021-12-10 | 1 | -1/+1 |
* | Update pwr_squelch_cc.h | Nick | 2021-12-10 | 1 | -1/+1 |
* | cmake: change how test files are build when cross compiling | Philip Balister | 2021-12-03 | 1 | -0/+3 |
* | analog: pep8 formatting | Josh Morman | 2021-11-24 | 14 | -249/+325 |
* | Fix issue 4595 qa_agc Assertion Error. | John Sallay | 2021-10-25 | 1 | -1/+3 |
* | c++ generation: escape "." in translations | Jeff Long | 2021-07-27 | 1 | -1/+1 |
* | grc: allow short and byte as valid types in an enum | Jeff Long | 2021-07-19 | 1 | -1/+1 |
* | classic modules: use common precompiled headers | Marcus Müller | 2021-07-19 | 1 | -4/+12 |
* | Add missing declaration for cpp template of analog_noise_source | Volker Schroer | 2021-07-19 | 1 | -1/+2 |
* | gr-channels: fix "hide" expressions in yml files | Jeff Long | 2021-07-16 | 1 | -1/+1 |
* | rebase | Volker Schroer | 2021-06-21 | 21 | -21/+21 |
* | gr-analog: Use Soapy instead of UHD source block for flow graph testing. | Ron Economos | 2021-06-01 | 1 | -104/+214 |
* | analog: qa_sig_source use cmd port | Josh Morman | 2021-04-21 | 1 | -2/+6 |
* | analog: remove deprecated freq port | Josh Morman | 2021-04-21 | 3 | -23/+0 |
* | analog: PLL Freq Det: refactor (implementation in .cc, not .h) | Marcus Müller | 2021-04-17 | 2 | -20/+16 |
* | analog: PLL GRC blocks: better naming, parameter labels | Marcus Müller | 2021-04-17 | 3 | -14/+14 |
* | analog: Add example for PLL Frequency Detector | Marcus Müller | 2021-04-17 | 1 | -0/+352 |
* | analog/fastnoise: avoid modulo operation when picking indices | Marcus Müller | 2021-03-25 | 4 | -21/+63 |
* | gr-analog: Rename wfm_rcv_pll blocks | David Pi | 2021-01-20 | 1 | -42/+41 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 4 | -4/+4 |
* | analog: fix AGC classes QA test to match updated sig_source output | Artem Pisarenko | 2021-01-17 | 1 | -250/+250 |
* | analog: fm: Add audio_rate variable and deemph_tau parameters | efardin | 2021-01-15 | 2 | -4/+11 |
* | analog: fm: Fix orientation of L and R audio; Remove hard coded parameters | efardin | 2021-01-15 | 1 | -20/+17 |
* | C++14: Use std::make_unique instead of boost::make_unique | Marcus Müller | 2021-01-04 | 1 | -4/+4 |
* | filter: update python binding hashes | Josh Morman | 2020-12-18 | 2 | -2/+4 |
* | replace fft.window.WIN_ with window.win_ and include in grc default import | Josh Morman | 2020-12-18 | 3 | -9/+9 |
* | add import fft to python files that reference fft.window | Josh Morman | 2020-12-18 | 4 | -4/+4 |
* | global replace of firdes.WIN_ with fft.window.WIN_ | Josh Morman | 2020-12-18 | 4 | -12/+12 |
* | global replace of filter.firdes.WIN_ with fft.window.WIN_ | Josh Morman | 2020-12-18 | 3 | -6/+6 |
* | analog: WFM tools: proper integer div, decimation handling | Marcus Müller | 2020-11-09 | 4 | -7/+18 |
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 39 | -282/+300 |
* | Add `override` for common virtual function overrides | Thomas Habets | 2020-11-03 | 29 | -29/+29 |
* | qa: run autopep8 formatting on qa python files | mormj | 2020-10-30 | 18 | -543/+623 |
* | qa: remove xml file parameter causing deprecation warnings | mormj | 2020-10-30 | 19 | -19/+19 |
* | Remove freqz and gnuplot_freqz from gru module | Clayton Smith | 2020-10-30 | 1 | -12/+0 |
* | pybind: add implicit conversion from int to enum | mormj | 2020-10-28 | 3 | -0/+6 |
* | add an option to enable/disable examples | Gwenhael Goavec-Merou | 2020-09-02 | 1 | -2/+4 |
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 25 | -49/+0 |
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 27 | -41/+34 |
* | gr-analog: Install new example flow graphs. | Ron Economos | 2020-07-30 | 1 | -0/+2 |
* | analog: cast integer divide to type int for nbfm_tx | duggabe | 2020-07-22 | 1 | -1/+1 |
* | correct left and right outputs; change filter cutoff frequency | duggabe | 2020-07-20 | 2 | -9/+10 |
* | correct fm stereo heir block, add example grc | duggabe | 2020-07-20 | 2 | -156/+718 |
* | gr-analog: Remove spurious hide in Signal Source block YAML. | Ron Economos | 2020-06-29 | 1 | -1/+0 |
* | analog: signal source block accepts cmd messages | alekhgupta1441 | 2020-06-23 | 5 | -34/+363 |
* | analog: remap enums in yml from int to raw for pybind compatibility | Josh Morman | 2020-06-04 | 3 | -3/+3 |
* | msg_handler: Use lambdas in most components | Johannes Demel | 2020-06-04 | 1 | -1/+1 |
* | pybind: add hash check to binding file creation (#3472) | mormj | 2020-06-04 | 34 | -34/+298 |
* | analog: change waveform grc type to enum | Josh Morman | 2020-06-04 | 1 | -1/+1 |