summaryrefslogtreecommitdiff
path: root/gr-fec/lib/cc_decoder_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* modules: include boost/format where usedMarcus Müller2021-09-071-0/+1
* global: remove boost/assign/list_of, obsoleted by C++11Marcus Müller2021-06-221-3/+2
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-2/+2
* fec: Remove manual memory managementThomas Habets2020-09-071-32/+10
* fec/cc_decoder: Remove manual memory managementThomas Habets2020-08-141-42/+28
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* Remove newlines from exception messagesThomas Habets2020-01-011-5/+5
* clang-format: Ordering all the includesMarcus Müller2019-08-091-2/+2
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-453/+435
* Clean-up: Remove unused private variables (Issue #1621, #1622, #1624)andriy gelman2018-04-281-1/+0
* Throw an exception if the given K and R are not supported.Clayton Smith2016-10-131-0/+3
* fec: Move the definition of yp_kernel from the class into a temp variable in ...Michael Dickens2015-04-021-1/+1
* gr-fec: cc_decoder: fix leak; coverity 1215943Marcus Müller2014-06-261-0/+2
* fec: fixing a bit of sloppy memory handling in the cc decoder.Tom Rondeau2014-05-211-5/+9
* fec: wip: adding concept of padding for CC encoder/decoder.Tom Rondeau2014-05-171-10/+19
* blocks: adding reverse packing/unpacking functions.Tom Rondeau2014-05-171-1/+6
* fec: updating puncturing, adding documentation, adding CCSDS encoder.Tom Rondeau2014-05-171-118/+131
* fec: improved fecapi stuff.Nick McCarthy2014-05-171-73/+36
* adding ber sink to qt guiNicholas McCarthy2014-05-171-4/+6
* fec: Merging fecapi with support for CC code.Tom Rondeau2014-05-171-0/+505