aboutsummaryrefslogtreecommitdiffstats
path: root/gr-vocoder (follow)
Commit message (Expand)AuthorAgeFilesLines
* cmake: change how test files are build when cross compilingPhilip Balister2021-12-031-0/+3
* vocoder: pep8 formattingJosh Morman2021-11-2410-18/+38
* examples: Repair all examples affected by commit 91e9ddf.Ron Economos2021-10-111-12/+12
* classic modules: use common precompiled headersMarcus Müller2021-07-191-0/+4
* vocoder/freedv_rx: include boost/format where usedMarcus Müller2021-06-221-0/+1
* global: remove unused <iomanip>, fix other includes in affected files when obviousMarcus Müller2021-06-172-2/+0
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-172-2/+0
* Removed unused <cassert>Marcus Müller2021-01-281-1/+0
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-1915-15/+15
* build: Remove clang unused variable warnings.Ron Economos2020-12-074-23/+3
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-0318-37/+37
* Add `override` for common virtual function overridesThomas Habets2020-11-0318-20/+20
* qa: run autopep8 formatting on qa python filesmormj2020-10-308-57/+71
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-307-7/+7
* pybind: add implicit conversion from int to enummormj2020-10-282-0/+4
* vocoder: cmake: Use pybind macros to manage bindings.Ryan Volz2020-10-201-40/+19
* vocoder: add text message output to FreeDV demodulatorClayton Smith2020-10-204-38/+80
* vocoder: allow input & output rates to differClayton Smith2020-10-204-19/+26
* gr-vocoder: Install missing block tree file.Ron Economos2020-10-191-0/+1
* vocoder: refactor get_next_tx_char callbackClayton Smith2020-10-162-34/+16
* add an option to enable/disable examplesGwenhael Goavec-Merou2020-09-021-1/+3
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-0310-20/+0
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-3018-24/+23
* pybind: remove docstring dependency on entire moduleJosh Morman2020-06-111-1/+1
* vocoder: remap enums in yml from int to raw for pybind compatibilityJosh Morman2020-06-044-4/+4
* vocoder: add bindings for freedv_api to fix qaJosh Morman2020-06-045-10/+86
* pybind: run clang-formatJosh Morman2020-06-042-2/+2
* vocoder: fix list/tuple in qa testsJosh Morman2020-06-045-5/+5
* vocoder: Fix semicolon error in Pybind11 bindingsAndrej Rode2020-06-042-2/+2
* vocoder: add pybind11 bindingsJosh Morman2020-06-0443-11/+1526
* pybind: removal of swig componentsJosh Morman2020-06-043-158/+0
* vocoder: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-131-5/+3
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-0118-18/+18
* Update license header to SPDX formatdevnulling2020-01-2786-1118/+86
* examples: fixup cmake files to include all examplesdevnulling2020-01-221-0/+5
* Remove newlines from exception messagesThomas Habets2020-01-012-4/+4
* codec2: fix support for codec2 version < 0.8Davide Gerhard2019-11-051-3/+2
* codec2: development (master) branch supportDavide Gerhard2019-11-011-0/+7
* Fix for source typosluz.paz2019-08-101-9/+9
* clang-format: Ordering all the includesMarcus Müller2019-08-0925-27/+27
* Tree: clang-format without the include sortingMarcus Müller2019-08-0967-2986/+2798
* vocoder: clean up examples for 3.8Josh Morman2019-07-042-1091/+527
* vocoder: Fix build on NetBSD.MBoerschig2019-03-242-2/+2
* gr-vocoder: update codec2 and freedv blocks.A. Maitland Bottoms2019-03-2416-1837/+970
* cmake: Update to modern CMake usageAndrej Rode2019-03-044-100/+31
* codec2: only check length of encoded messages in unit testAndrej Rode2019-01-141-13/+41
* cmake: Only go into grc/ subdirs when ENABLE_GRC=ONMartin Braun2018-12-171-1/+3
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-31196-38645/+1940
|\
| * Merge branch 'python3_fix' into nextAndrej Rode2018-06-2462-700/+502
| |\
| | * dtv/vocoder: remove stray *block_tree.ymlAndrej Rode2017-12-031-1/+0