summaryrefslogtreecommitdiff
path: root/gr-fec/lib/cc_encoder_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-1/+0
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-2/+2
* gr-fec: fix compiler warningClayton Smith2020-02-101-1/+1
* fixup! gr-fec/cc_encoder: Fix and improve documentationMartin Braun2020-02-021-3/+6
* gr-fec/cc_encoder: Add checks for parametersrear10192020-02-011-0/+20
* gr-fec/cc_encoder: Fix constraint length K > 8rear10192020-02-011-1/+1
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* clang-format: Ordering all the includesMarcus Müller2019-08-091-5/+5
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-148/+139
* Support negative polynomials in cc_encoderDaniel Estévez2017-08-021-2/+2
* fec: wip: async encoder/decoder working deployments.Tom Rondeau2014-05-191-1/+1
* fec: wip: adding concept of padding for CC encoder/decoder.Tom Rondeau2014-05-171-5/+11
* fec: updating puncturing, adding documentation, adding CCSDS encoder.Tom Rondeau2014-05-171-60/+56
* fec: encoder now outputs bytes to make it more easily integratable with modul...Tom Rondeau2014-05-171-7/+7
* fec: Merging fecapi with support for CC code.Tom Rondeau2014-05-171-0/+202