Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 1 | -19/+19 |
| | |||||
* | Add `override` for common virtual function overrides | Thomas Habets | 2020-11-03 | 1 | -3/+3 |
| | | | | | | | | | | Mostly done with: ``` find -name "*_impl.h" | xargs sed -i -r '/(void forecast|int work|int general_work|bool check_topology)\(/{:back /\)/b nxt;N;b back;:nxt s/\)$|\)(;)/) override\1/g}' ``` Then I removed an incorrect `work` that this found. | ||||
* | digital/pfb_clock_sync: Remove manual memory management and pointers | Thomas Habets | 2020-08-14 | 1 | -3/+4 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | gr-digital: Add more const | Thomas Habets | 2020-01-06 | 1 | -1/+1 |
| | |||||
* | digital: pfb clock sync: Remove deprecated set_taps() API call | Martin Braun | 2020-01-06 | 1 | -4/+4 |
| | | | | | | | This API call was deprecated a long time ago and contained a warning that it will be removed, so we're now being true to our promise. This also fixes a compiler error in SWIG *if* you have old headers installed that SWIG will find (instead of the ones in the source tree). | ||||
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -84/+82 |
| | |||||
* | Clean-up: Remove unused private variables (Issue #1621, #1622, #1624) | andriy gelman | 2018-04-28 | 1 | -1/+0 |
| | |||||
* | digital: addresses issue #890. | Tom Rondeau | 2016-02-02 | 1 | -0/+3 |
| | | | | | | | The set_taps was redone a while ago to better handle the differential taps as well as the normal ones, but this made externally resetting them impossible. Adding a new update_taps function to properly handle this case so as to not change the API. We should fix this in 3.8. | ||||
* | digital: improved handling of data using forecast function in the ↵ | Tom Rondeau | 2013-10-29 | 1 | -0/+2 |
| | | | | pfb_clock_sync. | ||||
* | digital: moved include dir to gnuradio/digital | Johnathan Corgan | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | digital: fixed up documentation and default values of digital blocks. | Tom Rondeau | 2012-08-22 | 1 | -3/+3 |
| | |||||
* | digital: updated blocks to make qa_constellation* tests pass. | Tom Rondeau | 2012-08-12 | 1 | -0/+112 |