Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 11 | -12/+26 |
| | |||||
* | Merge remote-tracking branch 'github/nuke-cpack' into next | Johnathan Corgan | 2016-08-03 | 1 | -1/+0 |
|\ | | | | | | | | | Conflicts: gr-vocoder/CMakeLists.txt | ||||
| * | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 1 | -1/+0 |
| | | | | | | | | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality. | ||||
* | | vocoder: fix python QA after unembed | Johnathan Corgan | 2016-08-03 | 1 | -1/+1 |
| | | |||||
* | | gr-vocoder: gsm subcomponent using external gsm library | A. Maitland Bottoms | 2016-06-25 | 1 | -2/+6 |
| | | |||||
* | | gr-vocoder: codec2 subcomponent using external codec2 library | A. Maitland Bottoms | 2016-06-25 | 1 | -1/+14 |
|/ | |||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -1/+1 |
| | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | ||||
* | Bring codec2 up to the latest version, and add support for all six bit rates. | Clayton Smith | 2014-04-16 | 1 | -15/+7 |
| | |||||
* | vocoder: Fixed packing problem with Codec2, + GRC bindings, added example | Martin Braun | 2014-03-07 | 1 | -1/+3 |
| | |||||
* | Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when ↵ | Philip Balister | 2013-12-05 | 1 | -1/+1 |
| | | | | | | | | | | | | cross compiling. With this (and the prior) patch, you can mount the compile directory on the target and run the QA code (as long as the paths are the same). The qtgui tests fail if there is no X server. Volk seems to fail for hard float builds. We'll need to look at adding thes changes to gr_modtool. Signed-off-by: Philip Balister <philip@balister.org> | ||||
* | Removing gruel from QA python paths. | Ben Reynwar | 2013-06-06 | 1 | -1/+0 |
| | |||||
* | uninstalled imports: Fixing up after merge with master. | Ben Reynwar | 2013-06-03 | 1 | -1/+1 |
| | |||||
* | Merged next into uninstalled import branch. | Ben Reynwar | 2013-04-02 | 8 | -26/+26 |
|\ | |||||
| * | blocks: converting references to vector source/sink, null source/sink, nop, ↵ | Tom Rondeau | 2013-03-17 | 8 | -46/+53 |
| | | | | | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks. | ||||
* | | vocoder: Updating testing environment. | Ben Reynwar | 2013-03-11 | 10 | -63/+38 |
| | | |||||
* | | vocoder: Enabling uninstalled python imports. | Ben Reynwar | 2013-03-08 | 11 | -1/+8 |
|/ | |||||
* | vocoder: updating QA test for vocoders. | Tom Rondeau | 2013-01-07 | 8 | -25/+104 |
| | |||||
* | blocks: removes blocks moved to gr-blocks from gnuradio-core. | Tom Rondeau | 2012-12-21 | 3 | -10/+19 |
| | | | | Also fixes up some other missing moves. | ||||
* | Merge branch 'master' into next | Johnathan Corgan | 2012-11-14 | 1 | -11/+11 |
|\ | | | | | | | | | | | | | | | | | Conflicts: gr-atsc/src/lib/CMakeLists.txt gr-digital/python/CMakeLists.txt gr-trellis/src/python/CMakeLists.txt gr-vocoder/python/CMakeLists.txt gr-wavelet/python/CMakeLists.txt | ||||
| * | gr: same change for common PYTHON test paths | Josh Blum | 2012-11-14 | 1 | -7/+7 |
| | | | | | | | | | | | | | | Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt | ||||
| * | gr: set a common GR_TEST_TARGET_DEPS for all module unit tests | Josh Blum | 2012-11-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Each unit test shares common dependencies, but we have been neglecting to set these. In this changeset, we set one top level GR_TEST_TARGET_DEPS, and simply append module-specific dependencies for each test. This also helps to fix QA tests on windows which were missing the dependencies list. Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt | ||||
* | | analog: removing gr-analog as a required dependency when not actually necessary. | Tom Rondeau | 2012-11-06 | 1 | -1/+2 |
| | | | | | | | | Examples that use gr-analog test for it first. | ||||
* | | analog: Removing reference to gr.sig_source_X and gr.noise_source_X where ↵ | Tom Rondeau | 2012-11-06 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | | possible. Passing make and make test. Examples and apps need testing. gr-filter relies on sig_source and noise_source, so can't remove them from core. | ||||
* | | vocoder: make vocoder depend on gr-filter (and by proxy gr-fft). | Tom Rondeau | 2012-07-08 | 2 | -4/+11 |
|/ | |||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 10 | -66/+66 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | Merge branch 'master' into next | Johnathan Corgan | 2012-03-22 | 1 | -1/+1 |
|\ | |||||
| * | volk: added volk as depedency for various components | Josh Blum | 2012-03-22 | 1 | -1/+1 |
| | | | | | | | | | | | | Its important to list the dependent libraries for a test so the library path can be correctly set. This is necessary on platforms without dynamic re-linking. | ||||
* | | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | 2011-12-08 | 3 | -61/+0 |
|/ | | | | Nick Foster owes Nick Corgan a six-pack of beer! | ||||
* | added some more python dash B | Josh Blum | 2011-10-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | 2011-10-11 | 1 | -0/+5 |
|\ | | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h | ||||
| * | docs: adding README.vocoder and a Doxygen page for the vocoder block. | Tom Rondeau | 2011-10-09 | 1 | -0/+5 |
| | | |||||
* | | gr: the CMakeLists.txt took a chill pill | Josh Blum | 2011-10-08 | 1 | -10/+10 |
| | | |||||
* | | vocoder: updated cmake build for new blocks (also fixed some tests) | Josh Blum | 2011-07-23 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum | 2011-07-23 | 4 | -0/+120 |
|\| | | | | | | | | | Conflicts: gr-trellis/src/lib/trellis_constellation_metrics_cf.cc | ||||
| * | gr-vocoder: added G.723 40K ADPCM encoder, decoder, and audio loopback example | Johnathan Corgan | 2011-07-22 | 2 | -0/+41 |
| | | |||||
| * | gr-vocoder: added G.723 24K ADPCM encoder, decoder, and audio loopback example | Johnathan Corgan | 2011-07-22 | 1 | -0/+39 |
| | | |||||
| * | gr-vocoder: added G.721 32K ADPCM encoder, decoder, and audio loopback example | Johnathan Corgan | 2011-07-22 | 2 | -0/+40 |
| | | |||||
* | | vocoder: added cmake support for gr-vocoder (unix only) | Josh Blum | 2011-07-21 | 1 | -0/+50 |
|/ | |||||
* | gr-vocoder: adds alaw encoder, decoder, and audio loopback example | Johnathan Corgan | 2011-07-19 | 2 | -0/+40 |
| | |||||
* | gr-vocoder: adds ulaw encoder, decoder, and audio loopback example | Johnathan Corgan | 2011-07-19 | 2 | -1/+41 |
| | |||||
* | gr-vocoder: re-implemented gr-codec2-vocoder inside gr-vocoder | Johnathan Corgan | 2011-07-18 | 2 | -2/+42 |
| | |||||
* | gr-vocoder: re-implemented gr-cvsd-vocoder in gr-vocoder | Johnathan Corgan | 2011-07-18 | 6 | -5/+221 |
| | |||||
* | gr-vocoder: reimplemented gr-gsm-fr-vocoder in gr-vocoder | Johnathan Corgan | 2011-07-18 | 5 | -1/+84 |
| | |||||
* | gr-vocoder: add skeleton top-level component | Johnathan Corgan | 2011-07-17 | 2 | -0/+27 |