| Commit message (Expand) | Author | Age | Files | Lines |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 1 | -1/+1 |
* | fec/async_decoder: Remove manual memory management | Thomas Habets | 2020-08-14 | 1 | -29/+15 |
* | 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 |
* | Fix all formatting issues | Martin Braun | 2020-01-10 | 1 | -1/+2 |
* | Fix heap corruption bug in async_decoder | Daniel Estévez | 2020-01-05 | 1 | -1/+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 | -164/+157 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 1 | -2/+1 |
|\ |
|
| * | Clean-up: Remove unused private variables (Issue #1621, #1622, #1624) | andriy gelman | 2018-04-28 | 1 | -2/+1 |
* | | fec: remove runtime pmt::intern'ing when asking for iterations | Marcus Müller | 2018-02-23 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'fec/add_mtu_setting' | Tom Rondeau | 2015-09-25 | 1 | -19/+15 |
|\ |
|
| * | fec: removed logic that will never hit. | Tom Rondeau | 2015-09-25 | 1 | -9/+1 |
| * | fec: Adds MTU parameter to async and tagged stream blocks. | Tom Rondeau | 2015-09-24 | 1 | -20/+24 |
* | | fec: Fixed async_decoder. Can't use nbits_out because it's 0 at this point. | Tom Rondeau | 2015-09-25 | 1 | -6/+6 |
|/ |
|
* | fec: more warning / sign cleanup | Tim O'Shea | 2015-04-06 | 1 | -6/+6 |
* | fec: ldpc works, add iterations meta tag, etc | Tim O'Shea | 2015-04-01 | 1 | -1/+4 |
* | fec: LDPC async decoder now running | Tim O'Shea | 2015-04-01 | 1 | -4/+24 |
* | fec: wip: fixing up allocated memory; allowing async encoder deployment to be... | Tom Rondeau | 2014-05-20 | 1 | -1/+1 |
* | fec: wip: async encoder/decoder working deployments. | Tom Rondeau | 2014-05-19 | 1 | -30/+142 |
* | fec: wip: fixing formatting. | Tom Rondeau | 2014-05-17 | 1 | -111/+111 |
* | fec: wip: adding async (PDU) encoder and decoder blocks. | Tom Rondeau | 2014-05-17 | 1 | -0/+111 |