summaryrefslogtreecommitdiff
path: root/gr-fec/lib/polar_decoder_sc_systematic.cc
Commit message (Collapse)AuthorAgeFilesLines
* fec: Remove manual memory managementThomas Habets2020-09-071-19/+9
| | | | | This removes almost all manual memory management in gr-fec/. `scl_list` is a bit of magic, so requires more thinking.
* fec: replace char with uint8_tJosh Morman2020-06-041-1/+1
| | | | | pybind gets confused with char arguments and tries to interpret them as strings. uint8_t is more consistent across the gr codebase as well
* Update license header to SPDX formatdevnulling2020-01-271-13/+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-68/+65
|
* polar_decoder_sc_systematic.cc: Fix memory leak.Philip Balister2018-10-051-0/+3
| | | | | | * Addresses Coverity 1375145, 1375144, and 1375140. Signed-off-by: Philip Balister <philip@balister.org>
* polar: systematic decoder addedJohannes Demel2015-12-071-0/+101
Conflicts: gr-fec/grc/fec_block_tree.xml gr-fec/include/gnuradio/fec/CMakeLists.txt gr-fec/swig/fec_swig.i