summaryrefslogtreecommitdiff
path: root/gr-fec/lib
Commit message (Expand)AuthorAgeFilesLines
* cmake: Update to modern CMake usageAndrej Rode2019-03-046-129/+35
* fec: build reed solomon object with fPICAndrej Rode2019-03-041-0/+6
* fec: Suppress warnings in Reed-Solomon test codeRon Economos2019-01-142-5/+5
* includes: use quotes for local includesAndrej Rode2019-01-074-6/+6
* Fix compiler warnings about unsigned / signed comparisonsVolker Schroer2018-11-241-1/+1
* gr-fec: remove erf redefinition in metrics.cAndrej Rode2018-11-152-19/+3
* polar_decoder_sc_systematic.cc: Fix memory leak.Philip Balister2018-10-051-0/+3
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-3125-361/+329
|\
| * Fix vector out of bound accessesMarcus Müller2018-07-121-4/+3
| * Clean-up: Remove unused private variables (Issue #1621, #1622, #1624)andriy gelman2018-04-2813-23/+3
| * Merge branch 'fix_cmake_cxx_standard' of https://github.com/noc0lour/gnuradio...Marcus Müller2018-03-228-320/+322
| |\
| | * fixup! fec: convert viterbi sub-library to valid C++ in correct namespaceAndrej Rode2018-02-171-2/+2
| | * fec: convert viterbi sub-library to valid C++ in correct namespaceAndrej Rode2018-02-078-318/+320
| * | fec: update VOLK API callJohannes Demel2018-03-011-1/+1
| |/
| * Merge branch 'master' into nextMartin Braun2018-02-034-6/+6
| |\
| * \ Merge branch 'master' into nextJohnathan Corgan2017-08-141-2/+2
| |\ \
| * \ \ Merge branch 'master' into nextJohnathan Corgan2017-03-221-5/+2
| |\ \ \
| * \ \ \ Merge branch 'master' into nextJohnathan Corgan2016-10-131-0/+3
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2016-08-161-0/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'github/nuke-cpack' into nextJohnathan Corgan2016-08-033-4/+2
| |\ \ \ \ \ \
| | * | | | | | cmake: nuke cpack from existenceJohnathan Corgan2016-08-033-4/+2
| * | | | | | | cmake: remove ENABLE_GR_LOG and require log4cppJohnathan Corgan2016-06-262-14/+2
| |/ / / / / /
* | | | | | | Convert set_relative_rate(double) to the new integer or receiprocal callAndy Walls2018-08-235-5/+10
* | | | | | | Fix vector out of bound accessesMarcus Müller2018-07-091-4/+3
* | | | | | | fix incorrect strings passed to the log console appenderCate2018-06-282-4/+4
* | | | | | | fec: update VOLK API callJohannes Demel2018-03-271-1/+1
* | | | | | | fec: remove runtime pmt::intern'ing when asking for iterationsMarcus Müller2018-02-231-1/+2
* | | | | | | [gr-fec] include GSL_LDFLAGS in CMakeLists to avoid linking errors inSebastian Müller2018-02-031-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Comment typo fixing.luz.paz2018-02-034-6/+6
| |_|_|_|/ |/| | | |
* | | | | Support negative polynomials in cc_encoderDaniel Estévez2017-08-021-2/+2
| |_|_|/ |/| | |
* | | | cmake: add log4cpp to runtime includesBastian Bloessl2017-03-221-3/+0
* | | | cmake: clean upBastian Bloessl2017-03-221-2/+2
| |_|/ |/| |
* | | Throw an exception if the given K and R are not supported.Clayton Smith2016-10-131-0/+3
| |/ |/|
* | move fec polar decoder D_LLR_FACTOR into cppJosh Blum2016-08-061-0/+2
|/
* gr-fec, LDPC: use mult_matrices_mod2 functiontracierenea2016-04-071-11/+2
* gr-fec: free memory used for the LDPC H matrix in the destructortracierenea2016-04-071-0/+2
* gr-fec: free memory for info word in LDPC gen mtrx encodertracierenea2016-04-061-0/+1
* gr-fec: free memory for G matrix at end of constructortracierenea2016-04-062-8/+6
* gr-fec: Fix memory allocation issue during encoding.tracierenea2016-03-282-39/+48
* polar: systematic decoder addedJohannes Demel2015-12-072-0/+102
* polar: sytematic encoder addedJohannes Demel2015-12-074-42/+134
* fec: LDPC: patch for issue #847.Tom Rondeau2015-10-292-4/+9
* fec: LDPC: fixed issue with bit_flip_decoder.Tom Rondeau2015-10-157-26/+17
* fec: LDPC: reworking code to make sure API is ok.Tom Rondeau2015-10-156-80/+229
* fec: LDPC: changing namespace of ldpc_encoder back.Tom Rondeau2015-10-152-96/+91
* fec: LDPC: massive code clean up and change.Tom Rondeau2015-10-1522-1423/+2095
* fec: LDPC: Setting copyright date to current year.tracierenea2015-10-159-9/+9
* fec: LDPC: Adding capability to provide H matrix for encoding/decoding.tracierenea2015-10-155-164/+266
* fec: LDPC: Finishing encoder's work() function and updating matrixtracierenea2015-10-152-13/+38
* fec: LDPC: Updating decoder to handle parity bits either first ortracierenea2015-10-153-5/+24