Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gr-digital: improved performance and capability of scramblers to 64-bit ↵ | Elof Wecksell | 2021-01-29 | 1 | -16/+16 |
| | | | | | | | registers. Use __builtin_parity or volk popcnt. qa was also enhanced to detect errors. Signed-off-by: Elof Wecksell <elof@wecksell.se> Co-authored-by: Martin Braun <martin@gnuradio.org> | ||||
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 1 | -6/+6 |
| | |||||
* | Add `override` for common virtual function overrides | Thomas Habets | 2020-11-03 | 1 | -1/+1 |
| | | | | | | | | | | 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. | ||||
* | 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 | -28/+30 |
| | |||||
* | digital: added missing parameter to additive scrambler GRC block; cleaned up ↵ | Sean Nowlan | 2015-05-06 | 1 | -1/+1 |
| | | | | whitespace | ||||
* | digital: scrambler docs now match the new functionality | Martin Braun | 2013-10-02 | 1 | -4/+3 |
| | |||||
* | digital: scrambler gets tag support | Martin Braun | 2013-08-28 | 1 | -3/+10 |
| | |||||
* | digital: moved include dir to gnuradio/digital | Johnathan Corgan | 2013-04-29 | 1 | -2/+2 |
| | |||||
* | analog: moved lfsr from gr-analog to gr-digital where it is used. | Tom Rondeau | 2012-11-10 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into next | Tom Rondeau | 2012-10-31 | 1 | -2/+2 |
| | | | | | | | | | | | | Conflicts: gr-digital/CMakeLists.txt gr-digital/include/digital_additive_scrambler_bb.h gr-digital/include/digital_descrambler_bb.h gr-digital/include/digital_scrambler_bb.h gr-digital/lib/CMakeLists.txt Conflicts were for adding dependency on gr-analog. additive_scrambler_bb_impl, descrambler_bb_impl, and scrambler_bb_impl were update to use LFSR from gr-analog. | ||||
* | digital: converted scrambler code to new style. | Tom Rondeau | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | digital: converted binary_slicer_fb to new style. | Tom Rondeau | 2012-08-09 | 1 | -1/+1 |
| | | | | Also removed bytes_to_syms. This had been deprecated for a while. | ||||
* | digital: converting to new pimpl standard for 3.7. | Tom Rondeau | 2012-08-09 | 1 | -0/+60 |
Structure is basically set up. Additive scrambler converted. |