summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-26wxgui: fix to install wxgui python into gnuradio site-packages, not top levelJosh Blum
2011-07-24cmake: changed module include guards to model after builtin cmake modulesJosh Blum
2011-07-24video-sdl: solution for proper swig directory windowsJosh Blum
2011-07-24vocoder: added missing examples subdir addJosh Blum
2011-07-24video-sdl: video sdl builds on windows with MSVC as wellJosh Blum
2011-07-23video-sdl: cmake build support for gr-video-sdl component (unix only)Josh Blum
2011-07-23comedi: cmake build support for gr-comedi component (linux only)Josh Blum
2011-07-23atsc: added cmake support for gr-atsc (unix only)Josh Blum
2011-07-23vocoder: updated cmake build for new blocks (also fixed some tests)Josh Blum
2011-07-23Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
Conflicts: gr-trellis/src/lib/trellis_constellation_metrics_cf.cc
2011-07-23gr: tweaks to build cmake branch on osxJosh Blum
2011-07-22gr-vocoder: added G.723 40K ADPCM encoder, decoder, and audio loopback exampleJohnathan Corgan
2011-07-22gr-vocoder: added G.723 24K ADPCM encoder, decoder, and audio loopback exampleJohnathan Corgan
2011-07-22gr-vocoder: added G.721 32K ADPCM encoder, decoder, and audio loopback exampleJohnathan Corgan
2011-07-22volk: make volk a gr component in the top levelJosh Blum
2011-07-22uhd: also setup uhd library linking for swigJosh Blum
2011-07-22trellis: added symbol visibility defines to gr-trellis, builds on MSVC and linuxJosh Blum
2011-07-22cmake: generate shell script for each test because its nicer to diagnose ↵Josh Blum
problems
2011-07-22volk: fix bug in finding machines by using absolute pathJosh Blum
2011-07-22volk: modified cmake pkgconfig to look for Orc > 0.4.11Nick Foster
2011-07-22Volk: add in mutex capability to archs.xml. Turns out some compilers can do ↵Nick Foster
both 32-bit and 64-bit compilations, and this breaks Volk. Only works in CMake right now.
2011-07-22gr: added API macros for noaa and pager, also renamed the ones for digital ↵Josh Blum
and vocoder to be consistent
2011-07-21vocoder: added symbol visibility defines to gr-vocoder, builds on MSVC and linuxJosh Blum
2011-07-21digital: added symbol visibility defines to gr-digital, builds on MSVC and linuxJosh Blum
2011-07-21vocoder: added cmake support for gr-vocoder (unix only)Josh Blum
2011-07-20digital: added cmake support for gr-digital (unix only)Josh Blum
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 ↵Josh Blum
build system
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-20Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau
2011-07-20trellis: fixed bug in trellis constellation metrics on when to include config.h.Tom Rondeau
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 ↵Josh Blum
descriptors across library boundaries
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
Added to the cc files which were missing io.h and required compatibility declarations in io.h to compile. Applies to compiling under MSVC with cmake work branch.
2011-07-20core: added missing config.h includes on cc filesJosh Blum
Added to the cc files which were missing config.h and required compatibility functions defined in config.h. Applies to compiling under MSVC with cmake work branch.
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