aboutsummaryrefslogtreecommitdiffstats
path: root/gr-fec (follow)
Commit message (Expand)AuthorAgeFilesLines
* classic modules: use common precompiled headersMarcus Müller2021-07-191-0/+4
* fec: Open files using with statements, restructured read_alist_filejfmadeira2021-07-191-72/+67
* fec: Removed star import numpy, ran auto formatterjfmadeira2021-07-191-148/+160
* fec: Corrected spacings and updated String.split() usagejmadeira2021-07-191-14/+14
* fec: generic_{en,de}coder: Use logger_get_configured_logger helperDavid Winter2021-07-022-44/+2
* global: remove boost/assign/list_of, obsoleted by C++11Marcus Müller2021-06-227-9/+2
* global: automatically remove unused boost includesMarcus Müller2021-06-223-3/+0
* logging: remove <iostream> from logger.h, add where consequently missingMarcus Müller2021-06-171-0/+2
* fec: add <iostream> to alist, cldpc where it was missingMarcus Müller2021-06-172-0/+6
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-175-5/+0
* applied formatter to codeMark Bauer2021-06-167-298/+425
* replaced star imports with explicit importsMark Bauer2021-06-167-7/+16
* gr-blocks: remove pdu blocksJacob Gilbert2021-03-189-103/+103
* cmake: add compiler version statementsJosh Morman2021-03-131-0/+3
* Replace boost::filesystem with std::filesystemZackery Spytz2021-03-132-2/+4
* cmake: remove custom FindGSL moduleJosh Morman2021-03-041-1/+1
* pybind: remove forecast from python bindingsJosh Morman2021-02-182-14/+0
* fec: If GSL is missing, remove those yml files that require GSLVolker Schroer2021-02-091-0/+12
* fec: Exclude modules from Python bindings if GSL is not presentVolker Schroer2021-02-083-15/+25
* Remove unneeded boost includes and avoid boost depreciated warningsVolker Schroer2021-02-073-3/+0
* gr-fec: Remove carriage returns from include file.Ron Economos2021-01-271-87/+87
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-1930-44/+44
* C++14: Use std::make_unique instead of boost::make_uniqueMarcus Müller2021-01-041-2/+2
* fec: lib: Remove use of FEC_API for function definitions.Ryan Volz2020-12-184-12/+4
* fec: remove stray pybind submodule definition for polarJosh Morman2020-12-071-6/+0
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-0381-269/+272
* Add `override` for common virtual function overridesThomas Habets2020-11-0313-18/+18
* qa: run autopep8 formatting on qa python filesmormj2020-10-3014-272/+454
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-3011-11/+11
* pybind: add implicit conversion from int to enummormj2020-10-281-0/+2
* gr-fec: Enable examples only if Python is enabled.Doron Behar2020-10-141-3/+3
* lib, include: Include missing headers.Ryan Volz2020-10-027-3/+7
* gr-fec: fix MSVC workaround for libfec Reed-Solomon decoderDaniel Estévez2020-10-011-1/+1
* gr-fec: build and export (en|de)code_rs_8() and (en|de)code_rs_ccsds()Daniel Estévez2020-10-0110-22/+128
* fec: Remove manual memory managementThomas Habets2020-09-0716-110/+81
* add an option to enable/disable examplesGwenhael Goavec-Merou2020-09-021-1/+3
* fec: make gsl optional for python bindingsJosh Morman2020-08-141-9/+17
* blocks/polar: Remove manual memory managementThomas Habets2020-08-146-39/+32
* fec/cc_decoder: Remove manual memory managementThomas Habets2020-08-142-45/+31
* fec/async_encoder: Remove manual memory managementThomas Habets2020-08-142-36/+19
* fec/async_decoder: Remove manual memory managementThomas Habets2020-08-142-33/+20
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-0338-91/+0
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-3013-22/+21
* fec: async_ldpc_encoders example, move alist_file out of variableJosh Morman2020-06-241-14/+149
* fec: fix non-compiling example filesJosh Morman2020-06-242-2265/+773
* 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