summaryrefslogtreecommitdiff
path: root/gr-fec
Commit message (Expand)AuthorAgeFilesLines
* fec: add aliases to _make functionsJosh Morman2020-06-041-0/+12
* fec: remap enums in yml from int to raw for pybind compatibilityJosh Morman2020-06-042-2/+2
* msg_handler: Use lambdas in most componentsJohannes Demel2020-06-045-9/+7
* pybind: add hash check to binding file creation (#3472)mormj2020-06-0442-42/+372
* pybind: run clang-formatJosh Morman2020-06-044-5/+10
* fec: add pybind11 bindingsJosh Morman2020-06-0499-32/+4271
* fec: replace char with uint8_tJosh Morman2020-06-0427-71/+73
* pybind: removal of swig componentsJosh Morman2020-06-044-191/+0
* fec: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-131-5/+5
* Remove VOLK as a submoduleMartin Braun2020-04-111-1/+0
* fec: make SciPy an optional dependencyJohannes Demel2020-04-021-1/+6
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-0121-40/+39
* runtime/viterbi: get rid of GR_M_LOG2E constantMarcus Müller2020-02-141-9/+6
* gr-fec: fix compiler warningClayton Smith2020-02-102-2/+2
* fixup! gr-fec/cc_encoder: Fix and improve documentationMartin Braun2020-02-021-3/+6
* gr-fec/cc_encoder: Fix and improve documentationrear10192020-02-011-19/+45
* gr-fec/cc_encoder: Add checks for parametersrear10192020-02-011-0/+20
* gr-fec/cc_encoder: Fix constraint length K > 8rear10192020-02-011-1/+1
* doxygen: Resolve broken references with Wiki links.Ron Economos2020-01-291-4/+5
* Properly read AList in LDPC_matrixkc12122020-01-291-1/+1
* Update license header to SPDX formatdevnulling2020-01-27184-2393/+185
* gr-fec: reed-solomon: check for null callocValerii Zapodovnikov2020-01-241-0/+2
* examples: fixup cmake files to include all examplesdevnulling2020-01-221-6/+12
* Fix all formatting issuesMartin Braun2020-01-102-3/+4
* gr-fec: Add QA test for buffer overflow in CC decoderDaniel Estévez2020-01-061-0/+58
* Fix heap corruption bug in async_decoderDaniel Estévez2020-01-051-1/+1
* Remove newlines from exception messagesThomas Habets2020-01-012-8/+8
* Use C++11 ranged for and ranged insert instead of manual loopsThomas Habets2019-12-041-5/+4
* change rounding method to `lround`Mathias Rasmussen2019-11-175-21/+21
* fec: do not use deprecated register specifierBastian Bloessl2019-09-051-1/+1
* fec: delete unnecessary forward declartionBastian Bloessl2019-09-051-1/+0
* clang-tidy in gnuradio-runtime: use empty() instead of size()!=0Marcus Müller2019-08-223-3/+3
* clang-format: Ordering all the includesMarcus Müller2019-08-0974-129/+129
* Tree: clang-format without the include sortingMarcus Müller2019-08-09142-10054/+9790
* fec: add list() around nested map expressions in ymlJosh Morman2019-08-0220-4670/+1097
* Fix for misc. documentation + trivial typosluz.paz2019-07-173-3/+3
* grc: add busports back into 3.8Josh Morman2019-07-156-2424/+510
* grc: introduce flag 'show_id' to show block idBastian Bloessl2019-06-2922-0/+22
* cmake: Update to modern CMake usageAndrej Rode2019-03-049-188/+38
* 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
* examples: update gr-fec examples for 3.8.Johannes Demel2019-01-0519-38385/+9558
* grc: fix gr-fec GRC definitions.Johannes Demel2018-12-316-17/+13
* Fix the POLAR Encoder DefinitionHåkon Vågsether2018-12-261-3/+1
* cmake: Only go into grc/ subdirs when ENABLE_GRC=ONMartin Braun2018-12-171-1/+3
* Fix compiler warnings about unsigned / signed comparisonsVolker Schroer2018-11-241-1/+1
* gr-fec: Improve handeling of failure opening alist fileBrennan Ashton2018-11-151-1/+3
* gr-fec: remove erf redefinition in metrics.cAndrej Rode2018-11-152-19/+3
* python3: Wrap map with list in fec block yml filesBrennan Ashton2018-11-0120-71/+71