summaryrefslogtreecommitdiff
path: root/gr-fec/python/fec
Commit message (Expand)AuthorAgeFilesLines
* cmake: change how test files are build when cross compilingPhilip Balister2021-12-031-0/+3
* fec: pep8 formattingJosh Morman2021-11-2427-852/+911
* runtime: Custom Buffer/Accelerator Device Support - Milestone 1David Sorber2021-10-255-34/+33
* polar_channel_construction: fix print usageDoron Behar2021-10-211-2/+2
* modules: include boost/format where usedMarcus Müller2021-09-071-1/+1
* 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
* 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-181-2/+2
* pybind: remove forecast from python bindingsJosh Morman2021-02-182-14/+0
* fec: Exclude modules from Python bindings if GSL is not presentVolker Schroer2021-02-083-15/+25
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-1/+1
* 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-0328-28/+28
* 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
* lib, include: Include missing headers.Ryan Volz2020-10-023-3/+3
* fec: Remove manual memory managementThomas Habets2020-09-074-4/+4
* fec: make gsl optional for python bindingsJosh Morman2020-08-141-9/+17
* blocks/polar: Remove manual memory managementThomas Habets2020-08-142-2/+2
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-0338-91/+0
* fec: add aliases to _make functionsJosh Morman2020-06-041-0/+12
* pybind: add hash check to binding file creation (#3472)mormj2020-06-0442-42/+372
* fec: add pybind11 bindingsJosh Morman2020-06-0499-32/+4271
* fec: make SciPy an optional dependencyJohannes Demel2020-04-021-1/+6
* Properly read AList in LDPC_matrixkc12122020-01-291-1/+1
* Update license header to SPDX formatdevnulling2020-01-2744-572/+44
* gr-fec: Add QA test for buffer overflow in CC decoderDaniel Estévez2020-01-061-0/+58
* Fix for misc. documentation + trivial typosluz.paz2019-07-171-1/+1
* gr-fec: Improve handeling of failure opening alist fileBrennan Ashton2018-11-151-1/+3
* python3: Wrap map with list in fec block yml filesBrennan Ashton2018-11-011-3/+3
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-3143-475/+589
|\
| * python: replace unfunctional old_div with functional codeAndrej Rode2018-08-171-1/+1
| * Merge branch 'python3_fix' into nextAndrej Rode2018-06-2441-432/+574
| |\
| | * Merge branch 'next' into python3Johnathan Corgan2017-06-221-2/+2
| | |\
| | * | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-2641-432/+574
| * | | Merge branch 'master' into nextMartin Braun2018-02-033-3/+3
| |\ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' into nextJohnathan Corgan2017-06-221-2/+2
| |\ \ \ | | |_|/ | |/| |
| * | | cmake: nuke cpack from existenceJohnathan Corgan2016-08-033-7/+1
| * | | fec: polar_channel_construction replace OptionParser by ArgumentParser + cleanupJiří Pinkava2016-06-281-30/+14
* | | | Test: adds swig dirs to python tests to allow ctest to run on win buildsgnieboer2018-03-221-0/+6
* | | | fec: fix Py prints to work with Py3kJohannes Demel2018-03-021-2/+2
* | | | fec: make SciPy an optional dependencyJohannes Demel2018-03-021-1/+7
| |_|/ |/| |
* | | Comment typo fixing.luz.paz2018-02-033-3/+3
| |/ |/|
* | gr-fec: specify 32bit int output when getting frozen bit indicesgnieboer2017-06-161-2/+2
|/
* gr-fec, LDPC: correct the name of the python function calledtracierenea2016-04-071-1/+1
* gr-fec: LDPC python - adding a handy functiontracierenea2016-04-051-0/+33