| Commit message (Expand) | Author | Age | Files | Lines |
* | global: automatically remove unused boost includes | Marcus Müller | 2021-06-22 | 1 | -2/+0 |
* | fir_filter: in constructor, 'decimation' is unused | Jeff Long | 2020-11-30 | 1 | -2/+2 |
* | digital/pfb_clock_sync: Remove manual memory management and pointers | Thomas Habets | 2020-08-14 | 1 | -11/+10 |
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 1 | -2/+2 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
* | Fix all formatting issues | Martin Braun | 2020-01-10 | 1 | -5/+6 |
* | gr-digital: Add more const | Thomas Habets | 2020-01-06 | 1 | -3/+2 |
* | gr-digital: Modernize C++ | Thomas Habets | 2020-01-02 | 1 | -13/+5 |
* | Remove newlines from exception messages | Thomas Habets | 2020-01-01 | 1 | -1/+1 |
* | Use C++11 ranged for and ranged insert instead of manual loops | Thomas Habets | 2019-12-04 | 1 | -3/+2 |
* | clang-tidy in gnuradio-runtime: use empty() instead of size()!=0 | Marcus Müller | 2019-08-22 | 1 | -2/+2 |
* | 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 | -476/+443 |
* | Convert set_relative_rate(double) to the new integer or receiprocal call | Andy Walls | 2018-08-23 | 1 | -1/+1 |
* | digital: pfb_clock_sync_ccf tag offset update. | Tom Rondeau | 2016-06-14 | 1 | -5/+27 |
* | digital: addresses issue #890. | Tom Rondeau | 2016-02-02 | 1 | -7/+17 |
* | digital: Addresses issue #812. | Tom Rondeau | 2016-01-06 | 1 | -0/+3 |
* | digital: pfb_clock_sync throws when no taps are provided (instead of segfault... | Tom Rondeau | 2014-04-21 | 1 | -2/+5 |
* | digital: cleaned up pfb_clock_sync blocks and make sure fff and ccf doing the... | Tom Rondeau | 2013-11-09 | 1 | -9/+0 |
* | digital: fixing PFB clock syncs ccf and fff to behave the same. Fixed doxygen... | Tom Rondeau | 2013-11-01 | 1 | -3/+1 |
* | digital: improved PFB clock sync convergence time. Updated example for better... | Tom Rondeau | 2013-10-31 | 1 | -9/+16 |
* | runtime: add concept up an automatic update_rate to gr::block. | Tom Rondeau | 2013-10-29 | 1 | -0/+3 |
* | digital: pfb_clock_sync: normalizing differential taps for each channel. | Tom Rondeau | 2013-10-29 | 1 | -1/+1 |
* | digital: cleaning up pfb_clock_sync and fixing a segfault in the ccf version. | Tom Rondeau | 2013-10-29 | 1 | -28/+12 |
* | digital: costas_loop looks for 'phase_est' tags and resets its phase estimate... | Tom Rondeau | 2013-10-29 | 1 | -12/+62 |
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -6/+6 |
* | ctrlport: made display type in ControlPort setup field into an options mask. | Tom Rondeau | 2013-02-20 | 1 | -6/+6 |
* | ctrlport: adding display type for stripchart as opposed to timeseries. | Tom Rondeau | 2013-02-17 | 1 | -3/+3 |
* | ctrlport: updated all blocks using controlport to use new style of setup_rpc. | Tom Rondeau | 2013-01-23 | 1 | -17/+15 |
* | ctrlport: cleaning up contorlport builds. | Tom Rondeau | 2012-12-04 | 1 | -2/+2 |
* | ctrlport: fixing up controlport integration into gnuradio-core for merge with... | Tom Rondeau | 2012-12-03 | 1 | -0/+68 |
* | digital: updated blocks to make qa_constellation* tests pass. | Tom Rondeau | 2012-08-12 | 1 | -0/+439 |