aboutsummaryrefslogtreecommitdiffstats
path: root/gr-trellis (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 "low memory" systems (e.g., RPi).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
|/
* grc: assign all in-tree blocks to module 'Core'Sebastian Koslowski2016-05-2713-13/+13
* trellis: fixed pulse normalization in CPM test scriptSean Nowlan2015-09-201-1/+2
* Fixes Cov Defect 1046011: Resource LeakBen Hilburn2015-08-281-0/+2
* trellis: bug fixed:adding a missing callback function set_K in trellis_encoderfengzhe298882015-01-211-0/+1
* trellis: remove import of fsm_utils from __init__.py for gr-trellis.Tom Rondeau2014-12-301-1/+0
* fixed a bug in pccc encoder/decoder, and added fsm files.Achilleas Anastasopoulos2014-10-1528-461/+824
* Updated documentation and grc/python examples in gr-trellis.Achilleas Anastasopoulos2014-10-0849-6461/+6240
* Added set_ methods for most parameters in (almost) all gr-trellis blocksAchilleas Anastasopoulos2014-10-0838-74/+2252
* trellis: fix cmake variables for compatibilityTom Rondeau2014-08-291-5/+5
* cmake: follow-up to previous mergeTom Rondeau2014-08-081-1/+0
* Merge branch 'maint'Tom Rondeau2014-08-082-2/+0
|\
| * controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-082-2/+0
* | trellis: minor fixups to trellis examples so prefix doesn't need to end with '/'.Tom Rondeau2014-07-285-1029/+2239