Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-14 | gr: same change for common PYTHON test paths | Josh Blum | |
Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt | |||
2012-11-14 | gr: set a common GR_TEST_TARGET_DEPS for all module unit tests | Josh Blum | |
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 | |||
2012-04-13 | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | |
this in the future. The sed script was provided by Moritz Fischer. | |||
2012-03-22 | Merge branch 'master' into next | Johnathan Corgan | |
2012-03-22 | volk: added volk as depedency for various components | Josh Blum | |
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. | |||
2011-12-08 | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | |
Nick Foster owes Nick Corgan a six-pack of beer! | |||
2011-10-17 | added some more python dash B | Josh Blum | |
2011-10-11 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
Conflicts: gr-digital/include/digital_constellation.h | |||
2011-10-09 | docs: adding README.vocoder and a Doxygen page for the vocoder block. | Tom Rondeau | |
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum | |
2011-07-23 | vocoder: updated cmake build for new blocks (also fixed some tests) | Josh Blum | |
2011-07-23 | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum | |
Conflicts: gr-trellis/src/lib/trellis_constellation_metrics_cf.cc | |||
2011-07-22 | gr-vocoder: added G.723 40K ADPCM encoder, decoder, and audio loopback example | Johnathan Corgan | |
2011-07-22 | gr-vocoder: added G.723 24K ADPCM encoder, decoder, and audio loopback example | Johnathan Corgan | |
2011-07-22 | gr-vocoder: added G.721 32K ADPCM encoder, decoder, and audio loopback example | Johnathan Corgan | |
2011-07-21 | vocoder: added cmake support for gr-vocoder (unix only) | Josh Blum | |
2011-07-19 | gr-vocoder: adds alaw encoder, decoder, and audio loopback example | Johnathan Corgan | |
2011-07-19 | gr-vocoder: adds ulaw encoder, decoder, and audio loopback example | Johnathan Corgan | |
2011-07-18 | gr-vocoder: re-implemented gr-codec2-vocoder inside gr-vocoder | Johnathan Corgan | |
2011-07-18 | gr-vocoder: re-implemented gr-cvsd-vocoder in gr-vocoder | Johnathan Corgan | |
2011-07-18 | gr-vocoder: reimplemented gr-gsm-fr-vocoder in gr-vocoder | Johnathan Corgan | |
2011-07-17 | gr-vocoder: add skeleton top-level component | Johnathan Corgan | |