| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: abs path for external volk | Sebastian Koslowski | 2015-03-30 | 1 | -1/+1 |
* | docs: fixed labels and references in manual. | Tom Rondeau | 2015-03-23 | 1 | -1/+1 |
* | fec: no need for this forecasting. | Tom Rondeau | 2015-01-05 | 2 | -11/+0 |
* | Merge branch 'maint' | Tom Rondeau | 2014-12-29 | 5 | -24/+3 |
|\ |
|
| * | fec: cleanup | Tom Rondeau | 2014-12-29 | 3 | -3/+10 |
| * | fec: fixed bug in dummy decoder that shifted the samples by +1. | Tom Rondeau | 2014-12-29 | 2 | -9/+2 |
* | | Merge branch 'maint' | Johnathan Corgan | 2014-10-13 | 1 | -4/+4 |
|\| |
|
| * | fec: qa: fix use of Bool type to be actual boolean Python values | Michael Dickens | 2014-10-13 | 1 | -4/+4 |
* | | Merge branch 'maint' | Tom Rondeau | 2014-10-06 | 6 | -204/+181 |
|\| |
|
| * | fec: removed ber_tools; unnecessary and not exported. Replaced compber with c... | Tom Rondeau | 2014-10-06 | 6 | -204/+181 |
* | | fec: turning off some debug output. | Tom Rondeau | 2014-09-24 | 2 | -10/+10 |
|/ |
|
* | cmake: follow-up to previous merge | Tom Rondeau | 2014-08-08 | 1 | -1/+0 |
* | Merge branch 'maint' | Tom Rondeau | 2014-08-08 | 2 | -2/+0 |
|\ |
|
| * | controlport: removing use of ice for a controlport rpc. | Tom Rondeau | 2014-08-08 | 2 | -2/+0 |
* | | blocks: adding VOLK support for some functions. | Tom Rondeau | 2014-07-29 | 1 | -0/+1 |
* | | cmake: coalesce EXPAND macros into 3 common macros, and switch to using those... | Michael Dickens | 2014-07-24 | 1 | -54/+0 |
* | | build: better support for static libs. | Tom Rondeau | 2014-07-18 | 1 | -0/+12 |
* | | fec: updated fecapi blocks in grc to use new var_value concept. | Tom Rondeau | 2014-07-14 | 7 | -39/+21 |
|/ |
|
* | Windows compatibility fixes | Nicholas Corgan | 2014-07-08 | 1 | -0/+11 |
* | Merge branch 'maint' | Tom Rondeau | 2014-07-07 | 4 | -9/+9 |
|\ |
|
| * | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 7 | -17/+17 |
* | | qtgui: changed all examples to start wtih empty name fields. | Tom Rondeau | 2014-07-02 | 7 | -13/+13 |
* | | fec: updating FEC encoder/decoder loggers to use set function instead of add ... | Tom Rondeau | 2014-06-30 | 2 | -6/+6 |
* | | build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) version... | Tom Rondeau | 2014-06-28 | 1 | -0/+13 |
* | | 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: fixing up allocated memory; allowing async encoder deployment to be... | Tom Rondeau | 2014-05-20 | 9 | -397/+849 |
* | | fec: mostly documentation updates, spell check, etc. | Tom Rondeau | 2014-05-20 | 10 | -70/+297 |
* | | fec: wip: adding qa code. | Tom Rondeau | 2014-05-19 | 7 | -56/+706 |
* | | fec: wip: async encoder/decoder working deployments. | Tom Rondeau | 2014-05-19 | 14 | -878/+2888 |
* | | fec: wip: adding concept of padding for CC encoder/decoder. | Tom Rondeau | 2014-05-17 | 13 | -354/+749 |
* | | blocks: adding reverse packing/unpacking functions. | Tom Rondeau | 2014-05-17 | 29 | -2341/+7218 |
* | | fec: wip: adding extended encoder for async version. | Tom Rondeau | 2014-05-17 | 6 | -0/+110 |
* | | fec: wip: using unpack/pack k bits kernels instead of copying logic in here. | Tom Rondeau | 2014-05-17 | 2 | -14/+14 |
* | | fec: wip: fixing formatting. | Tom Rondeau | 2014-05-17 | 9 | -563/+574 |
* | | fec: wip: adding async (PDU) encoder and decoder blocks. | Tom Rondeau | 2014-05-17 | 21 | -716/+1967 |
* | | fec: wip: cleaning up tagged decoder, rep code. | Tom Rondeau | 2014-05-17 | 11 | -730/+1532 |
* | | fec: wip: mods for ber plotting. Now adding theoretical BPSK in AWGN curve. | Tom Rondeau | 2014-05-17 | 28 | -3124/+1847 |
* | | fec: wip: adding a dummy encoder/decoder and repetition code to exercise the ... | Tom Rondeau | 2014-05-17 | 37 | -3083/+8477 |
* | | fec: use logger to explain exception when using threading with history. | Tom Rondeau | 2014-05-17 | 1 | -1/+4 |
* | | fec: updating puncturing, adding documentation, adding CCSDS encoder. | Tom Rondeau | 2014-05-17 | 55 | -423/+9169 |
* | | fec: changed puncture block for easier to use API. | Tom Rondeau | 2014-05-17 | 11 | -49/+441 |
* | | fec: encoder now outputs bytes to make it more easily integratable with modul... | Tom Rondeau | 2014-05-17 | 15 | -38/+302 |
* | | fec: wip: allowing ber block to be used as a streaming block. | Tom Rondeau | 2014-05-17 | 4 | -48/+94 |
* | | fec: improved fecapi stuff. | Nick McCarthy | 2014-05-17 | 4 | -76/+40 |
* | | adding ber sink to qt gui | Nicholas McCarthy | 2014-05-17 | 7 | -496/+208 |
* | | fec: Merging fecapi with support for CC code. | Tom Rondeau | 2014-05-17 | 62 | -27/+7839 |
|/ |
|
* | fec: adding small comments in rs encoder about duplicated lines. | Tom Rondeau | 2014-03-07 | 1 | -0/+2 |
* | Add a lookup table to the encoder inner loop for byte mode only | Ron Economos | 2014-02-07 | 3 | -0/+36 |
* | Merge branch 'maint' | Tom Rondeau | 2014-01-10 | 2 | -0/+5 |
|\ |
|