summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum
2011-07-20core: API declaration macros for core class and function symbolsJosh Blum
2011-07-20core: declare erf in case it was missing in math.h and provided for by the bu...Josh Blum
2011-07-20gr: replaced uses of snprintf with boost format in common code build by MSVCJosh Blum
2011-07-20core: removed files that included <strings.h>Josh Blum
2011-07-20gruel: support for windows API set realtime schedulingJosh Blum
2011-07-20gruel: API declaration macros for gruel class and function symbolsJosh Blum
2011-07-20volk: snagged the volk changes from cmake branchJosh Blum
2011-07-20core: removed uses of c99 dynamic arrays for MSVC compileJosh Blum
2011-07-20gr: replaced uses of snprintf with boost format in common code build by MSVCJosh Blum
2011-07-20core: hack needed for gri wisdom on windows because you cant pass file descri...Josh Blum
2011-07-20core: use gendir envvar to optionally generate makfile.gen into the build dirJosh Blum
2011-07-20core: added missing io.h includes on cc filesJosh Blum
2011-07-20core: added missing config.h includes on cc filesJosh Blum
2011-07-19gr-vocoder: adds alaw encoder, decoder, and audio loopback exampleJohnathan Corgan
2011-07-19gr-vocoder: adds ulaw encoder, decoder, and audio loopback exampleJohnathan Corgan
2011-07-19gr-vocoder: moved g72x out of gnuradio-core, renamed g7xxJohnathan Corgan
2011-07-19Merge branch 'master' into nextJohnathan Corgan
2011-07-19volk: fix whitespace in Python scriptMoritz Fischer
2011-07-18gr-vocoder: distcheck fixesJohnathan Corgan
2011-07-18gnuradio-examples: removed digital_voice examplesJohnathan Corgan
2011-07-18gr-vocoder: removed gr-codec2-vocoderJohnathan Corgan
2011-07-18gr-vocoder: re-implemented gr-codec2-vocoder inside gr-vocoderJohnathan Corgan
2011-07-18Merge remote branch 'ttsou/codec2' into wip/vocodersJohnathan Corgan
2011-07-18gr-cvsd-vocoder: removed from treeJohnathan Corgan
2011-07-18gr-vocoder: re-implemented gr-cvsd-vocoder in gr-vocoderJohnathan Corgan
2011-07-18gr-gsm-fr-vocoder: removed from treeJohnathan Corgan
2011-07-18gr-vocoder: reimplemented gr-gsm-fr-vocoder in gr-vocoderJohnathan Corgan
2011-07-18Merge remote branch 'gnuradio/next' into wip/vocodersJohnathan Corgan
2011-07-18digital: fixing imports and build/dist for gr-digital.Tom Rondeau
2011-07-17Merge remote branch 'gnuradio/next' into wip/vocodersJohnathan Corgan
2011-07-17gr-vocoder: add skeleton top-level componentJohnathan Corgan
2011-07-17digital: reverting back to ofdm, pkt, and modulation_utils in gnuradio-core t...Tom Rondeau
2011-07-17Merge branch '8psk' into nextTom Rondeau
2011-07-12trellis: fixing trellis build and qa structure. run_tests.in adds gr-digital ...Tom Rondeau
2011-07-12fixing build for constellation code. Had to make some changes to the qa code ...Tom Rondeau
2011-07-12fixing buildTom Rondeau
2011-07-10audio: fixing alsa source like we did for alsa sink before.Tom Rondeau
2011-07-10Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2011-07-10qtgui: missed this when updating time info.Tom Rondeau
2011-07-10digital: removed new constellation blocks from gnuradio-core.Tom Rondeau
2011-07-10digital: work on build to make gr-trellis dependent on gr-digital.Tom Rondeau
2011-07-10digital: moving more constellation blocks into gr-digital. Builds, make check...Tom Rondeau
2011-07-10digital: fixed variable ordering to remove warning.Tom Rondeau
2011-07-08build: fix incorrect version on next branchJohnathan Corgan
2011-07-08Merge branch 'master' into nextJohnathan Corgan
2011-07-08gr-usrp: fix missing Makefile.am entryJohnathan Corgan
2011-07-08Merge remote branch 'nick/volk_cmake'Johnathan Corgan
2011-07-08Merged jblum/new_volk into masterJohnathan Corgan
2011-07-07vocoder: codec2: add block for David Rowe's Codec2Thomas Tsou