| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: change how test files are build when cross compiling | Philip Balister | 2021-12-03 | 1 | -0/+3 |
* | fec: pep8 formatting | Josh Morman | 2021-11-24 | 27 | -852/+911 |
* | logging core: replace log4cpp by spdlog | Marcus Müller | 2021-11-19 | 2 | -4/+5 |
* | runtime: Custom Buffer/Accelerator Device Support - Milestone 1 | David Sorber | 2021-10-25 | 5 | -34/+33 |
* | global: Replace stdio logging with logger | David Winter | 2021-10-21 | 1 | -5/+7 |
* | polar_channel_construction: fix print usage | Doron Behar | 2021-10-21 | 1 | -2/+2 |
* | modules: include boost/format where used | Marcus Müller | 2021-09-07 | 20 | -4/+24 |
* | classic modules: use common precompiled headers | Marcus Müller | 2021-07-19 | 1 | -0/+4 |
* | fec: Open files using with statements, restructured read_alist_file | jfmadeira | 2021-07-19 | 1 | -72/+67 |
* | fec: Removed star import numpy, ran auto formatter | jfmadeira | 2021-07-19 | 1 | -148/+160 |
* | fec: Corrected spacings and updated String.split() usage | jmadeira | 2021-07-19 | 1 | -14/+14 |
* | fec: generic_{en,de}coder: Use logger_get_configured_logger helper | David Winter | 2021-07-02 | 2 | -44/+2 |
* | global: remove boost/assign/list_of, obsoleted by C++11 | Marcus Müller | 2021-06-22 | 7 | -9/+2 |
* | global: automatically remove unused boost includes | Marcus Müller | 2021-06-22 | 3 | -3/+0 |
* | logging: remove <iostream> from logger.h, add where consequently missing | Marcus Müller | 2021-06-17 | 1 | -0/+2 |
* | fec: add <iostream> to alist, cldpc where it was missing | Marcus Müller | 2021-06-17 | 2 | -0/+6 |
* | global: remove iostream from all files not use cout|cerr|cin|clog | Marcus Müller | 2021-06-17 | 5 | -5/+0 |
* | applied formatter to code | Mark Bauer | 2021-06-16 | 7 | -298/+425 |
* | replaced star imports with explicit imports | Mark Bauer | 2021-06-16 | 7 | -7/+16 |
* | gr-blocks: remove pdu blocks | Jacob Gilbert | 2021-03-18 | 9 | -103/+103 |
* | cmake: add compiler version statements | Josh Morman | 2021-03-13 | 1 | -0/+3 |
* | Replace boost::filesystem with std::filesystem | Zackery Spytz | 2021-03-13 | 2 | -2/+4 |
* | cmake: remove custom FindGSL module | Josh Morman | 2021-03-04 | 1 | -1/+1 |
* | pybind: remove forecast from python bindings | Josh Morman | 2021-02-18 | 2 | -14/+0 |
* | fec: If GSL is missing, remove those yml files that require GSL | Volker Schroer | 2021-02-09 | 1 | -0/+12 |
* | fec: Exclude modules from Python bindings if GSL is not present | Volker Schroer | 2021-02-08 | 3 | -15/+25 |
* | Remove unneeded boost includes and avoid boost depreciated warnings | Volker Schroer | 2021-02-07 | 3 | -3/+0 |
* | gr-fec: Remove carriage returns from include file. | Ron Economos | 2021-01-27 | 1 | -87/+87 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 30 | -44/+44 |
* | C++14: Use std::make_unique instead of boost::make_unique | Marcus Müller | 2021-01-04 | 1 | -2/+2 |
* | fec: lib: Remove use of FEC_API for function definitions. | Ryan Volz | 2020-12-18 | 4 | -12/+4 |
* | fec: remove stray pybind submodule definition for polar | Josh Morman | 2020-12-07 | 1 | -6/+0 |
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 81 | -269/+272 |
* | Add `override` for common virtual function overrides | Thomas Habets | 2020-11-03 | 13 | -18/+18 |
* | qa: run autopep8 formatting on qa python files | mormj | 2020-10-30 | 14 | -272/+454 |
* | qa: remove xml file parameter causing deprecation warnings | mormj | 2020-10-30 | 11 | -11/+11 |
* | pybind: add implicit conversion from int to enum | mormj | 2020-10-28 | 1 | -0/+2 |
* | gr-fec: Enable examples only if Python is enabled. | Doron Behar | 2020-10-14 | 1 | -3/+3 |
* | lib, include: Include missing headers. | Ryan Volz | 2020-10-02 | 7 | -3/+7 |
* | gr-fec: fix MSVC workaround for libfec Reed-Solomon decoder | Daniel Estévez | 2020-10-01 | 1 | -1/+1 |
* | gr-fec: build and export (en|de)code_rs_8() and (en|de)code_rs_ccsds() | Daniel Estévez | 2020-10-01 | 10 | -22/+128 |
* | fec: Remove manual memory management | Thomas Habets | 2020-09-07 | 16 | -110/+81 |
* | add an option to enable/disable examples | Gwenhael Goavec-Merou | 2020-09-02 | 1 | -1/+3 |
* | fec: make gsl optional for python bindings | Josh Morman | 2020-08-14 | 1 | -9/+17 |
* | blocks/polar: Remove manual memory management | Thomas Habets | 2020-08-14 | 6 | -39/+32 |
* | fec/cc_decoder: Remove manual memory management | Thomas Habets | 2020-08-14 | 2 | -45/+31 |
* | fec/async_encoder: Remove manual memory management | Thomas Habets | 2020-08-14 | 2 | -36/+19 |
* | fec/async_decoder: Remove manual memory management | Thomas Habets | 2020-08-14 | 2 | -33/+20 |
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 38 | -91/+0 |
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 13 | -22/+21 |