aboutsummaryrefslogtreecommitdiffstats
path: root/gr-trellis (follow)
Commit message (Expand)AuthorAgeFilesLines
* cmake: change how test files are build when cross compilingPhilip Balister2021-12-031-0/+3
* trellis: pep8 formattingJosh Morman2021-11-245-264/+304
* classic modules: use common precompiled headersMarcus Müller2021-07-191-1/+5
* trellis/fsm: include boost/format where usedMarcus Müller2021-06-221-0/+1
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-1713-13/+0
* gr-blocks: Standardize Vector parameter nameSolomon Tan2021-05-191-1/+1
* Fix typosluz paz2021-02-081-1/+1
* Removed unused <cassert>Marcus Müller2021-01-283-3/+0
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-197-7/+7
* trellis: added missing include for string headerJosh Blum2021-01-112-1/+2
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-0314-155/+155
* Add `override` for common virtual function overridesThomas Habets2020-11-0314-24/+24
* qa: run autopep8 formatting on qa python filesmormj2020-10-301-21/+31
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-301-1/+1
* pybind: add implicit conversion from int to enummormj2020-10-281-2/+2
* add an option to enable/disable examplesGwenhael Goavec-Merou2020-09-021-2/+4
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-037-15/+0
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-3014-68/+67
* pybind: add hash check to binding file creation (#3472)mormj2020-06-0422-22/+190
* trellis: fix qa failuresJosh Morman2020-06-041-9/+9
* trellis: add pybind bindings for template classesJosh Morman2020-06-044-12/+62
* trellis: add pybind11 bindingsJosh Morman2020-06-0446-10/+1636
* pybind: removal of swig componentsJosh Morman2020-06-047-278/+0
* gr-trellis: Split trellis_swig*.i files for less compiler memory usage.Ron Economos2020-04-206-40/+97
* Merge pull request #3338 from marcusmueller/fsm_errorsMartin Braun2020-04-121-8/+11
|\
| * trellis/fsm: error handling and logging replaces printf debuggingMarcus Müller2020-04-111-8/+11
* | trellis: remove manual memory managementThomas Habets2020-04-111-7/+3
|/
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-0114-14/+14
* Update license header to SPDX formatdevnulling2020-01-2773-949/+73
* examples: fixup cmake files to include all examplesdevnulling2020-01-221-4/+4
* Remove newlines from exception messagesThomas Habets2020-01-013-8/+8
* Fix for more misc typosluz.paz2019-08-101-7/+7
* clang-format: Ordering all the includesMarcus Müller2019-08-0933-66/+66
* Tree: clang-format without the include sortingMarcus Müller2019-08-0956-4828/+5519
* cmake: Update to modern CMake usageAndrej Rode2019-03-043-77/+18
* cmake: remove unused *_generated_swigs syntaxAndrej Rode2019-01-071-2/+0
* cmake: Only go into grc/ subdirs when ENABLE_GRC=ONMartin Braun2018-12-171-1/+3
* trellis interleaver: made table size unsigned intMarcus Müller2018-12-112-20/+21
* Fix compiler warnings about unsigned / signed comparisonsVolker Schroer2018-11-241-2/+2
* Invisible API change: Replace rand() with xoroshiro128+ for thread safetyMarcus Müller2018-11-221-5/+17
* Add missing includes which will fail after reformatAndrej Rode2018-11-121-0/+1
* Update links to https://www.gnuradio.orgClayton Smith2018-10-281-1/+1
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-3181-2740/+1989
|\
| * trellis: replace gengen with C++ templatesAndrej Rode2018-08-2637-858/+913
| * python: replace unfunctional old_div with functional codeAndrej Rode2018-08-172-5/+5
| * Merge branch 'next_python3' into nextMarcus Müller2018-06-2537-1584/+1012
| |\
| | * Merge branch 'python3_fix' into nextAndrej Rode2018-06-2436-1578/+1006
| | |\
| | | * Added auto-generated YAML blocksHåkon Vågsether2017-10-1027-1510/+921
| | | * Merge branch 'next' into python3Johnathan Corgan2017-03-221-2/+0
| | | |\
| | | * | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-269-68/+85