| Commit message (Expand) | Author | Age | Files | Lines |
* | modules: include boost/format where used | Marcus Müller | 2021-09-07 | 1 | -0/+1 |
* | global: remove boost/assign/list_of, obsoleted by C++11 | Marcus Müller | 2021-06-22 | 1 | -3/+2 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 1 | -2/+2 |
* | fec: Remove manual memory management | Thomas Habets | 2020-09-07 | 1 | -32/+10 |
* | fec/cc_decoder: Remove manual memory management | Thomas Habets | 2020-08-14 | 1 | -42/+28 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
* | Remove newlines from exception messages | Thomas Habets | 2020-01-01 | 1 | -5/+5 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 1 | -2/+2 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -453/+435 |
* | Clean-up: Remove unused private variables (Issue #1621, #1622, #1624) | andriy gelman | 2018-04-28 | 1 | -1/+0 |
* | Throw an exception if the given K and R are not supported. | Clayton Smith | 2016-10-13 | 1 | -0/+3 |
* | fec: Move the definition of yp_kernel from the class into a temp variable in ... | Michael Dickens | 2015-04-02 | 1 | -1/+1 |
* | gr-fec: cc_decoder: fix leak; coverity 1215943 | Marcus Müller | 2014-06-26 | 1 | -0/+2 |
* | fec: fixing a bit of sloppy memory handling in the cc decoder. | Tom Rondeau | 2014-05-21 | 1 | -5/+9 |
* | fec: wip: adding concept of padding for CC encoder/decoder. | Tom Rondeau | 2014-05-17 | 1 | -10/+19 |
* | blocks: adding reverse packing/unpacking functions. | Tom Rondeau | 2014-05-17 | 1 | -1/+6 |
* | fec: updating puncturing, adding documentation, adding CCSDS encoder. | Tom Rondeau | 2014-05-17 | 1 | -118/+131 |
* | fec: improved fecapi stuff. | Nick McCarthy | 2014-05-17 | 1 | -73/+36 |
* | adding ber sink to qt gui | Nicholas McCarthy | 2014-05-17 | 1 | -4/+6 |
* | fec: Merging fecapi with support for CC code. | Tom Rondeau | 2014-05-17 | 1 | -0/+505 |