summaryrefslogtreecommitdiff
path: root/gr-fec/lib/async_decoder_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-1/+1
* fec/async_decoder: Remove manual memory managementThomas Habets2020-08-141-29/+15
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-2/+2
* msg_handler: Use lambdas in most componentsJohannes Demel2020-06-041-3/+2
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* Fix all formatting issuesMartin Braun2020-01-101-1/+2
* Fix heap corruption bug in async_decoderDaniel Estévez2020-01-051-1/+1
* clang-format: Ordering all the includesMarcus Müller2019-08-091-1/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-164/+157
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-2/+1
|\
| * Clean-up: Remove unused private variables (Issue #1621, #1622, #1624)andriy gelman2018-04-281-2/+1
* | fec: remove runtime pmt::intern'ing when asking for iterationsMarcus Müller2018-02-231-1/+2
|/
* Merge branch 'fec/add_mtu_setting'Tom Rondeau2015-09-251-19/+15
|\
| * fec: removed logic that will never hit.Tom Rondeau2015-09-251-9/+1
| * fec: Adds MTU parameter to async and tagged stream blocks.Tom Rondeau2015-09-241-20/+24
* | fec: Fixed async_decoder. Can't use nbits_out because it's 0 at this point.Tom Rondeau2015-09-251-6/+6
|/
* fec: more warning / sign cleanupTim O'Shea2015-04-061-6/+6
* fec: ldpc works, add iterations meta tag, etcTim O'Shea2015-04-011-1/+4
* fec: LDPC async decoder now runningTim O'Shea2015-04-011-4/+24
* fec: wip: fixing up allocated memory; allowing async encoder deployment to be...Tom Rondeau2014-05-201-1/+1
* fec: wip: async encoder/decoder working deployments.Tom Rondeau2014-05-191-30/+142
* fec: wip: fixing formatting.Tom Rondeau2014-05-171-111/+111
* fec: wip: adding async (PDU) encoder and decoder blocks.Tom Rondeau2014-05-171-0/+111