summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/pack_k_bits_bb_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* digital: pack_k_bits propagate tags correctlyJason Uher2021-07-191-0/+2
| | | | | | fixes #1111 Signed-off-by: Jason Uher <jason.uher@jhuapl.edu>
* Add `override` for common virtual function overridesThomas Habets2020-11-031-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 formatdevnulling2020-01-271-13/+1
|
* gr-blocks/pack&unpack: Remove needless memory managementThomas Habets2020-01-021-2/+1
|
* clang-format: Ordering all the includesMarcus Müller2019-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang-format: ordering includes in gnuradio-runtime clang-format: ordering includes in gr-filter clang-format: ordering includes in gr-fft clang-format: ordering includes in gr-audio clang-format: ordering includes in gr-analog clang-format: ordering includes in gr-fec clang-format: ordering includes in gr-wavelet clang-format: ordering includes in gr-zeromq clang-format: ordering includes in gr-vocoder clang-format: ordering includes in gr-video-sdl clang-format: ordering includes in gr-trellis clang-format: ordering includes in gr-blocks clang-format: ordering includes in gr-digital clang-format: ordering includes in gr-uhd clang-format: ordering includes in gr-dtv clang-format: ordering includes in gr-channels clang-format: ordering includes in gr-qtgui clang_format.py: re-enable include reordering
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-14/+14
|
* removed unused d_k memberMarcus Müller2015-04-061-1/+0
| | | | Fixes 1216153 "collateral".
* blocks: adds kernels for pack_k_bits and unpack_k_bits.Tom Rondeau2014-05-171-6/+8
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-1/+1
|
* blocks: moved pack_k_bits to gr-blocks.Tom Rondeau2013-02-261-0/+48