summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-26Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
2011-07-26Merge branch 'master' into nextTom Rondeau
* master: doxygen: fixed doxygen warnings. Fixed type warning. Fixed warnings about doxygen format. Fixed return warnings. Fixed warnings about variable intialization order.
2011-07-26Merge branch 'maint'Tom Rondeau
* maint: doxygen: fixed doxygen warnings. Fixed type warning. Fixed warnings about doxygen format. Fixed return warnings. Fixed warnings about variable intialization order. Conflicts: volk/include/volk/volk_complex.h
2011-07-26doxygen: fixed doxygen warnings.Tom Rondeau
2011-07-26Fixed type warning.Tom Rondeau
2011-07-26Fixed warnings about doxygen format.Tom Rondeau
2011-07-26Fixed return warnings.Tom Rondeau
2011-07-26Fixed warnings about variable intialization order.Tom Rondeau
2011-07-26Merge branch 'master' into nextJohnathan Corgan
2011-07-26comedi: fix to use comedi 0.8 APIJohnathan Corgan
2011-07-26Merge branch 'master' into nextJohnathan Corgan
2011-07-26Merge branch 'maint'Johnathan Corgan
2011-07-26core: 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-26core: 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-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-23misc_next_branch_tweaks_to_build_on_osx_and_windowsJosh 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