| 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 |
* | runtime: Custom Buffer/Accelerator Device Support - Milestone 1 | David Sorber | 2021-10-25 | 5 | -34/+33 |
* | 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 | 1 | -1/+1 |
* | 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 |
* | 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 | 1 | -2/+2 |
* | pybind: remove forecast from python bindings | Josh Morman | 2021-02-18 | 2 | -14/+0 |
* | fec: Exclude modules from Python bindings if GSL is not present | Volker Schroer | 2021-02-08 | 3 | -15/+25 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 1 | -1/+1 |
* | 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 | 28 | -28/+28 |
* | 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 |
* | lib, include: Include missing headers. | Ryan Volz | 2020-10-02 | 3 | -3/+3 |
* | fec: Remove manual memory management | Thomas Habets | 2020-09-07 | 4 | -4/+4 |
* | 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 | 2 | -2/+2 |
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 38 | -91/+0 |
* | fec: add aliases to _make functions | Josh Morman | 2020-06-04 | 1 | -0/+12 |
* | pybind: add hash check to binding file creation (#3472) | mormj | 2020-06-04 | 42 | -42/+372 |
* | fec: add pybind11 bindings | Josh Morman | 2020-06-04 | 99 | -32/+4271 |
* | fec: make SciPy an optional dependency | Johannes Demel | 2020-04-02 | 1 | -1/+6 |
* | Properly read AList in LDPC_matrix | kc1212 | 2020-01-29 | 1 | -1/+1 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 44 | -572/+44 |
* | gr-fec: Add QA test for buffer overflow in CC decoder | Daniel Estévez | 2020-01-06 | 1 | -0/+58 |
* | Fix for misc. documentation + trivial typos | luz.paz | 2019-07-17 | 1 | -1/+1 |
* | gr-fec: Improve handeling of failure opening alist file | Brennan Ashton | 2018-11-15 | 1 | -1/+3 |
* | python3: Wrap map with list in fec block yml files | Brennan Ashton | 2018-11-01 | 1 | -3/+3 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 43 | -475/+589 |
|\ |
|
| * | python: replace unfunctional old_div with functional code | Andrej Rode | 2018-08-17 | 1 | -1/+1 |
| * | Merge branch 'python3_fix' into next | Andrej Rode | 2018-06-24 | 41 | -432/+574 |
| |\ |
|
| | * | Merge branch 'next' into python3 | Johnathan Corgan | 2017-06-22 | 1 | -2/+2 |
| | |\ |
|
| | * | | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 41 | -432/+574 |
| * | | | Merge branch 'master' into next | Martin Braun | 2018-02-03 | 3 | -3/+3 |
| |\ \ \
| | |_|/
| |/| | |
|
| * | | | Merge branch 'master' into next | Johnathan Corgan | 2017-06-22 | 1 | -2/+2 |
| |\ \ \
| | |_|/
| |/| | |
|
| * | | | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 3 | -7/+1 |
| * | | | fec: polar_channel_construction replace OptionParser by ArgumentParser + cleanup | Jiří Pinkava | 2016-06-28 | 1 | -30/+14 |
* | | | | Test: adds swig dirs to python tests to allow ctest to run on win builds | gnieboer | 2018-03-22 | 1 | -0/+6 |
* | | | | fec: fix Py prints to work with Py3k | Johannes Demel | 2018-03-02 | 1 | -2/+2 |
* | | | | fec: make SciPy an optional dependency | Johannes Demel | 2018-03-02 | 1 | -1/+7 |
| |_|/
|/| | |
|
* | | | Comment typo fixing. | luz.paz | 2018-02-03 | 3 | -3/+3 |
| |/
|/| |
|
* | | gr-fec: specify 32bit int output when getting frozen bit indices | gnieboer | 2017-06-16 | 1 | -2/+2 |
|/ |
|
* | gr-fec, LDPC: correct the name of the python function called | tracierenea | 2016-04-07 | 1 | -1/+1 |
* | gr-fec: LDPC python - adding a handy function | tracierenea | 2016-04-05 | 1 | -0/+33 |