summaryrefslogtreecommitdiff
path: root/gr-trellis
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | Revert codespelling fixes for xml filesAndrej Rode2018-06-231-6/+6
| * | | | Clean-up: Remove unused private variables (Issue #1621, #1622, #1624)andriy gelman2018-04-288-16/+0
| |/ / /
| * | | Merge branch 'master' into nextMartin Braun2018-02-0312-11/+11
| |\ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' into nextJohnathan Corgan2017-03-221-2/+0
| |\ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' into nextJohnathan Corgan2016-10-284-99/+187
| |\ \ \
| * | | | gr-blocks: removed blks2 namespace blocksJohnathan Corgan2016-10-232-162/+0
| * | | | Merge branch 'master' into nextJohnathan Corgan2016-09-087-4274/+6783
| |\ \ \ \
| * | | | | cmake: nuke cpack from existenceJohnathan Corgan2016-08-039-61/+2
* | | | | | Convert set_relative_rate(double) to the new integer or receiprocal callAndy Walls2018-08-2310-20/+20
* | | | | | Added XML header strings to make the generated SVG work standalone in browsersMarcus Müller2018-06-201-1/+5
* | | | | | increased PEP compliance of fsm_utilsMarcus Müller2018-06-201-95/+82
* | | | | | Test: adds swig dirs to python tests to allow ctest to run on win buildsgnieboer2018-03-221-0/+7
| |_|_|_|/ |/| | | |
* | | | | Comment typo fixing.luz.paz2018-02-035-10/+10
* | | | | Rename subdir doc to docs where appropriateBogdan Radulescu2018-02-038-1/+1
| |_|_|/ |/| | |
* | | | cmake: clean upBastian Bloessl2017-03-221-2/+0
| |_|/ |/| |
* | | trellis: split swig into 2 parts (a la blocks/swig) to allow for building on ...Michael Dickens2016-10-264-120/+207
* | | trellis: swig: rename file in preparation for splitting, to keep history.Michael Dickens2016-10-261-0/+0
| |/ |/|
* | trellis: Port all GRC examples to QTMartin Braun2016-09-067-4274/+6783
|/