Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | blocks: removes blocks moved to gr-blocks from gnuradio-core. | Tom Rondeau | 2012-12-21 | 8 | -35/+44 |
| | | | | Also fixes up some other missing moves. | ||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 8 | -42/+42 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | examples: Reworked locations and installation of examples. | Tom Rondeau | 2012-04-03 | 1 | -1/+1 |
| | | | | All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>. | ||||
* | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | 2011-12-08 | 2 | -37/+0 |
| | | | | Nick Foster owes Nick Corgan a six-pack of beer! | ||||
* | gr: the CMakeLists.txt took a chill pill | Josh Blum | 2011-10-08 | 1 | -1/+1 |
| | |||||
* | vocoder: updated cmake build for new blocks (also fixed some tests) | Josh Blum | 2011-07-23 | 1 | -0/+37 |
| | |||||
* | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum | 2011-07-23 | 4 | -0/+138 |
|\ | | | | | | | | | 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/+46 |
| | | |||||
| * | gr-vocoder: added G.723 24K ADPCM encoder, decoder, and audio loopback example | Johnathan Corgan | 2011-07-22 | 2 | -0/+46 |
| | | |||||
| * | gr-vocoder: added G.721 32K ADPCM encoder, decoder, and audio loopback example | Johnathan Corgan | 2011-07-22 | 2 | -0/+46 |
| | | |||||
* | | vocoder: added cmake support for gr-vocoder (unix only) | Josh Blum | 2011-07-21 | 1 | -0/+0 |
|/ | |||||
* | gr-vocoder: adds alaw encoder, decoder, and audio loopback example | Johnathan Corgan | 2011-07-19 | 2 | -0/+46 |
| | |||||
* | gr-vocoder: adds ulaw encoder, decoder, and audio loopback example | Johnathan Corgan | 2011-07-19 | 2 | -1/+47 |
| | |||||
* | gr-vocoder: re-implemented gr-codec2-vocoder inside gr-vocoder | Johnathan Corgan | 2011-07-18 | 2 | -0/+46 |
| | |||||
* | gr-vocoder: re-implemented gr-cvsd-vocoder in gr-vocoder | Johnathan Corgan | 2011-07-18 | 3 | -2/+70 |
| | |||||
* | gr-vocoder: reimplemented gr-gsm-fr-vocoder in gr-vocoder | Johnathan Corgan | 2011-07-18 | 2 | -1/+50 |
| | |||||
* | gr-vocoder: add skeleton top-level component | Johnathan Corgan | 2011-07-17 | 2 | -0/+27 |