| Commit message (Expand) | Author | Age | Files | Lines |
* | global: Replace stdio logging with logger | David Winter | 2021-10-21 | 1 | -5/+7 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 1 | -1/+1 |
* | fec/async_encoder: Remove manual memory management | Thomas Habets | 2020-08-14 | 1 | -32/+14 |
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 1 | -2/+2 |
* | msg_handler: Use lambdas in most components | Johannes Demel | 2020-06-04 | 1 | -3/+2 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 1 | -1/+1 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -125/+125 |
* | Clean-up: Remove unused private variables (Issue #1621, #1622, #1624) | andriy gelman | 2018-04-28 | 1 | -2/+1 |
* | fec: Adds MTU parameter to async and tagged stream blocks. | Tom Rondeau | 2015-09-24 | 1 | -5/+16 |
* | Merge remote-tracking branch 'mmueller/gr_fec_async_encoder_signage' | Johnathan Corgan | 2015-04-06 | 1 | -3/+3 |
|\ |
|
| * | fixed signed/unsigned comparison | Marcus Müller | 2015-04-06 | 1 | -3/+3 |
* | | fixed printf("%d", size_t) | Marcus Müller | 2015-04-06 | 1 | -1/+1 |
|/ |
|
* | fec: ldpc encoder now working in async encoder interface | Tim O'Shea | 2015-04-01 | 1 | -3/+17 |
* | fec: wip: fixing up allocated memory; allowing async encoder deployment to be... | Tom Rondeau | 2014-05-20 | 1 | -22/+52 |
* | fec: wip: async encoder/decoder working deployments. | Tom Rondeau | 2014-05-19 | 1 | -20/+54 |
* | fec: wip: adding concept of padding for CC encoder/decoder. | Tom Rondeau | 2014-05-17 | 1 | -1/+1 |
* | blocks: adding reverse packing/unpacking functions. | Tom Rondeau | 2014-05-17 | 1 | -13/+22 |
* | fec: wip: using unpack/pack k bits kernels instead of copying logic in here. | Tom Rondeau | 2014-05-17 | 1 | -14/+10 |
* | fec: wip: fixing formatting. | Tom Rondeau | 2014-05-17 | 1 | -118/+125 |
* | fec: wip: adding async (PDU) encoder and decoder blocks. | Tom Rondeau | 2014-05-17 | 1 | -0/+118 |