| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: Update to modern CMake usage | Andrej Rode | 2019-03-04 | 6 | -129/+35 |
* | fec: build reed solomon object with fPIC | Andrej Rode | 2019-03-04 | 1 | -0/+6 |
* | fec: Suppress warnings in Reed-Solomon test code | Ron Economos | 2019-01-14 | 2 | -5/+5 |
* | includes: use quotes for local includes | Andrej Rode | 2019-01-07 | 4 | -6/+6 |
* | Fix compiler warnings about unsigned / signed comparisons | Volker Schroer | 2018-11-24 | 1 | -1/+1 |
* | gr-fec: remove erf redefinition in metrics.c | Andrej Rode | 2018-11-15 | 2 | -19/+3 |
* | polar_decoder_sc_systematic.cc: Fix memory leak. | Philip Balister | 2018-10-05 | 1 | -0/+3 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 25 | -361/+329 |
|\ |
|
| * | Fix vector out of bound accesses | Marcus Müller | 2018-07-12 | 1 | -4/+3 |
| * | Clean-up: Remove unused private variables (Issue #1621, #1622, #1624) | andriy gelman | 2018-04-28 | 13 | -23/+3 |
| * | Merge branch 'fix_cmake_cxx_standard' of https://github.com/noc0lour/gnuradio... | Marcus Müller | 2018-03-22 | 8 | -320/+322 |
| |\ |
|
| | * | fixup! fec: convert viterbi sub-library to valid C++ in correct namespace | Andrej Rode | 2018-02-17 | 1 | -2/+2 |
| | * | fec: convert viterbi sub-library to valid C++ in correct namespace | Andrej Rode | 2018-02-07 | 8 | -318/+320 |
| * | | fec: update VOLK API call | Johannes Demel | 2018-03-01 | 1 | -1/+1 |
| |/ |
|
| * | Merge branch 'master' into next | Martin Braun | 2018-02-03 | 4 | -6/+6 |
| |\ |
|
| * \ | Merge branch 'master' into next | Johnathan Corgan | 2017-08-14 | 1 | -2/+2 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-03-22 | 1 | -5/+2 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2016-10-13 | 1 | -0/+3 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2016-08-16 | 1 | -0/+2 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge remote-tracking branch 'github/nuke-cpack' into next | Johnathan Corgan | 2016-08-03 | 3 | -4/+2 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 3 | -4/+2 |
| * | | | | | | | cmake: remove ENABLE_GR_LOG and require log4cpp | Johnathan Corgan | 2016-06-26 | 2 | -14/+2 |
| |/ / / / / / |
|
* | | | | | | | Convert set_relative_rate(double) to the new integer or receiprocal call | Andy Walls | 2018-08-23 | 5 | -5/+10 |
* | | | | | | | Fix vector out of bound accesses | Marcus Müller | 2018-07-09 | 1 | -4/+3 |
* | | | | | | | fix incorrect strings passed to the log console appender | Cate | 2018-06-28 | 2 | -4/+4 |
* | | | | | | | fec: update VOLK API call | Johannes Demel | 2018-03-27 | 1 | -1/+1 |
* | | | | | | | fec: remove runtime pmt::intern'ing when asking for iterations | Marcus Müller | 2018-02-23 | 1 | -1/+2 |
* | | | | | | | [gr-fec] include GSL_LDFLAGS in CMakeLists to avoid linking errors in | Sebastian Müller | 2018-02-03 | 1 | -1/+1 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Comment typo fixing. | luz.paz | 2018-02-03 | 4 | -6/+6 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Support negative polynomials in cc_encoder | Daniel Estévez | 2017-08-02 | 1 | -2/+2 |
| |_|_|/
|/| | | |
|
* | | | | cmake: add log4cpp to runtime includes | Bastian Bloessl | 2017-03-22 | 1 | -3/+0 |
* | | | | cmake: clean up | Bastian Bloessl | 2017-03-22 | 1 | -2/+2 |
| |_|/
|/| | |
|
* | | | Throw an exception if the given K and R are not supported. | Clayton Smith | 2016-10-13 | 1 | -0/+3 |
| |/
|/| |
|
* | | move fec polar decoder D_LLR_FACTOR into cpp | Josh Blum | 2016-08-06 | 1 | -0/+2 |
|/ |
|
* | gr-fec, LDPC: use mult_matrices_mod2 function | tracierenea | 2016-04-07 | 1 | -11/+2 |
* | gr-fec: free memory used for the LDPC H matrix in the destructor | tracierenea | 2016-04-07 | 1 | -0/+2 |
* | gr-fec: free memory for info word in LDPC gen mtrx encoder | tracierenea | 2016-04-06 | 1 | -0/+1 |
* | gr-fec: free memory for G matrix at end of constructor | tracierenea | 2016-04-06 | 2 | -8/+6 |
* | gr-fec: Fix memory allocation issue during encoding. | tracierenea | 2016-03-28 | 2 | -39/+48 |
* | polar: systematic decoder added | Johannes Demel | 2015-12-07 | 2 | -0/+102 |
* | polar: sytematic encoder added | Johannes Demel | 2015-12-07 | 4 | -42/+134 |
* | fec: LDPC: patch for issue #847. | Tom Rondeau | 2015-10-29 | 2 | -4/+9 |
* | fec: LDPC: fixed issue with bit_flip_decoder. | Tom Rondeau | 2015-10-15 | 7 | -26/+17 |
* | fec: LDPC: reworking code to make sure API is ok. | Tom Rondeau | 2015-10-15 | 6 | -80/+229 |
* | fec: LDPC: changing namespace of ldpc_encoder back. | Tom Rondeau | 2015-10-15 | 2 | -96/+91 |
* | fec: LDPC: massive code clean up and change. | Tom Rondeau | 2015-10-15 | 22 | -1423/+2095 |
* | fec: LDPC: Setting copyright date to current year. | tracierenea | 2015-10-15 | 9 | -9/+9 |
* | fec: LDPC: Adding capability to provide H matrix for encoding/decoding. | tracierenea | 2015-10-15 | 5 | -164/+266 |
* | fec: LDPC: Finishing encoder's work() function and updating matrix | tracierenea | 2015-10-15 | 2 | -13/+38 |
* | fec: LDPC: Updating decoder to handle parity bits either first or | tracierenea | 2015-10-15 | 3 | -5/+24 |