Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 1 | -1/+1 |
| | |||||
* | Add `override` for common virtual function overrides | Thomas Habets | 2020-11-03 | 1 | -2/+2 |
| | | | | | | | | | | 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. | ||||
* | dtv: Remove manual memory management | Thomas Habets | 2020-10-23 | 1 | -21/+21 |
| | | | | All removed except some tricky stuff in dvb_ldpc_bb_impl. | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -61/+70 |
| | |||||
* | Clean-up: Remove unused private variables (Issue #1621, #1622, #1624) | andriy gelman | 2018-04-28 | 1 | -1/+0 |
| | |||||
* | gr-dtv: Vastly improved OFDM symbol acquisition for DVB-T receiver. | flarroca | 2015-12-09 | 1 | -12/+9 |
| | |||||
* | dtv: fix segfault in DVB-T demod OFDM symbol acquisition | Johnathan Corgan | 2015-12-05 | 1 | -12/+4 |
| | | | | | | * Fix indexing error in calculating bounds for correlation * Fix search range for correlation peak | ||||
* | gr-dtv: Fix Coverity issue #1327847. | Ron Economos | 2015-11-15 | 1 | -3/+0 |
| | |||||
* | Add DVB-T receiver. | Bogdan Diaconescu | 2015-09-05 | 1 | -0/+105 |