| Commit message (Expand) | Author | Age | Files | Lines |
* | vocoder: remap enums in yml from int to raw for pybind compatibility | Josh Morman | 2020-06-04 | 4 | -4/+4 |
* | vocoder: add bindings for freedv_api to fix qa | Josh Morman | 2020-06-04 | 5 | -10/+86 |
* | pybind: run clang-format | Josh Morman | 2020-06-04 | 2 | -2/+2 |
* | vocoder: fix list/tuple in qa tests | Josh Morman | 2020-06-04 | 5 | -5/+5 |
* | vocoder: Fix semicolon error in Pybind11 bindings | Andrej Rode | 2020-06-04 | 2 | -2/+2 |
* | vocoder: add pybind11 bindings | Josh Morman | 2020-06-04 | 43 | -11/+1526 |
* | pybind: removal of swig components | Josh Morman | 2020-06-04 | 3 | -158/+0 |
* | vocoder: replace stderr logging by calls to GR's logging facilties | Marcus Müller | 2020-04-13 | 1 | -5/+3 |
* | Switch from boost pointers to std C++11 pointers | Thomas Habets | 2020-04-01 | 18 | -18/+18 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 86 | -1118/+86 |
* | examples: fixup cmake files to include all examples | devnulling | 2020-01-22 | 1 | -0/+5 |
* | Remove newlines from exception messages | Thomas Habets | 2020-01-01 | 2 | -4/+4 |
* | codec2: fix support for codec2 version < 0.8 | Davide Gerhard | 2019-11-05 | 1 | -3/+2 |
* | codec2: development (master) branch support | Davide Gerhard | 2019-11-01 | 1 | -0/+7 |
* | Fix for source typos | luz.paz | 2019-08-10 | 1 | -9/+9 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 25 | -27/+27 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 67 | -2986/+2798 |
* | vocoder: clean up examples for 3.8 | Josh Morman | 2019-07-04 | 2 | -1091/+527 |
* | vocoder: Fix build on NetBSD. | MBoerschig | 2019-03-24 | 2 | -2/+2 |
* | gr-vocoder: update codec2 and freedv blocks. | A. Maitland Bottoms | 2019-03-24 | 16 | -1837/+970 |
* | cmake: Update to modern CMake usage | Andrej Rode | 2019-03-04 | 4 | -100/+31 |
* | codec2: only check length of encoded messages in unit test | Andrej Rode | 2019-01-14 | 1 | -13/+41 |
* | cmake: Only go into grc/ subdirs when ENABLE_GRC=ON | Martin Braun | 2018-12-17 | 1 | -1/+3 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 196 | -38645/+1940 |
|\ |
|
| * | Merge branch 'python3_fix' into next | Andrej Rode | 2018-06-24 | 62 | -700/+502 |
| |\ |
|
| | * | dtv/vocoder: remove stray *block_tree.yml | Andrej Rode | 2017-12-03 | 1 | -1/+0 |
| | * | Added auto-generated YAML blocks | Håkon Vågsether | 2017-10-10 | 44 | -691/+464 |
| | * | Fix typos from switch to Python 3 | Håkon Vågsether | 2017-08-21 | 8 | -8/+8 |
| | * | Merge branch 'next' into python3 | Johnathan Corgan | 2017-03-22 | 1 | -6/+0 |
| | |\ |
|
| | * | | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 19 | -28/+58 |
| * | | | Merge branch 'master' into next | Martin Braun | 2018-02-03 | 12 | -115/+9 |
| |\ \ \
| | |_|/
| |/| | |
|
| * | | | Merge branch 'master' into next | Johnathan Corgan | 2017-03-22 | 1 | -6/+0 |
| |\ \ \
| | |_|/
| |/| | |
|
| * | | | vocoder: remove stray check-in | Johnathan Corgan | 2016-11-22 | 1 | -99/+0 |
| * | | | Get the FreeDV demodulator working. | Clayton Smith | 2016-11-15 | 1 | -20/+11 |
| * | | | Convert tabs to spaces. | Clayton Smith | 2016-11-15 | 5 | -39/+39 |
| * | | | provide example grfreedv.grc flowgraph | A. Maitland Bottoms | 2016-11-15 | 2 | -0/+617 |
| * | | | gr-vocoder freedv blocks | A. Maitland Bottoms | 2016-09-15 | 20 | -0/+1000 |
| * | | | Merge remote-tracking branch 'github/nuke-cpack' into next | Johnathan Corgan | 2016-08-03 | 7 | -56/+2 |
| |\ \ \ |
|
| | * | | | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 7 | -50/+2 |
| * | | | | vocoder: fix python QA after unembed | Johnathan Corgan | 2016-08-03 | 1 | -1/+1 |
| * | | | | gr-vocoder: remove embedded gsm | A. Maitland Bottoms | 2016-06-25 | 27 | -5480/+0 |
| * | | | | gr-vocoder: gsm subcomponent using external gsm library | A. Maitland Bottoms | 2016-06-25 | 10 | -95/+75 |
| * | | | | gr-vocoder: remove embedded codec2 | A. Maitland Bottoms | 2016-06-25 | 91 | -32378/+0 |
| * | | | | gr-vocoder: codec2 subcomponent using external codec2 library | A. Maitland Bottoms | 2016-06-25 | 11 | -90/+112 |
| |/ / / |
|
* | | / | Test: adds swig dirs to python tests to allow ctest to run on win builds | gnieboer | 2018-03-22 | 1 | -0/+5 |
| |_|/
|/| | |
|
* | | | Comment typo fixing. | luz.paz | 2018-02-03 | 19 | -30/+30 |
* | | | Rename subdir doc to docs where appropriate | Bogdan Radulescu | 2018-02-03 | 4 | -1/+1 |
| |/
|/| |
|
* | | cmake: add log4cpp to runtime includes | Bastian Bloessl | 2017-03-22 | 1 | -4/+0 |
* | | cmake: clean up | Bastian Bloessl | 2017-03-22 | 1 | -2/+0 |
|/ |
|
* | Merge branch 'maint' | Johnathan Corgan | 2016-06-23 | 1 | -3/+0 |
|\ |
|